arminZolfaghari / Searching-Algorithms-IDS-BBFS-AStar

Artificial Intelligence Course 1st Project: Implementing searching algorithms like IDS, BBFS and A* from scratch in order to find optimal path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Searching Algorithms: IDS, BBFS and A*

Artificial Intelligence Course 1st Project: Implementing searching algorithms like IDS, BBFS and A* from scratch in order to find optimal path.
In this group project we (arminZolfaghari and Amirhossein-Rajabpour) implemented IDS, BBFS and A* algorithms to find optimal path. In this program a robot should push a piece of butter to it's plate and the robot should do this optimally with no extra moves.

Run main.py and then you can choose which algorithm to use in input as follows:

alt text

A sample run with GUI (Level 3):

alt text

Check full description (in persian): here
Project report (in persian): here
Check our other AI Course projects:

About

Artificial Intelligence Course 1st Project: Implementing searching algorithms like IDS, BBFS and A* from scratch in order to find optimal path


Languages

Language:Python 100.0%