floodsung / DDPGLinks
Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow
☆567Updated 3 years ago
Alternatives and similar repositories for DDPG
Users that are interested in DDPG are comparing it to the libraries listed below
Sorting:
- Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym envir…☆276Updated 7 years ago
- Using Keras and Deep Deterministic Policy Gradient to play TORCS☆723Updated 7 years ago
- Accompanying repository for Let's make a DQN / A3C series.☆395Updated 7 years ago
- Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch☆618Updated 7 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆414Updated 4 years ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆312Updated 4 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,290Updated 5 years ago
- Simple A3C implementation with pytorch + multiprocessing☆651Updated 2 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆597Updated 7 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆715Updated 2 years ago
- Deep Q-Learning Network in pytorch (not actively maintained)☆412Updated 7 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆675Updated 7 years ago
- Collection of Deep Reinforcement Learning algorithms☆124Updated 8 years ago
- Implementations of selected inverse reinforcement learning algorithms.☆1,036Updated 2 years ago
- Reinforcement Learning with Deep Energy-Based Policies☆429Updated last year
- Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.☆657Updated 5 years ago
- Implementation of TRPO and related algorithms☆638Updated 7 years ago
- A3C LSTM Atari with Pytorch plus A3G design