Q learning with function approximation
Read the document, called Document.pdf, which explains how it works.
My Q-learning is in mlLearningAgents.py
Work in python 2.
python pacman.py -p QLearnAgent -x 2000 -n 2010 -l smallGrid
python pacman.py -p QLearnAgent -x 100 -n 110