Skip to content

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.

Notifications You must be signed in to change notification settings

sebastian6551/Mario-Smart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages