Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 410 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 410 Bytes

Implementation of Q-Learning to Devise Pac-Man Strategies

How to run

This version of Intelligent Pac-Man is running on Python 2.7 environment. The visibility of the agent in this Pac-Man project is extremely limited, just like someone is running through the maze for real.
Run the following command to play the game:

python pacman.py -p QLearnAgent -x 2000 -n 2010 -l smallGrid