Towards Efficient Collaboration via Graph Modeling in Reinforcement Learning

Abstract

In multi-agent reinforcement learning, a commonly considered paradigm is centralized training with decentralized execution. However, in this framework, decentralized execution restricts the development of coordinated policies due to the local observation limitation. In this paper, we consider the cooperation among neighboring agents during execution and formulate their interactions as a graph. Thus, we introduce a novel encoder-decoder architecture named Factor-based Multi-Agent Transformer (f-MAT) that utilizes a transformer to enable communication between neighboring agents during both training and execution. By dividing agents into different overlapping groups and representing each group with a factor, f-MAT achieves efficient message passing and parallel action generation through factor-based attention layers. Empirical results in networked systems such as traffic scheduling and power control demonstrate that f-MAT achieves superior performance compared to strong baselines, thereby paving the way for handling complex collaborative problems.

Cite

Text

Fan et al. "Towards Efficient Collaboration via Graph Modeling in Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I16.33813

Markdown

[Fan et al. "Towards Efficient Collaboration via Graph Modeling in Reinforcement Learning." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/fan2025aaai-efficient/) doi:10.1609/AAAI.V39I16.33813

BibTeX

@inproceedings{fan2025aaai-efficient,
  title     = {{Towards Efficient Collaboration via Graph Modeling in Reinforcement Learning}},
  author    = {Fan, Wenzhe and Yu, Zishun and Ma, Chengdong and Li, Changye and Yang, Yaodong and Zhang, Xinhua},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {16505-16513},
  doi       = {10.1609/AAAI.V39I16.33813},
  url       = {https://mlanthology.org/aaai/2025/fan2025aaai-efficient/}
}