English

Local Advantage Networks for Cooperative Multi-Agent Reinforcement Learning

Machine Learning 2023-10-27 v3 Artificial Intelligence

Abstract

Many recent successful off-policy multi-agent reinforcement learning (MARL) algorithms for cooperative partially observable environments focus on finding factorized value functions, leading to convoluted network structures. Building on the structure of independent Q-learners, our LAN algorithm takes a radically different approach, leveraging a dueling architecture to learn for each agent a decentralized best-response policies via individual advantage functions. The learning is stabilized by a centralized critic whose primary objective is to reduce the moving target problem of the individual advantages. The critic, whose network's size is independent of the number of agents, is cast aside after learning. Evaluation on the StarCraft II multi-agent challenge benchmark shows that LAN reaches state-of-the-art performance and is highly scalable with respect to the number of agents, opening up a promising alternative direction for MARL research.

Keywords

Cite

@article{arxiv.2112.12458,
  title  = {Local Advantage Networks for Cooperative Multi-Agent Reinforcement Learning},
  author = {Raphaël Avalos and Mathieu Reymond and Ann Nowé and Diederik M. Roijers},
  journal= {arXiv preprint arXiv:2112.12458},
  year   = {2023}
}

Comments

https://openreview.net/forum?id=adpKzWQunW

R2 v1 2026-06-24T08:29:23.604Z