FoX: Formation-aware exploration in multi-agent reinforcement learning
Yonghyeon Jo, Sunwoo Lee, Junghyuk Yeom, Seungyul Han
TL;DR
FoX addresses exploration challenges in cooperative MARL under partial observability by introducing a formation-based equivalence relation that compresses the exploration space and by employing formation-aware intrinsic rewards. The framework combines an entropy-driven exploration objective with a mutual-information term to encourage agents to infer and respect the current formation using only local observations, implemented via a variational autoencoder–style encoder–decoder setup and a gradient-flipping mechanism to suppress irrelevant information. FoX also decomposes per-agent Q-functions with a shared, local, and formation-aware component within a CTDE-compatible architecture, using formation-based index sets to control the formation representation. Empirical results on sparse SMAC and Google Research Football demonstrate that FoX yields significant performance improvements over baselines, validating both the space-reduction strategy and the formation-awareness approach as effective tools for scalable MARL exploration.
Abstract
Recently, deep multi-agent reinforcement learning (MARL) has gained significant popularity due to its success in various cooperative multi-agent tasks. However, exploration still remains a challenging problem in MARL due to the partial observability of the agents and the exploration space that can grow exponentially as the number of agents increases. Firstly, in order to address the scalability issue of the exploration space, we define a formation-based equivalence relation on the exploration space and aim to reduce the search space by exploring only meaningful states in different formations. Then, we propose a novel formation-aware exploration (FoX) framework that encourages partially observable agents to visit the states in diverse formations by guiding them to be well aware of their current formation solely based on their own observations. Numerical results show that the proposed FoX framework significantly outperforms the state-of-the-art MARL algorithms on Google Research Football (GRF) and sparse Starcraft II multi-agent challenge (SMAC) tasks.
