Exploiting Structure in Offline Multi-Agent RL: The Benefits of Low Interaction Rank
Wenhao Zhan, Scott Fujimoto, Zheqing Zhu, Jason D. Lee, Daniel R. Jiang, Yonathan Efroni
TL;DR
The paper tackles the challenge of learning approximate equilibria in offline multi-agent RL by introducing interaction rank (IR) as a structural assumption on reward decompositions. It proves that low-IR functions are markedly more robust to distribution shift, enabling decentralized, regularized, no-regret learning for contextual games and Markov games with decoupled transitions. The proposed Decentralized χ^2-Regularized Policy Gradient (CG) and Decentralized Regularized Actor-Critic (DR-AC) frameworks achieve polynomial sample complexity in the number of agents when the IR is small and single-agent concentrability holds. The work contrasts with prior offline MARL methods by offering oracle-efficient, decentralized algorithms with provable guarantees and demonstrates empirically that low-IR critics outperform more expressive joint-action or single-agent critics in offline settings, underscoring the practical value of exploiting IR structure.
Abstract
We study the problem of learning an approximate equilibrium in the offline multi-agent reinforcement learning (MARL) setting. We introduce a structural assumption -- the interaction rank -- and establish that functions with low interaction rank are significantly more robust to distribution shift compared to general ones. Leveraging this observation, we demonstrate that utilizing function classes with low interaction rank, when combined with regularization and no-regret learning, admits decentralized, computationally and statistically efficient learning in offline MARL. Our theoretical results are complemented by experiments that showcase the potential of critic architectures with low interaction rank in offline MARL, contrasting with commonly used single-agent value decomposition architectures.
