thu-ml/Motus is one of the open-source repositories TopGit tracks, currently at 1.2k stars, written primarily in Python. Official code of Motus: A Unified Latent Action World Model
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
Motus is a unified latent action world model that leverages existing pretrained models and rich, sharable motion information. Motus introduces a Mixture-of-Transformers (MoT) architecture to integrate three experts (understanding, action, and video generation) and adopts a UniDiffuser-style scheduler to enable flexible switching between different modeling modes (World Models, Vision-Language-Action Models, Inverse Dynamics Models, Video Generation Models, and Video-Action Joint Prediction Models). Motus further leverages optical flow to learn latent actions and adopts a three-phase training pipeline and six-layer data pyramid, thereby extracting pixel-level "delta action" and enabling large-scale action pretraining.
Component
Base Model
Parameters
VGM (Video Generation Model)
Wan2.2-5B
~5.00B
VLM (Vision-Language Model)
Qwen3-VL-2B
~2.13B
Action Expert
-
~641.5M
Understanding Expert
-
~253.5M
Total
-
~8B
Key Results (RoboTwin 2.0 Simulation. With 50 clean and 500 randomized data entries per task, we merge the data from all 50 tasks for multi-task training.):
87.02% average success rate (+15% over X-VLA, +45% over π₀.₅)
Updates
[2025-12-16] Initial release of Motus with pretrained checkpoints and training code.
Motus supports three types of datasets with specific directory structures for optimal training and inference.
📖 See detailed guide:Data Format Guide
Quick Overview:
RoboTwin 2.0: Simulation data with clean/randomized splits
Real-World: AC-One, Aloha-Agilex-2 robot data
Data Conversion Tools:
RoboTwin Dataset Converter
Multi-Camera Concatenation
Running Inference
📖 See detailed guide:Inference Guide
RoboTwin 2.0: Evaluation Setup
Real-World: Minimal inference without robot environment
Training
Motus follows a three-stage training pipeline:
Stage
Data
Training
Pretrained Foundation Models
Level 1: Web Data
VGM and VLM
Stage 1 (VGM Training)
Level 2: Egocentric Human Videos Level 3: Synthetic Data Level 5: Multi-Robot Task Trajectory
Only VGM
Stage 2 (Motus Pretraining)
Level 2: Egocentric Human Videos Level 3: Synthetic Data Level 4: Task-agnostic Data Level 5: Multi-Robot Task Trajectory
Motus (all 3 experts, with latent actions)
Stage 3 (Motus SFT)
Level 6: Target-Robot Task Trajectory
Motus (all 3 experts, with actions)
The six-layer data pyramid is shown in the figure here:
📖 See detailed guide:Training Guide
Data Preparation:
RoboTwin Dataset Converter
Multi-Camera Concatenation
Troubleshooting
📖 Detailed guides:
Inference Issues
Training Issues
Data Format Issues
Citation
If you find our work helpful, please cite us:
@misc{bi2025motusunifiedlatentaction,
title={Motus: A Unified Latent Action World Model},
author={Hongzhe Bi and Hengkai Tan and Shenghao Xie and Zeyuan Wang and Shuhe Huang and Haitian Liu and Ruowen Zhao and Yao Feng and Chendong Xiang and Yinze Rong and Hongyan Zhao and Hanyu Liu and Zhizhong Su and Lei Ma and Hang Su and Jun Zhu},
year={2025},
eprint={2512.13030},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2512.13030},
}
Yes — thu-ml/Motus ships under the Apache-2.0 license, which makes its source code freely readable (and, depending on license terms, forkable and reusable). Source: github.com/thu-ml/Motus.
What is thu-ml/Motus?
thu-ml/Motus (thu-ml/Motus) is a Python project on GitHub. From the project's own README: Official code of Motus: A Unified Latent Action World Model
What license does thu-ml/Motus use?
thu-ml/Motus is released under the Apache-2.0 license. Always verify the LICENSE file directly on GitHub for the authoritative terms — license strings can be edited out of sync with a project's actual stance.
Where can I see thu-ml/Motus in action?
The project maintains a homepage at https://motus-robotics.github.io/motus. The README tab on this page also usually contains screenshots and a quickstart.
Where do I read more about thu-ml/Motus?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/thu-ml/Motus is the definitive source.
Read full README in the tab above.
Is Motus worth your time?
ChatGPT, Claude and Perplexity can all read this page. Ask one of them what it makes of Motus.