Settling the Variance of Multi-Agent Policy Gradients
Jakub Grudzien Kuba, Muning Wen, Yaodong Yang, Linghui Meng, Shangding, Gu, Haifeng Zhang, David Henry Mguni, Jun Wang

TL;DR
This paper analyzes the variance issues in multi-agent policy gradient methods, deriving an optimal baseline to minimize variance, and demonstrates its effectiveness in stabilizing training and improving performance in multi-agent reinforcement learning benchmarks.
Contribution
It provides a rigorous variance analysis for multi-agent PG methods, derives an optimal baseline, and introduces a surrogate baseline to enhance existing algorithms.
Findings
Optimal baseline reduces variance significantly.
Improved stability and performance in multi-agent RL benchmarks.
Surrogate baseline seamlessly integrates with existing methods.
Abstract
Policy gradient (PG) methods are popular reinforcement learning (RL) methods where a baseline is often applied to reduce the variance of gradient estimates. In multi-agent RL (MARL), although the PG theorem can be naturally extended, the effectiveness of multi-agent PG (MAPG) methods degrades as the variance of gradient estimates increases rapidly with the number of agents. In this paper, we offer a rigorous analysis of MAPG methods by, firstly, quantifying the contributions of the number of agents and agents' explorations to the variance of MAPG estimators. Based on this analysis, we derive the optimal baseline (OB) that achieves the minimal variance. In comparison to the OB, we measure the excess variance of existing MARL algorithms such as vanilla MAPG and COMA. Considering using deep neural networks, we also propose a surrogate version of OB, which can be seamlessly plugged into any…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Autonomous Vehicle Technology and Safety · Adversarial Robustness in Machine Learning
MethodsEntropy Regularization · Proximal Policy Optimization
