Implementation of artificial intelligence search algorithms for robot movement on the table.
-
Updated
Apr 22, 2024 - Python
Implementation of artificial intelligence search algorithms for robot movement on the table.
a robot that carrying butter on the table with using search algorithms
AI agent that solves a card sorting game using search algorithms like BFS, IDS, and A-Star.
8 Puzzle game
Solving 8-puzzle using BFS, IDS, and 3 kinds of A* with minimum number of actions (AI)
In computer science, iterative deepening search or more specifically iterative deepening depth-first search (IDS or IDDFS) is a state space/graph search strategy in which a depth-limited version of depth-first search is run repeatedly with increasing depth limits until the goal is found.
Add a description, image, and links to the ids-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the ids-algorithm topic, visit your repo's landing page and select "manage topics."