Towards Efficient Collaboration via Graph Modeling in Reinforcement Learning
Wenzhe Fan, Zishun Yu, Chengdong Ma, Changye Li, Yaodong Yang, Xinhua Zhang
TL;DR
The paper tackles efficient collaboration in multi-agent reinforcement learning under CTDE by introducing Factor-based Multi-Agent Transformer (f-MAT), which uses a factor graph to enable neighborhood-level message passing and parallel action generation. By representing groups of agents as factors and applying factor-based attention, f-MAT reduces communication and computation to $O(m S_f L)$ while maintaining rich inter-agent coordination. Empirical results across GridSim, Monaco traffic, and power grid scenarios show that f-MAT achieves near-MAT performance with substantially better training efficiency and scalability, highlighting its potential for large-scale, real-time cooperative systems. This work demonstrates a practical, transformer-based approach to scalable coordination in distributed multi-agent environments.
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.
