Skip to content

Jasonwei1106/Artificial-Intelligence-csc665

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial-Intelligence-csc665(Contains all five assignments)

Coded with Python3

  • In all the files (especially machinelearning file), if you want to see how it works you can run:
python autograder.py
  • In reinforcement file, if you want to see how gridworld works, you can run(you can change the variables):
python gridworld.py -a q -k 100 --noise 0.0 -e 0.9
  • in Multiagent file, you can play a game of classic Pacman by running the following command:
python pacman.py
  • you can also run provided ReflexAgent in multiAgents.py
python pacman.py -p ReflexAgent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages