Welcome to our Wumpus World Solver Project! We are Rohit, Richard, and Sathya and for our Minds and Machines class we we're tasked to tackle the Wumpus World Game.
This project explores how artificial intelligence (AI) can be applied to solve the classic “Wumpus World” problem—a game-like environment where an agent (the robot) navigates through a grid filled with hazards such as pits and a lurking Wumpus monster. The goal? Retrieve the hidden gold and return to the starting point safely.
Our approach leverages a rule-based AI agent that makes logical decisions using its knowledge of the environment. As it explores, the robot identifies safe spaces, avoids hazards, and uses strategic backtracking to find the optimal path to success. This project showcases the intersection of logic, programming, and AI problem-solving.
Pits: Deadly holes that kill the player instantly if they step into the cell. A “breeze” signal in adjacent cells warns of their presence.
Wumpus: A stationary monster that kills the player if they enter its cell. A “stench” signal in adjacent cells warns of the Wumpus. The player can kill the Wumpus by shooting an arrow.
Gold: The treasure the player must retrieve to win the game. Its presence in a cell is indicated by a “glitter” signal. The player must grab it to carry it back to the starting point.
Empty Spaces: Safe cells with no hazards or gold. They allow the player to move freely.
High-Level Design and Programming Decisions
Dive into the thought process behind our modular design and explore how each component—from the simulation to the player’s decision-making—contributes to the robot’s success.
Robot Performance Analysis
See how the robot performed in different scenarios, including its successes and challenges. Learn how we identified areas for improvement and suggested enhancements to make it smarter.
AI Context and Reflection
Understand where this project fits in the world of artificial intelligence. We reflect on the strengths and limitations of rule-based systems and explore opportunities for future innovation.
4. Gallery of Pics and Videos
Watch the robot in action! Browse screenshots, visuals, and videos that showcase the project’s journey, from board setups to successful navigation.
5. References (GitHub)
GitHub and Installation instructions.
The Wumpus World Solver Project isn’t just about programming—it’s about understanding how AI systems reason and make decisions in uncertain environments. It demonstrates the foundations of AI while offering insights into how these systems can be extended and improved for real-world applications.
Explore our findings by clicking on the links in the menu above or using the buttons below. Let’s dive into the fascinating world of AI-driven problem-solving!
Check out our other pages.......