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.

WumpusWorld
27
Experimental
Maintenance 0/25
Adoption 6/25
Maturity 16/25
Community 19/25
Maintenance 0/25
Adoption 4/25
Maturity 8/25
Community 15/25
Stars: 16
Forks: 22
Downloads:
Commits (30d): 0
Language: C++
License: MIT
Stars: 7
Forks: 5
Downloads:
Commits (30d): 0
Language: Python
License:
Stale 6m No Package No Dependents
No License Stale 6m No Package No Dependents

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.

artificial-intelligence agent-development game-AI logic-programming AI-education

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.

artificial-intelligence-education logical-reasoning agent-simulation knowledge-representation problem-solving

Scores updated daily from GitHub, PyPI, and npm data. How scores work