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.