Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 288 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 288 Bytes

Pacman AI

Runs on python2.7 without any dependencies.

Small grid

python pacman.py -q -n 10 -p MDPAgent -l smallGrid

Medium grid

python pacman.py -q -n 10 -p MDPAgent -l mediumClassic

Remove the -q flag to view the game in progress. Makes it significantly slower.