Skip to content

Work for the class of Artificial Intelligence Foundation

License

Notifications You must be signed in to change notification settings

Espeto/FiaPacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiaPacman

Work for the class of Artificial Intelligence Foundation

Algorithm implemented: A Star, Hill Climbing, Uniform Cost e Simulated Annealing

Implementations made on the file search.py

How to run

python pacman.py --layout [maze_type] --pacman [search_type]

Maze Type

  • bigMaze
  • mediumMaze
  • miniMaze

Search Type

  • A Star Search = astar
  • Uniform Cost Search = ucs
  • Simulated Annealing Search = sas
  • Hill Climbing Search = hcs

Exemple

python pacman.py --layout mediumMaze --pacman astar

About

Work for the class of Artificial Intelligence Foundation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages