marl topic

List marl repositories

pymarl2

563
Stars
110
Forks
Watchers

Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)

gym-continuousDoubleAuction

135
Stars
32
Forks
Watchers

A custom MARL (multi-agent reinforcement learning) environment where multiple agents trade against one another (self-play) in a zero-sum continuous double auction. Ray [RLlib] is used for training.

Mava

658
Stars
83
Forks
Watchers

🦁 A research-friendly codebase for fast experimentation of multi-agent reinforcement learning in JAX

SQDDPG

106
Stars
42
Forks
Watchers

This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled by ''Shapley Q-value: A Local Reward Approach to Solve Global R...

MARL-papers-with-code

267
Stars
34
Forks
Watchers

Multi-Agent Reinforcement Learning (MARL) papers with code

MARL-resources-collection

185
Stars
10
Forks
Watchers

A Collection of Multi-Agent Reinforcement Learning (MARL) Resources

Multi-agent-reinforcement-learning

61
Stars
20
Forks
Watchers

Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG

CDS

79
Stars
20
Forks
Watchers

[NeurIPS 2021] CDS achieves remarkable success in challenging benchmarks SMAC and GRF by balancing sharing and diversity.

VectorizedMultiAgentSimulator

262
Stars
52
Forks
Watchers

VMAS is a vectorized differentiable simulator designed for efficient Multi-Agent Reinforcement Learning benchmarking. It is comprised of a vectorized 2D physics engine written in PyTorch and a set of...