UPDeT: Universal Multi-agent Reinforcement Learning via Policy Decoupling with Transformers
Siyi Hu, Fengda Zhu, Xiaojun Chang, Xiaodan Liang

TL;DR
UPDeT introduces a transformer-based universal architecture for multi-agent reinforcement learning, enabling flexible, transferable policies across diverse tasks with improved performance and training efficiency.
Contribution
This work pioneers a universal multi-agent RL pipeline using a transformer-based policy decoupling approach, enhancing generalization and transferability across various multi-agent tasks.
Findings
Achieves significant performance improvements over state-of-the-art methods.
Enables multi-task learning with strong transfer capabilities.
Speeds up training by a factor of 10.
Abstract
Recent advances in multi-agent reinforcement learning have been largely limited in training one model from scratch for every new task. The limitation is due to the restricted model architecture related to fixed input and output dimensions. This hinders the experience accumulation and transfer of the learned agent over tasks with diverse levels of difficulty (e.g. 3 vs 3 or 5 vs 6 multi-agent games). In this paper, we make the first attempt to explore a universal multi-agent reinforcement learning pipeline, designing one single architecture to fit tasks with the requirement of different observation and action configurations. Unlike previous RNN-based models, we utilize a transformer-based model to generate a flexible policy by decoupling the policy distribution from the intertwined input observation with an importance weight measured by the merits of the self-attention mechanism.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Adaptive Dynamic Programming Control
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dropout · Softmax · Multi-Head Attention · Dense Connections · Layer Normalization · Residual Connection · Attention Is All You Need
