Skip to content

Artificial-Vision-Dynamics/berkeley_pacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

  • This is an updated version (from python2 to python3) of the Berkeley Pacman project. Its nearly 1-to-1 so you should be able to follow along with their general ideas.

How do I get this code to run?

All the setup instructions inside documentation/setup.md


What are the important files?

  • main/ contains all the code, however you can ignore many of the python files
  • main/search.py is where all your search algorithms should be.
  • main/searchAgents.py is where all of your agents should be.

What commands are there?

As soon as you run the start command (from the auto setup in documentation/setup.md), it will list all the project commands. But here's a quick overview anyways.

  • run pacman
  • run autograder
  • project pacman_examples

Many of these commands are simple wrappers like cd ./main;python pacman.py. You're free to run the python directly if desired.

About

A python3 version of Berkly's Pacman AI course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.8%
  • Shell 23.2%
  • Nix 4.0%