Lizhi-sjtu / Rainbow-DQN-pytorchLinks
This is a concise Pytorch implementation of Rainbow DQN, including Double Q-learning, Dueling network, Noisy network, PER and n-steps Q-learning.
☆35Updated 3 years ago
Alternatives and similar repositories for Rainbow-DQN-pytorch
Users that are interested in Rainbow-DQN-pytorch are comparing it to the libraries listed below
Sorting:
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆370Updated 4 years ago
- Clean implementation of Multi-Agent Reinforcement Learning methods (MADDPG, MATD3, MASAC, MAD4PG) in TensorFlow 2.x☆164Updated 2 years ago
- Deep Q-learning (DQN) for Multi-agent Reinforcement Learning (RL)☆354Updated 5 years ago
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆661Updated 3 years ago
- PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.☆516Updated 2 years ago
- Concise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.☆686Updated 3 years ago
- The code for maddpg using pytorch☆168Updated 5 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆169Updated last year
- Multi-agent Reinforcement Learning Algorithms(COMA, VDN, QMIX)☆15Updated 5 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆670Updated 6 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆315Updated 3 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆213Updated 3 years ago
- Deep Reinforcement Learning with DQN, Double DQN, Dueling DQN, Noisy Net (Noisy DQN), and DQN with Prioritized Experience Replay☆100Updated 5 years ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆56Updated 3 years ago
- Deep reinforcement learning algorithms implemented using PyTorch, including DQN、DDPG、PPO、SAC、DDQN、Noisy-DQN.☆35Updated 2 months ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆223Updated 6 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆96Updated 4 years ago
- RL projects including implementation of DQN/DDPG/MADDPG/BicNet on StarCraft II multi-agent learning environment SMAC☆49Updated 5 years ago
- my code for paper Parameterized-DQN☆25Updated 4 years ago
- Parametrized Deep Q-Networks Learning: Reinforcement Learning with Discrete-Continuous Hybrid Action Space☆57Updated 3 years ago
- Simple and efficient implementation of DQN DDPG TD3 SAC PPO MADDPG MATD3 MASAC MAAC IPPO MAPPO HAPPO MAT MORL☆142Updated this week
- qmix☆23Updated 5 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆95Updated last year
- Project on multi agent reinforcement learning applied on patrolling agents☆40Updated 6 years ago
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆20Updated 7 years ago
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…☆151Updated last year
- 多智能体强化学习VDN、QMIX、QTRAN、QPLEX复现☆35Updated 2 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆90Updated 8 months ago
- PyTorch implementations of MADDPG, MAPPO (coming)☆183Updated last year
- implementation of MADDPG using PettingZoo and PyTorch☆162Updated 2 years ago