Views
No views yet
| Task | Description |
|---|---|
umi_cabinet | Cabinet door opening task |
umi_peg | Peg insertion task |
umi_pick | Object picking task |
umi_valve | Valve turning task |
1# Download and extract the checkpoints
2wget https://huggingface.co/LeCAR-Lab/umi-on-air_checkpoints/resolve/main/checkpoints.tar.gz
3tar -xzf checkpoints.tar.gzcheckpoints/latest.ckpt - Model weightsnormalizer.pkl - Data normalization parameters.hydra/config.yaml - Training configuration1cd am_mujoco_ws/policy_learning
2python imitate_episodes.py \
3 --task_name uam_cabinet \
4 --num_rollouts 30 \
5 --guidance 1.5 \
6 --use_3d_viewer1@misc{gupta2025umionairembodimentawareguidanceembodimentagnostic,
2 title={UMI-on-Air: Embodiment-Aware Guidance for Embodiment-Agnostic Visuomotor Policies},
3 author={Harsh Gupta and Xiaofeng Guo and Huy Ha and Chuer Pan and Muqing Cao and Dongjae Lee and Sebastian Scherer and Shuran Song and Guanya Shi},
4 year={2025},
5 eprint={2510.02614},
6 archivePrefix={arXiv},
7 primaryClass={cs.RO},
8 url={https://arxiv.org/abs/2510.02614},
9}