AIR: Unifying Individual and Collective Exploration in Cooperative Multi-Agent Reinforcement Learning
Guangchong Zhou, Zeren Zhang, Guoliang Fan
TL;DR
This work tackles the exploration challenge in cooperative value-based MARL under CTDE by introducing AIR, a unified framework that blends individual and collective exploration through an identity classifier and adaptive temperature. AIR leverages trajectory-based diversity via KL divergence and mutual information, and employs an adversarial mechanism to promote exploration of low-probability actions without compromising value estimation. The approach is underpinned by a theoretical connection between classifier accuracy and exploration, and demonstrates strong empirical performance on SMAC and Google Research Football, including ablations that confirm the necessity of integrating both exploration modes and dynamic temperature. Overall, AIR offers a lightweight, effective pathway to scalable exploration in multi-agent coordination tasks with potential for broad applicability in CTDE settings.
Abstract
Exploration in cooperative multi-agent reinforcement learning (MARL) remains challenging for value-based agents due to the absence of an explicit policy. Existing approaches include individual exploration based on uncertainty towards the system and collective exploration through behavioral diversity among agents. However, the introduction of additional structures often leads to reduced training efficiency and infeasible integration of these methods. In this paper, we propose Adaptive exploration via Identity Recognition~(AIR), which consists of two adversarial components: a classifier that recognizes agent identities from their trajectories, and an action selector that adaptively adjusts the mode and degree of exploration. We theoretically prove that AIR can facilitate both individual and collective exploration during training, and experiments also demonstrate the efficiency and effectiveness of AIR across various tasks.
