Towards Principled Unsupervised Multi-Agent Reinforcement Learning
Riccardo Zamboni, Mirco Mutti, Marcello Restelli
TL;DR
This work tackles unsupervised pre-training for multi-agent reinforcement learning by casting state-entropy maximization within convex Markov Games. It delineates three objective families—joint, disjoint, and mixture—and derives entropy-mismatch bounds that reveal mixture entropy as a tractable and effective surrogate, especially in finite-trial regimes. The authors introduce TRPE, a decentralized trust-region algorithm, and demonstrate empirically that mixture-based pre-training yields faster learning and strong zero-shot transfer in sparse-reward downstream tasks, while joint/disjoint objectives can under- or over-optimize. The study provides practical guidance for coordinating exploration in multi-agent settings and points to promising directions for scalable, principled unsupervised MA-RL in more complex domains.
Abstract
In reinforcement learning, we typically refer to unsupervised pre-training when we aim to pre-train a policy without a priori access to the task specification, i.e. rewards, to be later employed for efficient learning of downstream tasks. In single-agent settings, the problem has been extensively studied and mostly understood. A popular approach, called task-agnostic exploration, casts the unsupervised objective as maximizing the entropy of the state distribution induced by the agent's policy, from which principles and methods follow. In contrast, little is known about it in multi-agent settings, which are ubiquitous in the real world. What are the pros and cons of alternative problem formulations in this setting? How hard is the problem in theory, how can we solve it in practice? In this paper, we address these questions by first characterizing those alternative formulations and highlighting how the problem, even when tractable in theory, is non-trivial in practice. Then, we present a scalable, decentralized, trust-region policy search algorithm to address the problem in practical settings. Finally, we provide numerical validations to both corroborate the theoretical findings and pave the way for unsupervised multi-agent reinforcement learning via task-agnostic exploration in challenging domains, showing that optimizing for a specific objective, namely mixture entropy, provides an excellent trade-off between tractability and performances.
