xuehy / pytorch-maddpg
A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)
☆645Updated 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)☆617Updated 5 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆726Updated 2 years ago
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆564Updated 7 years ago
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆688Updated last year
- Mean Field Multi-Agent Reinforcement Learning☆389Updated 5 years ago
- Hello, I pushed some python environments for Multi Agent Reinforcement Learning.☆697Updated 2 years ago
- Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-C…☆594Updated 2 years ago
- Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario…☆1,547Updated 2 years ago
- PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.