LGMASYSTMLSep 23, 2021

Dimension-Free Rates for Natural Policy Gradient in Multi-Agent Reinforcement Learning

arXiv:2109.11692v15 citations
Originality Incremental advance
AI Analysis

This addresses scalability issues for large networks of agents in decentralized decision-making, though it is incremental as it builds on existing NPG frameworks with localized assumptions.

The paper tackles the curse of dimensionality in cooperative multi-agent reinforcement learning by designing a scalable Natural Policy Gradient algorithm that uses local communication. It shows convergence to the globally optimal policy with dimension-free complexity and an exponentially decaying localization error.

Cooperative multi-agent reinforcement learning is a decentralized paradigm in sequential decision making where agents distributed over a network iteratively collaborate with neighbors to maximize global (network-wide) notions of rewards. Exact computations typically involve a complexity that scales exponentially with the number of agents. To address this curse of dimensionality, we design a scalable algorithm based on the Natural Policy Gradient framework that uses local information and only requires agents to communicate with neighbors within a certain range. Under standard assumptions on the spatial decay of correlations for the transition dynamics of the underlying Markov process and the localized learning policy, we show that our algorithm converges to the globally optimal policy with a dimension-free statistical and computational complexity, incurring a localization error that does not depend on the number of agents and converges to zero exponentially fast as a function of the range of communication.

Foundations

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

Your Notes