bbugyi200/WumpusWorld
Stuart Russel and Peter Norvig's Wumpus World environment...
This project simulates a classic AI problem: an agent navigating a dangerous cave to find gold. It takes a virtual cave environment with hidden threats (wumpus, pits) and a randomly placed treasure as input. The output is a demonstration of an intelligent agent's decision-making process, using logic and sensory input to find the gold and escape. This is for AI researchers, students, and educators exploring knowledge-based agents and logical reasoning in uncertain environments.
No commits in the last 6 months.
Use this if you are studying or teaching artificial intelligence and want to visualize how a logical agent interacts with a classic problem environment using limited sensory information.
Not ideal if you need a practical tool for real-world navigation or resource gathering, as this is a theoretical simulation for AI education.
Stars
7
Forks
5
Language
Python
License
—
Category
Last pushed
May 10, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/bbugyi200/WumpusWorld"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
allenai/ScienceWorld
ScienceWorld is a text-based virtual environment centered around accomplishing tasks from the...
holderlb/wumpus-world-simulator
Simulator for the AI Wumpus World game in C++ with Python wrapper.
drbeco/wumpus
Hunt The Wumpus - Wumpus World Simulator
psyclone20/WumpusWorld
A solution to the renowned Wumpus World problem from Artificial Intelligence.
TulshiDas39/wumpusWorld
Wumpus world simulation using AI-logic