floodsung / DDPG
Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow
☆560Updated 3 years ago
Alternatives and similar repositories for DDPG:
Users that are interested in DDPG are comparing it to the libraries listed below
- Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym envir…☆274Updated 7 years ago
- Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch☆603Updated 6 years ago
- Accompanying repository for Let's make a DQN / A3C series.☆394Updated 6 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,267Updated 5 years ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆309Updated 4 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆409Updated 4 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆693Updated 2 years ago
- Reinforcement Learning with Deep Energy-Based Policies☆422Updated last year
- Using Keras and Deep Deterministic Policy Gradient to play TORCS☆722Updated 7 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆653Updated 6 years ago
- Implementation of benchmark RL algorithms☆466Updated 2 years ago
- A3C LSTM Atari with Pytorch plus A3G design☆564Updated 2 years ago
- Deep Q-Learning Network in pytorch (not actively maintained)☆400Updated 7 years ago
- Constrained Policy Optimization☆320Updated 7 years ago
- Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.☆656Updated 5 years ago
- Implementation of TRPO and related algorithms