KishoreMayank / reinforcement

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%