Views
No views yet
furonghuang-lab/mu0-policy.| Path | Description |
|---|---|
final_ckpt/ | Released world-model checkpoint (config.json, meta.json, model.safetensors) |
normalizer_stats.json | Delta/depth normalization stats used in training and evaluation |
test_set.tar | Evaluation episodes (extracts to test_set/) |
1pip install -U "huggingface_hub[hf_transfer]"
2hf download furonghuang-lab/mu0 --local-dir mu0_release
3cd mu0_release && tar -xf test_set.tar # only needed for evaluationresolve URLs, e.g.
https://huggingface.co/furonghuang-lab/mu0/resolve/main/final_ckpt/model.safetensors.docs/release/EVALUATION.md
in the code repo for usage.1@article{lee2026mu0,
2 title={$\mu_0$: A Scalable 3D Interaction-Trace World Model},
3 author={Lee, Seungjae and Jung, Yoonkyo and Lee, Jusuk and Shin, Jonghun and
4 Shahidzadeh, Amir Hossein and Lee, Yao-Chih and Kim, H. Jin and
5 Huang, Jia-Bin and Huang, Furong},
6 journal={arXiv preprint arXiv:2606.13769},
7 year={2026}
8}