indigoLovee / DDPGLinks
DDPG in Pytorch
☆45Updated 3 years ago
Alternatives and similar repositories for DDPG
Users that are interested in DDPG are comparing it to the libraries listed below
Sorting:
- D3QN Pytorch☆62Updated 3 years ago
- RL algorithms☆141Updated 4 years ago
- Simple and efficient implementation of DQN DDPG TD3 SAC PPO MADDPG MATD3 MASAC MAAC IPPO MAPPO HAPPO MAT MORL☆119Updated 2 months ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆104Updated 3 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆207Updated 3 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆86Updated 5 months ago
- Clean implementation of Multi-Agent Reinforcement Learning methods (MADDPG, MATD3, MASAC, MAD4PG) in TensorFlow 2.x☆160Updated last year
- Parametrized Deep Q-Networks Learning: Reinforcement Learning with Discrete-Continuous Hybrid Action Space☆53Updated 3 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆91Updated 10 months ago
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆359Updated 4 years ago
- TD3 in Pytorch☆35Updated 3 years ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆53Updated 3 years ago
- implementation of MADDPG using PettingZoo and PyTorch☆155Updated last year
- my code for paper Parameterized-DQN☆23Updated 4 years ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆87Updated 4 years ago
- kinds of reinforcement learning model by Pytorch☆343Updated 2 years ago
- A Collection of Multi-Agent Reinforcement Learning (MARL) Resources☆250Updated 3 years ago
- PyTorch implementations of MADDPG, MAPPO (coming)☆172Updated last year
- Solve BipedalWalkerHardcore-v2 with TD3☆91Updated 2 years ago
- Tutorial for Reinforcement Learning☆189Updated 3 years ago
- 多智能体强化学习☆102Updated 6 years ago
- The code for maddpg using pytorch☆170Updated 5 years ago
- ☆65Updated last year
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆20Updated 7 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆94Updated 4 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆93Updated last year
- Multi-agent Reinforcement Learning Algorithms(COMA, VDN, QMIX)☆15Updated 5 years ago
- demo of multi-agent reinforcement learning algorithms, such as ATT-MADDPG (Modelling the Dynamic Joint Policy of Teammates with Attention…☆63Updated 4 years ago
- A collection of multi agent environments based on OpenAI gym.☆28Updated 2 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆163Updated last year