Adnu100/AI_with_Maze
All the artificial intelligence algorithms implemented in Python for maze problem
This tool helps students and educators understand how different AI pathfinding algorithms work in a visual and comparative way. You provide maze layouts, and the project simulates various AI algorithms navigating these mazes, showing their paths and comparing their completion times through graphs. It's ideal for anyone studying or teaching artificial intelligence, particularly those focusing on search algorithms and problem-solving.
No commits in the last 6 months.
Use this if you are learning about or teaching AI search algorithms and want to visually demonstrate and compare how different methods solve the classic maze problem.
Not ideal if you need a high-performance maze-solving application for practical use, as this project is primarily for educational visualization and comparison.
Stars
11
Forks
6
Language
Python
License
—
Last pushed
May 30, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Adnu100/AI_with_Maze"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
forestagostinelli/deepxube
Learn a domain-specific heuristic function in a domain-independent fashion to solve pathfinding problems.
misaghsoltani/DeepCubeAI
Learning Discrete World Models for Heuristic Search
algoprog/Laby
Maze generator, editor & solver in Java
FK04/AI_Lab
AI lab implementations covering informed and uninformed search algorithms with classic...
VedantKhairnar/The-Maze-Runner
AI : Use of Greedy Best First Search Traversal to find route from Source to Destination in a Random Maze