English

$K$-Level Policy Gradients for Multi-Agent Reinforcement Learning

Machine Learning 2025-09-16 v1 Artificial Intelligence

Abstract

Actor-critic algorithms for deep multi-agent reinforcement learning (MARL) typically employ a policy update that responds to the current strategies of other agents. While being straightforward, this approach does not account for the updates of other agents at the same update step, resulting in miscoordination. In this paper, we introduce the KK-Level Policy Gradient (KPG), a method that recursively updates each agent against the updated policies of other agents, speeding up the discovery of effective coordinated policies. We theoretically prove that KPG with finite iterates achieves monotonic convergence to a local Nash equilibrium under certain conditions. We provide principled implementations of KPG by applying it to the deep MARL algorithms MAPPO, MADDPG, and FACMAC. Empirically, we demonstrate superior performance over existing deep MARL algorithms in StarCraft II and multi-agent MuJoCo.

Keywords

Cite

@article{arxiv.2509.12117,
  title  = {$K$-Level Policy Gradients for Multi-Agent Reinforcement Learning},
  author = {Aryaman Reddi and Gabriele Tiboni and Jan Peters and Carlo D'Eramo},
  journal= {arXiv preprint arXiv:2509.12117},
  year   = {2025}
}
R2 v1 2026-07-01T05:37:15.237Z