ghliu / pytorch-ddpgLinks
Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
☆624Updated 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:
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆419Updated 4 years ago
- Simple A3C implementation with pytorch + multiprocessing☆657Updated 2 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆685Updated 7 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆614Updated 8 years ago
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆550Updated 7 years ago
- PyTorch implementation of soft actor critic☆926Updated 5 months ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆780Updated 3 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,261Updated 4 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆729Updated 2 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆670Updated 6 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆356Updated 5 years ago
- Soft Actor-Critic☆1,193Updated 2 years ago
- PyTorch implementation of Trust Region Policy Optimization