In this project, you will implement the reinforcement learning algorithm, Q-learning. You will test your agent first on Gridworld, then apply it to PacMan.
But first, you need to learn about Python dictionaries.
Q-Learning slides from lecture