English

Transferable Multi-Agent Reinforcement Learning with Dynamic Participating Agents

Machine Learning 2022-08-05 v1 Artificial Intelligence Multiagent Systems

Abstract

We study multi-agent reinforcement learning (MARL) with centralized training and decentralized execution. During the training, new agents may join, and existing agents may unexpectedly leave the training. In such situations, a standard deep MARL model must be trained again from scratch, which is very time-consuming. To tackle this problem, we propose a special network architecture with a few-shot learning algorithm that allows the number of agents to vary during centralized training. In particular, when a new agent joins the centralized training, our few-shot learning algorithm trains its policy network and value network using a small number of samples; when an agent leaves the training, the training process of the remaining agents is not affected. Our experiments show that using the proposed network architecture and algorithm, model adaptation when new agents join can be 100+ times faster than the baseline. Our work is applicable to any setting, including cooperative, competitive, and mixed.

Keywords

Cite

@article{arxiv.2208.02424,
  title  = {Transferable Multi-Agent Reinforcement Learning with Dynamic Participating Agents},
  author = {Xuting Tang and Jia Xu and Shusen Wang},
  journal= {arXiv preprint arXiv:2208.02424},
  year   = {2022}
}

Comments

10 pages, 7 figures

R2 v1 2026-06-25T01:28:00.251Z