pemami4911 / deep-rl

Collection of Deep Reinforcement Learning algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Collection of Deep Reinforcement Learning algorithms

License:MIT License


Languages

Language:Python 100.0%