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.
No commits in the last 6 months.
Use this if you are developing or evaluating an AI agent to navigate and solve the Wumpus World problem and need a robust simulation environment.
Not ideal if you are looking for a pre-built Wumpus World game to play, or if your AI agent is not designed for this specific game environment.
Stars
16
Forks
22
Language
C++
License
MIT
Category
Last pushed
Sep 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/holderlb/wumpus-world-simulator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
allenai/ScienceWorld
ScienceWorld is a text-based virtual environment centered around accomplishing tasks from the...
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
Evozone/wumpus-AI-agent
A Wumpus World game with an AI agent that plays it.