LGAIFeb 12, 2025

Towards Principled Unsupervised Multi-Agent Reinforcement Learning

arXiv:2502.08365v45 citationsh-index: 38
Originality Incremental advance
AI Analysis

This addresses a foundational gap in multi-agent systems, enabling more efficient learning in real-world applications like robotics and gaming, though it is incremental as it builds on single-agent methods.

The paper tackles the problem of unsupervised pre-training in multi-agent reinforcement learning, where agents learn without task rewards, by characterizing alternative formulations and proposing a scalable decentralized algorithm, showing that optimizing mixture entropy achieves a good trade-off between tractability and performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes