Towards Better Sample Efficiency in Multi-Agent Reinforcement Learning via Exploration
Amir Baghi, Jens Sjölund, Joakim Bergdahl, Linus Gisslén, Alessandro Sestini
TL;DR
The paper tackles the challenge of poor sample efficiency in multi-agent reinforcement learning by focusing on TiZero in a football setting. It introduces architectural improvements for computational efficiency and two exploration-driven augmentations: a self-supervised intrinsic reward (SSIR) and a random network distillation (RND) bonus, with RND showing an 18.8% gain in sample efficiency under a fixed data budget. Through curriculum self-play experiments and qualitative gameplay evaluations against a heuristic baseline, the study finds that RND promotes a more offensive and confident playstyle, while SSIR can bias strategies toward possession. The findings suggest that well-designed exploration bonuses, particularly RND, can make advanced multi-agent policies more tractable in complex team-based environments and likely generalize beyond football scenarios.
Abstract
Multi-agent reinforcement learning has shown promise in learning cooperative behaviors in team-based environments. However, such methods often demand extensive training time. For instance, the state-of-the-art method TiZero takes 40 days to train high-quality policies for a football environment. In this paper, we hypothesize that better exploration mechanisms can improve the sample efficiency of multi-agent methods. We propose two different approaches for better exploration in TiZero: a self-supervised intrinsic reward and a random network distillation bonus. Additionally, we introduce architectural modifications to the original algorithm to enhance TiZero's computational efficiency. We evaluate the sample efficiency of these approaches through extensive experiments. Our results show that random network distillation improves training sample efficiency by 18.8% compared to the original TiZero. Furthermore, we evaluate the qualitative behavior of the models produced by both variants against a heuristic AI, with the self-supervised reward encouraging possession and random network distillation leading to a more offensive performance. Our results highlights the applicability of our random network distillation variant in practical settings. Lastly, due to the nature of the proposed method, we acknowledge its use beyond football simulation, especially in environments with strong multi-agent and strategic aspects.
