English

Centralized Model and Exploration Policy for Multi-Agent RL

Artificial Intelligence 2022-02-08 v2

Abstract

Reinforcement learning (RL) in partially observable, fully cooperative multi-agent settings (Dec-POMDPs) can in principle be used to address many real-world challenges such as controlling a swarm of rescue robots or a team of quadcopters. However, Dec-POMDPs are significantly harder to solve than single-agent problems, with the former being NEXP-complete and the latter, MDPs, being just P-complete. Hence, current RL algorithms for Dec-POMDPs suffer from poor sample complexity, which greatly reduces their applicability to practical problems where environment interaction is costly. Our key insight is that using just a polynomial number of samples, one can learn a centralized model that generalizes across different policies. We can then optimize the policy within the learned model instead of the true system, without requiring additional environment interactions. We also learn a centralized exploration policy within our model that learns to collect additional data in state-action regions with high model uncertainty. We empirically evaluate the proposed model-based algorithm, MARCO, in three cooperative communication tasks, where it improves sample efficiency by up to 20x. Finally, to investigate the theoretical sample complexity, we adapt an existing model-based method for tabular MDPs to Dec-POMDPs, and prove that it achieves polynomial sample complexity.

Keywords

Cite

@article{arxiv.2107.06434,
  title  = {Centralized Model and Exploration Policy for Multi-Agent RL},
  author = {Qizhen Zhang and Chris Lu and Animesh Garg and Jakob Foerster},
  journal= {arXiv preprint arXiv:2107.06434},
  year   = {2022}
}

Comments

Accepted to AAMAS 2022

R2 v1 2026-06-24T04:10:30.913Z