LGAIDec 6, 2021

MDPGT: Momentum-based Decentralized Policy Gradient Tracking

arXiv:2112.02813v112 citations
Originality Highly original
AI Analysis

This work addresses sample efficiency for researchers and practitioners in decentralized multi-agent reinforcement learning, offering a novel method with proven theoretical improvements over existing approaches.

The paper tackles the problem of sample efficiency in decentralized multi-agent reinforcement learning by proposing MDPGT, a momentum-based decentralized policy gradient tracking method that achieves a sample complexity of O(N^{-1}ε^{-3}) for converging to an ε-stationary point, outperforming state-of-the-art methods and enabling linear speed-up for small error tolerances.

We propose a novel policy gradient method for multi-agent reinforcement learning, which leverages two different variance-reduction techniques and does not require large batches over iterations. Specifically, we propose a momentum-based decentralized policy gradient tracking (MDPGT) where a new momentum-based variance reduction technique is used to approximate the local policy gradient surrogate with importance sampling, and an intermediate parameter is adopted to track two consecutive policy gradient surrogates. Moreover, MDPGT provably achieves the best available sample complexity of $\mathcal{O}(N^{-1}ε^{-3})$ for converging to an $ε$-stationary point of the global average of $N$ local performance functions (possibly nonconcave). This outperforms the state-of-the-art sample complexity in decentralized model-free reinforcement learning, and when initialized with a single trajectory, the sample complexity matches those obtained by the existing decentralized policy gradient methods. We further validate the theoretical claim for the Gaussian policy function. When the required error tolerance $ε$ is small enough, MDPGT leads to a linear speed up, which has been previously established in decentralized stochastic optimization, but not for reinforcement learning. Lastly, we provide empirical results on a multi-agent reinforcement learning benchmark environment to support our theoretical findings.

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