TABX: A High-Throughput Sandbox Battle Simulator for Multi-Agent Reinforcement Learning
Hayeong Lee, JunHyeok Oh, Byung-Jun Lee
TL;DR
TABX introduces a high-throughput, JAX-based sandbox for multi-agent reinforcement learning that emphasizes configurability and scalability. By exposing units, terrain zones, heuristic policies, and physics as parameterized controls, it enables systematic exploration of information-dependent value learning, long-horizon exploration, and zero-shot generalization, supported by a GUI scenario editor and vectorized GPU execution. The paper demonstrates a suite of MARL and unsupervised environment design baselines, analyzes centralized value learning versus decentralized approaches, and shows TABX achieves substantial throughput gains over prior frameworks while facilitating rigorous experimental control. This framework offers a practical, reproducible platform for probing how environment design interacts with MARL algorithms, with potential to accelerate research in robust coordination, generalization, and efficient training. The work lays groundwork for future expansions such as LOS-restricting terrain, fortifications, pixel observations, and richer unitSkill dynamics.
Abstract
The design of environments plays a critical role in shaping the development and evaluation of cooperative multi-agent reinforcement learning (MARL) algorithms. While existing benchmarks highlight critical challenges, they often lack the modularity required to design custom evaluation scenarios. We introduce the Totally Accelerated Battle Simulator in JAX (TABX), a high-throughput sandbox designed for reconfigurable multi-agent tasks. TABX provides granular control over environmental parameters, permitting a systematic investigation into emergent agent behaviors and algorithmic trade-offs across a diverse spectrum of task complexities. Leveraging JAX for hardware-accelerated execution on GPUs, TABX enables massive parallelization and significantly reduces computational overhead. By providing a fast, extensible, and easily customized framework, TABX facilitates the study of MARL agents in complex structured domains and serves as a scalable foundation for future research. Our code is available at: https://anonymous.4open.science/r/TABX-00CA.
