wumpus-world-simulator and WumpusWorld
These tools are competitors, as both appear to be independent implementations of a Wumpus World environment, with the first offering a C++ core and Python wrapper, while the second is likely a direct Python implementation based on the specified authors.
About wumpus-world-simulator
holderlb/wumpus-world-simulator
Simulator for the AI Wumpus World game in C++ with Python wrapper.
This is a tool for AI researchers and students to test and develop intelligent agents for the Wumpus World game. You provide your agent's decision-making logic, and the simulator generates game scenarios, runs your agent through them, and provides performance scores. It's designed for those learning or researching artificial intelligence and logical reasoning.
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