philtabor / Multi-Agent-Reinforcement-LearningLinks
PyTorch implementations of MADDPG, MAPPO (coming)
☆165Updated last year
Alternatives and similar repositories for Multi-Agent-Reinforcement-Learning
Users that are interested in Multi-Agent-Reinforcement-Learning are comparing it to the libraries listed below
Sorting:
- Use Multi-agent Twin Delayed Deep Deterministic Policy Gradient(TD3) algorithm to find reasonable paths for ships☆64Updated 2 years ago
- Simple and efficient implementation of DQN DDPG TD3 SAC PPO MADDPG MATD3 MASAC MAAC IPPO MAPPO HAPPO MAT MORL☆101Updated 3 weeks ago
- Heterogeneous Hierarchical Multi Agent Reinforcement Learning for Air Combat☆121Updated 4 months ago
- Multi-UAV target round-up based on MADDPG☆184Updated 2 months ago
- Use Multi-Agent Deep Deterministic Policy Gradient(DDPG) algorithm to find reasonable paths for ships☆37Updated 2 years ago
- implementation of MADDPG using PettingZoo and PyTorch☆153Updated last year
- Jax and Torch Multi-Agent SAC on PettingZoo API☆86Updated 8 months ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆51Updated 3 years ago
- This is the source code of "Efficient training techniques for multi-agent reinforcement learning in combatant tasks".☆97Updated 4 years ago
- Clean implementation of Multi-Agent Reinforcement Learning methods (MADDPG, MATD3, MASAC, MAD4PG) in TensorFlow 2.x☆157Updated last year
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆353Updated 4 years ago
- 多智能体强化学习VDN、QMIX、QTRAN、QPLEX复现