English

Descent-Guided Policy Gradient for Scalable Cooperative Multi-Agent Learning

Multiagent Systems 2026-05-06 v3 Artificial Intelligence Machine Learning

Abstract

Scaling cooperative multi-agent reinforcement learning (MARL) is fundamentally limited by cross-agent noise. When agents share a common reward, each agent's learning signal is computed from a shared return that depends on all agents, so the stochasticity of the other agents enters the signal as cross-agent noise that grows with NN. Fortunately, many engineering systems, such as cloud computing and power systems, have differentiable analytical models that prescribe efficient system states, providing a new reference beyond noisy shared returns. In this work, we propose Descent-Guided Policy Gradient (DG-PG), a framework that augments policy-gradient updates with a noise-free descent signal derived from differentiable analytical models. We prove that DG-PG reduces policy-gradient estimator variance from O(N)\mathcal{O}(N) to O(1)\mathcal{O}(1), preserves the equilibria of the cooperative game, and achieves agent-independent sample complexity O~(1/ϵ)\widetilde{\mathcal{O}} (1/\epsilon). On a heterogeneous cloud resource scheduling task with up to 1500 agents, DG-PG converges within 20 episodes on average, while MAPPO and IPPO fail to converge under identical architectures.

Keywords

Cite

@article{arxiv.2602.20078,
  title  = {Descent-Guided Policy Gradient for Scalable Cooperative Multi-Agent Learning},
  author = {Shan Yang and Yang Liu},
  journal= {arXiv preprint arXiv:2602.20078},
  year   = {2026}
}

Comments

11 pages, 4 figures, 9 tables; plus 19 pages of appendices

R2 v1 2026-07-01T10:48:15.877Z