paper-with-me

홈 › Papers

Scaling Tasks, Not Samples: Mastering Humanoid Control through Multi-Task Model-Based Reinforcement Learning

2026-03-02 · Shaohuai Liu, Weirui Ye, Yilun Du, Le Xie arxiv

Developing generalist robots capable of mastering diverse skills remains a central challenge in embodied AI. While recent progress emphasizes scaling model parameters and offline datasets, such approaches are limited in robotics, where learning requires active interaction. We argue that effective online learning should scale the \emph{number of tasks}, rather than the number of samples per task. This regime reveals a structural advantage of model-based reinforcement learning (MBRL). Because physical dynamics are invariant across tasks, a shared world model can aggregate multi-task experience to learn robust, task-agnostic representations. In contrast, model-free methods suffer from gradient interference when tasks demand conflicting actions in similar states. Task diversity therefore acts as a regularizer for MBRL, improving dynamics learning and sample efficiency. We instantiate this idea with \textbf{EfficientZero-Multitask (EZ-M)}, a sample-efficient multi-task MBRL algorithm for online learning. Evaluated on \textbf{HumanoidBench}, a challenging whole-body control benchmark, EZ-M achieves state-of-the-art performance with significantly higher sample efficiency than strong baselines, without extreme parameter scaling. These results establish task scaling as a critical axis for scalable robotic learning. The project website is available \href{https://yewr.github.io/ez_m/}{here}.

📄 PDF Abstract BibTeX arXiv:2603.01452

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Advancing Humanoid Locomotion: Mastering Challenging Terrains with Denoising World Model Learning

2024-08-26 · Xinyang Gu, Yen-Jen Wang, Xiang Zhu, Chengming Shi 외

Humanoid robots, with their human-like skeletal structure, are especially suited for tasks in human-centric environments. However, this structure is accompanied by additional challenges in locomotion controller design, e…

Denoisingreinforcement-learningReinforcement Learning

Humanoid-GPT: Scaling Data and Structure for Zero-Shot Motion Tracking

2026-06-02 · Zekun Qi, Xuchuan Chen, Dairu Liu, Chenghuai Lin 외 arxiv

We introduce Humanoid-GPT, a GPT-style Transformer with causal attention trained on a billion-scale motion corpus for whole-body control. Unlike prior shallow MLP trackers constrained by scarce data and an agility-genera…

Zero-shot Generalization

SONIC: Supersizing Motion Tracking for Natural Humanoid Whole-Body Control

2025-11-11 · Zhengyi Luo, Ye Yuan, Tingwu Wang, Chenran Li 외 arxiv

Despite the rise of billion-parameter foundation models trained across thousands of graphical processing units (GPUs), similar scaling gains have not been shown for humanoid control. Current neural controllers for humano…

Mastering Visual Continuous Control: Improved Data-Augmented Reinforcement Learning

2021-07-20 · ICLR 2022 4 · Denis Yarats, Rob Fergus, Alessandro Lazaric, Lerrel Pinto

We present DrQ-v2, a model-free reinforcement learning (RL) algorithm for visual continuous control. DrQ-v2 builds on DrQ, an off-policy actor-critic approach that uses data augmentation to learn directly from pixels. We…

continuous-controlContinuous ControlData AugmentationGPU+4

H-GAP: Humanoid Control with a Generalist Planner

2023-12-05 · Zhengyao Jiang, Yingchen Xu, Nolan Wagener, Yicheng Luo 외

Humanoid control is an important research challenge offering avenues for integration into human-centric infrastructures and enabling physics-driven humanoid animations. The daunting challenges in this field stem from the…

Humanoid ControlModel Predictive ControlOffline RL