xuehy / pytorch-maddpg
A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)
☆630Updated 6 years ago
Alternatives and similar repositories for pytorch-maddpg:
Users that are interested in pytorch-maddpg are comparing it to the libraries listed below
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆595Updated 5 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆706Updated 2 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆543Updated 7 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆681Updated last year
- Mean Field Multi-Agent Reinforcement Learning☆383Updated 4 years ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆686Updated 2 years ago
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆560Updated 2 years ago
- Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario…☆1,503Updated 2 years ago
- PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.