stevenpjg / ddpg-aigymLinks
Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym environments
☆276Updated 7 years ago
Alternatives and similar repositories for ddpg-aigym
Users that are interested in ddpg-aigym are comparing it to the libraries listed below
Sorting:
- TensorFlow implementation of the DDPG algorithm from the paper Continuous Control with Deep Reinforcement Learning (ICLR 2016)☆214Updated 7 years ago
- Reinforcement Learning with Deep Energy-Based Policies☆429Updated last year
- Trust Region Policy Optimization with TensorFlow and OpenAI Gym☆360Updated 5 years ago
- Collection of Deep Reinforcement Learning algorithms☆299Updated 6 years ago
- implement of prioritized experience replay☆159Updated 7 years ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆311Updated 4 years ago
- Actor-critic with experience replay☆254Updated 2 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.