wumpus and WumpusWorld
About wumpus
drbeco/wumpus
Hunt The Wumpus - Wumpus World Simulator
This simulator allows you to explore and interact with a virtual 'Wumpus World,' a classic grid-based environment where you navigate a cave, hunt a monster, find gold, and avoid hazards like pits and bats. You can either program an AI agent to play the game automatically or control an agent manually through simple commands. It takes in game setup parameters (like cave size and hazard density) and outputs a visual representation of the cave, the agent's actions, and the game's outcome. It's designed for anyone interested in exploring or demonstrating basic artificial intelligence concepts.
About WumpusWorld
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work