ghliu / pytorch-ddpgLinks
Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
☆618Updated 7 years ago
Alternatives and similar repositories for pytorch-ddpg
Users that are interested in pytorch-ddpg are comparing it to the libraries listed below
Sorting:
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆535Updated 7 years ago
- Simple A3C implementation with pytorch + multiprocessing☆654Updated 2 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆679Updated 7 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆416Updated 4 years ago
- PyTorch implementation of soft actor critic☆908Updated 2 months ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆600Updated 7 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆768Updated 3 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,248Updated 4 years ago
- Deep Q-Learning Network in pytorch (not actively maintained)☆414Updated 7 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆721Updated 2 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆652Updated 5 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,296Updated 6 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆352Updated 5 years ago
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,345Updated last year
- Implementation of benchmark RL algorithms☆470Updated 3 years ago
- Soft Actor-Critic☆1,145Updated last year
- PyTorch implementation of Trust Region Policy Optimization☆447Updated 7 years ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆312Updated 4 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆641Updated 4 years ago
- Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow☆569Updated 4 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…