Wonder Wins Ways: Curiosity-Driven Exploration through Multi-Agent Contextual Calibration
Yiyuan Pan, Zhe Liu, Hesheng Wang
TL;DR
This work tackles autonomous exploration in sparse-reward, partially observable multi-agent reinforcement learning by introducing CERMIC, a modular framework that calibrates intrinsic curiosity with inferred multi-agent context. Grounded in the Information Bottleneck, CERMIC learns a contextualized exploration representation via a dynamic intention graph and produces theoretically grounded intrinsic rewards, while filtering noisy or socially irrelevant novelty. The method offers two key components: a novelty-driven exploration objective that optimizes $I(X_t;S_{t+1})$, and a robust, socially-aware exploitation objective that minimizes $I(X_t;[S_t,A_t])$ conditioned on inferred agent intentions, implemented through a graph-based memory and InfoNCE bounds. Empirically, CERMIC-enhanced agents achieve state-of-the-art performance across VMAS, MeltingPot, and SMACv2 in sparse-reward settings, demonstrating improved exploration stability and leveraging social context to improve coordination without centralized communication.
Abstract
Autonomous exploration in complex multi-agent reinforcement learning (MARL) with sparse rewards critically depends on providing agents with effective intrinsic motivation. While artificial curiosity offers a powerful self-supervised signal, it often confuses environmental stochasticity with meaningful novelty. Moreover, existing curiosity mechanisms exhibit a uniform novelty bias, treating all unexpected observations equally. However, peer behavior novelty, which encode latent task dynamics, are often overlooked, resulting in suboptimal exploration in decentralized, communication-free MARL settings. To this end, inspired by how human children adaptively calibrate their own exploratory behaviors via observing peers, we propose a novel approach to enhance multi-agent exploration. We introduce CERMIC, a principled framework that empowers agents to robustly filter noisy surprise signals and guide exploration by dynamically calibrating their intrinsic curiosity with inferred multi-agent context. Additionally, CERMIC generates theoretically-grounded intrinsic rewards, encouraging agents to explore state transitions with high information gain. We evaluate CERMIC on benchmark suites including VMAS, Meltingpot, and SMACv2. Empirical results demonstrate that exploration with CERMIC significantly outperforms SoTA algorithms in sparse-reward environments.
