Skip to content

Damien3008/Rush-Hour-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/Damien3008/MP2

MP2

Mini project 2 for COMP 472 by Alex Ye, Damien Martins Gomes and Adrian Breiding

Running the program

  1. Open the Main.py file
  2. Specify the number of games you want to run by changing the upper limit of the for loop
  3. If you want to use a certain heuristic, choose your tupel in the following way (use heuristic yes=1/no=0, heuristic number, lambda (only h3))
  4. Specify the name of your input file
  5. Choose your algorithm, by using r.ucs(), r.gbfs(heuristic) or r.A_star(heuristic)
  6. Run Main.py

About

Mini project 2 for COMP 472

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages