Abhijith14/Wumpus-World-POL--Symbolic-AI
Wumpus World(POL) - Symbolic AI
This project offers a Wumpus World game simulation using symbolic Artificial Intelligence. It takes a grid-based world configuration as input and produces an intelligent agent capable of navigating it, avoiding dangers, and finding the best path to a goal. It's designed for anyone interested in exploring logic-based reasoning and decision-making algorithms within a game environment.
No commits in the last 6 months.
Use this if you want to understand how symbolic AI techniques can be applied to solve complex problems like pathfinding and strategic decision-making in a game setting.
Not ideal if you are looking for a high-performance AI solution or a project with extensive documentation and automated tests.
Stars
8
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 17, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Abhijith14/Wumpus-World-POL--Symbolic-AI"
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