Views
No views yet
model.safetensors;
loading this repository does not require the original PyTorch .pt checkpoint.Qwen/Qwen3-VL-2B-Instruct as its portable base VLM identifier.
The Qwen model is downloaded automatically unless base_vlm_path is overridden
with a local copy.1from lerobot.policies.lawam import LaWAMPolicy
2
3policy = LaWAMPolicy.from_pretrained("jialei02/lawam-pretrain-lerobot")from_pretrained() reload restored all
1,912 policy state keys while torch.load was disabled.1@misc{chen2026lawam,
2 title = {LaWAM: Latent World Action Models for Efficient Dynamics-Aware Robot Policies},
3 author = {Chen, Jialei and Wang, Kai and Chen, Kang and Chen, Shuaihang and Gao, Feng and Tang, Wenhao and Li, Zhiyuan and Liu, Weilin and Yao, Zhuyu and Li, Boxun and Xu, Yuanbo and Yu, Chao},
4 journal = {arXiv preprint arXiv:2606.15768},
5 year = {2026},
6 archiveprefix = {arXiv},
7 primaryclass = {cs.RO},
8}