Multi-Agent Craftax: Benchmarking Open-Ended Multi-Agent Reinforcement Learning at the Hyperscale
Bassel Al Omari, Michael Matthews, Alexander Rutherford, Jakob Nicolaus Foerster
TL;DR
This work introduces Craftax-MA, a fast, open-ended multi-agent reinforcement learning benchmark built on Craftax, and Craftax-Coop, a cooperative variant with agent specializations and trading. By operating in a hardware-accelerated, JAX-based framework, these environments enable rapid exploration of long-horizon coordination among heterogeneous agents. Empirical evaluations with MAPPO, IPPO, and PQN reveal that existing MARL methods struggle with long-horizon credit assignment and exploration, with independent learning sometimes outperforming PPO-based baselines in some settings. Overall, Craftax-MA and Craftax-Coop offer a scalable, challenging benchmark suite intended to drive progress toward more adaptable and cooperative multi-agent systems.
Abstract
Progress in multi-agent reinforcement learning (MARL) requires challenging benchmarks that assess the limits of current methods. However, existing benchmarks often target narrow short-horizon challenges that do not adequately stress the long-term dependencies and generalization capabilities inherent in many multi-agent systems. To address this, we first present \textit{Craftax-MA}: an extension of the popular open-ended RL environment, Craftax, that supports multiple agents and evaluates a wide range of general abilities within a single environment. Written in JAX, \textit{Craftax-MA} is exceptionally fast with a training run using 250 million environment interactions completing in under an hour. To provide a more compelling challenge for MARL, we also present \textit{Craftax-Coop}, an extension introducing heterogeneous agents, trading and more mechanics that require complex cooperation among agents for success. We provide analysis demonstrating that existing algorithms struggle with key challenges in this benchmark, including long-horizon credit assignment, exploration and cooperation, and argue for its potential to drive long-term research in MARL.
