/DQN-on-Open-AI-Gym

DQN on environments in OpenAI gym.

Primary LanguagePython

Deep Q Learning on OpenAI Gym.

Implementation of Deep Q Learning to play on some environments in the OpenAI Gym. Mountain-Car has a lot of scope for improvement. I have used keras to implement artificial neural networks to estimate th Q function.