Skip to content

Latest commit

 

History

History
 
 

examples

Examples

We include a non-exhaustive number of examples for Jax-based systems, 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.

Examples

We also have various Jax-based examples which make use of the callback design paradigm. Our pre-implemented Jax-based systems are continually expanding so please check back often to see new implemented systems.

Discrete control

Debugging Environment - Simple Spread

Flatland

  • IPPO: an IPPO system running on the discrete action space flatland environment.

Pettingzoo - Cooperative pong

  • IPPO: an IPPO system running on the discrete action space Cooperative pong MPE environment.

Pettingzoo - Multi-Agent Particle Environment

  • IPPO: an IPPO system running on the Simple Spread environment.

SMAC - StarCraft Multi-Agent Challenge