Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

awesome-marl


https://github.com/semitable/awesome-marl

  • Level-based Foraging - mixed cooperative-competitive game, which focuses on the coordination of the agents involved.
  • Multi-Robot Warehouse - A simulated warehouse with robots moving and delivering requested goods.
  • StarCraft Multi-agent Challenge - A decentralised micromanagement scenarios built on StarCraft II.
  • Multi-agent Particle Environment - A diverse set of 2D tasks involving cooperation and competition between agents.
  • Malmö - An environment built on top of Minecraft. Also see [MarLÖ](https://github.com/crowdAI/marLo) (short for Multi-Agent Reinforcement Learning in MalmÖ).
  • Derk's Gym - A MOBA-style multi-agent competitive team-based game.
  • Flatland - Based on a real-world problem of coordinating a railway traffic infrastructure.
  • Neural-MMO - A massively multiagent game environment for training and evaluating intelligent agents.
  • PyMARL - WhiRL's framework for deep multi-agent reinforcement learning and includes implementations of QMIX, COMA, VDN, IQL, and QTRAN (only cooperative MARL).
  • Extended-PyMARL - An extension of the above, with the addition of IA2C, IPPO, MADDPG, MAA2C and MAPPO. Also improves the consistency of the implementations for fair comparisons.