/AI_SP1402_Kirby

Project 1: Introduction to Artificial intelligence/ AmirkabirUniversityOfTechnology

Primary LanguagePython

Kirby-Find-the-way!

First project of Introduction to AI at Amirkabir University of Tehran.

Kirby's goal is to find the wandana using artificial intelligence algorithms. Uninformed (Breadth-First Search, Uniform-Cost Search and Depth-First Search) and Informed (Greedy Search and A* Search) search algorithms are used.

How to use:

To run the application:

Download the repository and in the project directory run:

py -m pip install -r requirements.txt

Then run the main.py file:

py main.py

To test with different worlds modify the matrix.txt file.

Have fun.