OCMLOct 22, 2021

Convergence Rates of Average-Reward Multi-agent Reinforcement Learning via Randomized Linear Programming

arXiv:2110.12929v11 citations
Originality Incremental advance
AI Analysis

This work addresses the foundational challenge of providing convergence guarantees for multi-agent reinforcement learning, which is incremental as it extends existing centralized methods to a multi-agent setting.

The paper tackles the problem of achieving global optimality guarantees in tabular multi-agent reinforcement learning with average-cost criterion by developing a model-free approach based on linear programming reformulations, resulting in optimal sample complexity that scales with state and action space cardinalities and network structure. Experiments confirm these theoretical results in practice.

In tabular multi-agent reinforcement learning with average-cost criterion, a team of agents sequentially interacts with the environment and observes local incentives. We focus on the case that the global reward is a sum of local rewards, the joint policy factorizes into agents' marginals, and full state observability. To date, few global optimality guarantees exist even for this simple setting, as most results yield convergence to stationarity for parameterized policies in large/possibly continuous spaces. To solidify the foundations of MARL, we build upon linear programming (LP) reformulations, for which stochastic primal-dual methods yields a model-free approach to achieve \emph{optimal sample complexity} in the centralized case. We develop multi-agent extensions, whereby agents solve their local saddle point problems and then perform local weighted averaging. We establish that the sample complexity to obtain near-globally optimal solutions matches tight dependencies on the cardinality of the state and action spaces, and exhibits classical scalings with respect to the network in accordance with multi-agent optimization. Experiments corroborate these results in practice.

Foundations

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

Your Notes