LGAINov 3, 2023

AlberDICE: Addressing Out-Of-Distribution Joint Actions in Offline Multi-Agent RL via Alternating Stationary Distribution Correction Estimation

arXiv:2311.02194v19 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses a key challenge in offline MARL for researchers and practitioners by providing a method to handle exponential joint action spaces, though it appears incremental as it builds on existing conservatism principles and centralized training approaches.

The paper tackles the problem of out-of-distribution joint actions in offline multi-agent reinforcement learning, which can cause performance degradation, by introducing AlberDICE, an algorithm that uses alternating stationary distribution correction estimation to avoid these actions and achieve convergence to Nash policies, with experiments showing it significantly outperforms baseline algorithms on standard benchmarks.

One of the main challenges in offline Reinforcement Learning (RL) is the distribution shift that arises from the learned policy deviating from the data collection policy. This is often addressed by avoiding out-of-distribution (OOD) actions during policy improvement as their presence can lead to substantial performance degradation. This challenge is amplified in the offline Multi-Agent RL (MARL) setting since the joint action space grows exponentially with the number of agents. To avoid this curse of dimensionality, existing MARL methods adopt either value decomposition methods or fully decentralized training of individual agents. However, even when combined with standard conservatism principles, these methods can still result in the selection of OOD joint actions in offline MARL. To this end, we introduce AlberDICE, an offline MARL algorithm that alternatively performs centralized training of individual agents based on stationary distribution optimization. AlberDICE circumvents the exponential complexity of MARL by computing the best response of one agent at a time while effectively avoiding OOD joint action selection. Theoretically, we show that the alternating optimization procedure converges to Nash policies. In the experiments, we demonstrate that AlberDICE significantly outperforms baseline algorithms on a standard suite of MARL benchmarks.

Code Implementations1 repo
Foundations

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

Your Notes