Filtered Observations for Model-Based Multi-Agent Reinforcement Learning

Abstract

Reinforcement learning (RL) pursues high sample efficiency in practical environments to avoid costly interactions. Learning to plan with a world model in a compact latent space for policy optimization significantly improves sample efficiency in single-agent RL. Although world model construction methods for single-agent can be naturally extended, existing multi-agent schemes fail to acquire world models effectively as redundant information increases rapidly with the number of agents. To address this issue, we in this paper leverage guided diffusion to filter this noisy information, which harms teamwork. Obtained purified global states are then used to build a unified world model. Based on the learned world model, we denoise each agent observation and plan for multi-agent policy optimization, facilitating efficient cooperation. We name our method UTOPIA, a model-based method for cooperative multi-agent reinforcement learning (MARL). Compared to strong model-free and model-based baselines, our method shows enhanced sample efficiency in various testbeds, including the challenging StarCraft Multi-Agent Challenge tasks.

Cite

Text

Meng et al. "Filtered Observations for Model-Based Multi-Agent Reinforcement Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023. doi:10.1007/978-3-031-43421-1_32

Markdown

[Meng et al. "Filtered Observations for Model-Based Multi-Agent Reinforcement Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023.](https://mlanthology.org/ecmlpkdd/2023/meng2023ecmlpkdd-filtered/) doi:10.1007/978-3-031-43421-1_32

BibTeX

@inproceedings{meng2023ecmlpkdd-filtered,
  title     = {{Filtered Observations for Model-Based Multi-Agent Reinforcement Learning}},
  author    = {Meng, Linghui and Xiong, Xuantang and Zang, Yifan and Zhang, Xi and Li, Guoqi and Xing, Dengpeng and Xu, Bo},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2023},
  pages     = {540-555},
  doi       = {10.1007/978-3-031-43421-1_32},
  url       = {https://mlanthology.org/ecmlpkdd/2023/meng2023ecmlpkdd-filtered/}
}