/Q_Learning_Explained

This is the code for "Q Learning Explained" by Siraj Raval on Youtube

Primary LanguagePython

Q_Learning_Explained

This is the code for "Q Learning Explained" by Siraj Raval on Youtube

Coding Challenge - Due Date, Thursday, December 7 2017 at 12 PM PST

This weeks coding challenge is to use Q learning to train a simple game bot. You can use OpenAI's gym or really any virtual environment. Bonus points for good documentation, good luck!

Overview

This is the code for this video on Youtube by Siraj Raval on Q Learning as part of the AI for video games series. This uses the OpenAI Gym environment to train a mountain car how to climb a hill.

Dependencies

Usage

Run 'python q_learning.py' in terminal

Credits

Credits for this code go to mustafa. I've merely created a wrapper to get people started.