Empowering Multi-Robot Cooperation via Sequential World Models

arXiv cs.RO / 4/7/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces Sequential World Model (SeqWM), a framework for extending model-based reinforcement learning to physical multi-robot cooperation by reducing joint-dynamics modeling complexity.
  • SeqWM uses independent, autoregressive, agent-wise world models where each robot predicts future trajectories and plans actions based on the predictions of predecessor agents, enabling explicit intention sharing.
  • Experiments on Bi-DexHands and Multi-Quadruped show SeqWM outperforms both model-based and model-free baselines in overall performance and sample efficiency.
  • The approach enables cooperative capabilities such as predictive adaptation, temporal alignment, and role division, highlighting improved coordination rather than just raw control.
  • The authors report real-world deployment on physical quadruped robots and provide code and demos via the project repository.

Abstract

Model-based reinforcement learning (MBRL) has achieved remarkable success in robotics due to its high sample efficiency and planning capability. However, extending MBRL to physical multi-robot cooperation remains challenging due to the complexity of joint dynamics. To address this challenge, we propose the Sequential World Model (SeqWM), a novel framework that integrates the sequential paradigm into multi-robot MBRL. SeqWM employs independent, autoregressive agent-wise world models to represent joint dynamics, where each agent generates its future trajectory and plans its actions based on the predictions of its predecessors. This design lowers modeling complexity and enables the emergence of advanced cooperative behaviors through explicit intention sharing. Experiments on Bi-DexHands and Multi-Quadruped demonstrate that SeqWM outperforms existing state-of-the-art model-based and model-free baselines in both overall performance and sample efficiency, while exhibiting advanced cooperative behaviors such as predictive adaptation, temporal alignment, and role division. Furthermore, SeqWM has been successfully deployed on physical quadruped robots, validating its effectiveness in real-world multi-robot systems. Demos and code are available at: https://github.com/zhaozijie2022/seqwm