AILGDec 10, 2024

Offline Multi-Agent Reinforcement Learning via In-Sample Sequential Policy Optimization

arXiv:2412.07639v213 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses coordination challenges in offline MARL, an incremental improvement for multi-agent systems.

The paper tackles the problem of offline multi-agent reinforcement learning by addressing issues like uncoordinated behaviors and out-of-distribution actions in existing methods, proposing InSPO which achieves improved performance compared to state-of-the-art methods.

Offline Multi-Agent Reinforcement Learning (MARL) is an emerging field that aims to learn optimal multi-agent policies from pre-collected datasets. Compared to single-agent case, multi-agent setting involves a large joint state-action space and coupled behaviors of multiple agents, which bring extra complexity to offline policy optimization. In this work, we revisit the existing offline MARL methods and show that in certain scenarios they can be problematic, leading to uncoordinated behaviors and out-of-distribution (OOD) joint actions. To address these issues, we propose a new offline MARL algorithm, named In-Sample Sequential Policy Optimization (InSPO). InSPO sequentially updates each agent's policy in an in-sample manner, which not only avoids selecting OOD joint actions but also carefully considers teammates' updated policies to enhance coordination. Additionally, by thoroughly exploring low-probability actions in the behavior policy, InSPO can well address the issue of premature convergence to sub-optimal solutions. Theoretically, we prove InSPO guarantees monotonic policy improvement and converges to quantal response equilibrium (QRE). Experimental results demonstrate the effectiveness of our method compared to current state-of-the-art offline MARL methods.

Foundations

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

Your Notes