xujiachang1024 / Q-Learning-Pac-Man

Implementation of Q-Learning to Devise Pac-Man Strategies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Q-Learning to Devise Pac-Man Strategies

License:MIT License


Languages

Language:Python 100.0%