deep-rl icon indicating copy to clipboard operation
deep-rl copied to clipboard

Collection of Deep Reinforcement Learning algorithms

deep-rl

Collection of Deep Reinforcement Learning algorithms.

Dependencies:

Tested with Python 2.7 and Python 3.6

So far:

  1. DDPG - Deep Deterministic Policy Gradients, evaluated on the Pendulum-v0 environment in OpenAI Gym.

Places where this code has been used

If you have used this code to do something cool, send me a link and a GIF (via email or pull request) and I'll add it

  1. @keithmgould used the same the DDPG code to solve the inverted Pendulum task in Roboschool. InvertedPendulum demo
  2. @janscholten Deep Reinforcement Learning with Feedback-based Exploration [code]