sevdaimany/AI_Search_Project
👁🗨🧠 Artificial Intelligence search project implementing IDS, Bidirectional BFS and A*.
This project helps developers understand and visualize how different AI search algorithms (like A*, Iterative Deepening Search, and Bidirectional BFS) find optimal paths. It takes a defined map with a robot, butter jars, and storage locations as input. The output is a visual representation of the robot navigating the map, demonstrating the search process. This is ideal for students or researchers studying AI pathfinding and optimization.
No commits in the last 6 months.
Use this if you are a developer learning about or demonstrating AI search algorithms for pathfinding in a visual environment.
Not ideal if you need a production-ready robotics control system or a tool for real-world logistical optimization.
Stars
13
Forks
—
Language
Python
License
—
Last pushed
May 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sevdaimany/AI_Search_Project"
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
FK04/AI_Lab
AI lab implementations covering informed and uninformed search algorithms with classic...
algoprog/Laby
Maze generator, editor & solver in Java
tekian/path-finder
Visualization tool to demonstrate how different search algorithms work.