Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.44 KB

File metadata and controls

42 lines (33 loc) · 1.44 KB

marl-jax

JAX library for MARL research

Demo Video Paper Link

Implemented Algorithms

  • Independent-IMPALA for multi-agent environments
  • OPRE

Environments supported

Other Features

  • Distributed training (IMPALA style architecture)
    • Dynamically distribute load of multiple agents across available GPUs
    • Run multiple environment instances, one per CPU core for experience collection
  • Wandb and Tensorboard logging
  • PopArt normalization

Help

Implementation References

Citation

If you use this code in your project, please cite the following paper:

@article{mehta2023marljax,
      title={marl-jax: Multi-agent Reinforcement Leaning framework for Social Generalization}, 
      author={Kinal Mehta and Anuj Mahajan and Pawan Kumar},
      year={2023},
      journal={arXiv preprint arXiv:2303.13808},
      url={https://arxiv.org/abs/2303.13808},
}