LGAIMay 30, 2025

Mastering Massive Multi-Task Reinforcement Learning via Mixture-of-Expert Decision Transformer

arXiv:2505.24378v111 citationsh-index: 34ICML
Originality Incremental advance
AI Analysis

It addresses the scalability problem in multi-task reinforcement learning for AI systems, representing an incremental improvement over existing methods.

The paper tackles the challenge of scaling offline multi-task reinforcement learning to a massive number of tasks by proposing M3DT, a mixture-of-experts framework that enhances a Decision Transformer backbone, achieving superior performance on up to 160 tasks.

Despite recent advancements in offline multi-task reinforcement learning (MTRL) have harnessed the powerful capabilities of the Transformer architecture, most approaches focus on a limited number of tasks, with scaling to extremely massive tasks remaining a formidable challenge. In this paper, we first revisit the key impact of task numbers on current MTRL method, and further reveal that naively expanding the parameters proves insufficient to counteract the performance degradation as the number of tasks escalates. Building upon these insights, we propose M3DT, a novel mixture-of-experts (MoE) framework that tackles task scalability by further unlocking the model's parameter scalability. Specifically, we enhance both the architecture and the optimization of the agent, where we strengthen the Decision Transformer (DT) backbone with MoE to reduce task load on parameter subsets, and introduce a three-stage training mechanism to facilitate efficient training with optimal performance. Experimental results show that, by increasing the number of experts, M3DT not only consistently enhances its performance as model expansion on the fixed task numbers, but also exhibits remarkable task scalability, successfully extending to 160 tasks with superior performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes