sebastian6551 / Mario-Smart

First project of Introduction to AI at Universidad del Valle. Mario's goal is to find the princess 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mario-Smart

First project of Introduction to AI at Universidad del Valle.

Mario's goal is to find the princess 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.

About

First project of Introduction to AI at Universidad del Valle. Mario's goal is to find the princess 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.


Languages

Language:Python 100.0%