/dqn

DQN implementation in Keras + TensorFlow + OpenAI Gym

Primary LanguagePython

DQN in Keras + TensorFlow + OpenAI Gym

This is an implementation of DQN (based on Mnih et al., 2015) in Keras + TensorFlow + OpenAI Gym in this blog post.