Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Examples

We include a non-exhaustive number of examples, showing common use-cases for Mava. We also have a Quickstart notebook that can be used to quickly create and train your first Multi-Agent System.

Continuous control

We include a number of systems running on continuous control tasks.

Debugging Environment - Simple Spread

PettingZoo - Multiwalker

2D RoboCup

  • MAD4PG: a MAD4PG system running on the RoboCup environment.

Discrete control

We also include a number of systems running on discrete action space environments.

Debugging Environment - Simple Spread

PettingZoo - Multi-Agent Atari

  • MADQN: a MADQN system running on the two-player competitive Atari Pong environment.

PettingZoo - Multi-Agent Particle Environment

  • MADDPG: a MADDPG system running on the Simple Speaker Listener environment.

  • MADDPG: a MADDPG system running on the Simple Spread environment.

SMAC - StarCraft Multi-Agent Challenge

  • MADQN: a MADQN system running on the SMAC environment.

  • QMIX: a QMIX system running on the SMAC environment.

  • VDN: a VDN system running on the SMAC environment.

OpenSpiel - Tic Tac Toe

  • MADQN: a MADQN system running on the OpenSpiel environment.