/reinforcement

CS 188 (Introduction to Artificial Intelligence): Project 3: https://www.edx.org/courses/BerkeleyX/CS188/sp13/courseware/Week_6/Project_3_Reinforcement/

Primary LanguagePython

PROJECT 3: REINFORCEMENT LEARNING

In this project, you will implement value iteration and Q-learning. You will test your agents first on Gridworld (from class), then apply them to a simulated robot controller (Crawler) and Pacman.