Skip to content

Implementation of artificial intelligence search algorithms for robot movement on the table.

License

Notifications You must be signed in to change notification settings

phantomf4321/The-waiter-robot

Repository files navigation

The waiter robot

Implementation of artificial intelligence search algorithms for robot movement on the table.

sample of output

This will display an animated GIF

how to run

run A*:

$ python3 run.py a_star

run DFS:

$ python3 run.py dfs

run BFS:

$ python3 run.py bfs

run IDS:

$ python3 run.py ids

run UCS:

$ python3 run.py ucs

Releases

No releases published

Packages

No packages published

Languages