Views
No views yet
K=16 query tokens, DINOv3 ViT-B/16 CLS targets), step 50000.config.json + diffusion_pytorch_model.safetensors (the action-expert weights).1git clone https://github.com/Haodong-Yan/Robust-WAM-release
2cd Robust-WAM-release/geact-RW
3
4# point the eval config at this checkpoint's directory (holding config.json + safetensors)
5export GEACT_CKPT_PATH=/path/to/this/download
6export LTX_MODEL_PATH=/path/to/ltx-video
7export DATA_ROOT=/path/to/data
8export DINOV3_MODEL_PATH=/path/to/dinov3_vitb16 # referenced by config; teacher not run at inference
9export PYTHONPATH=/path/to/LIBERO-plus:$PYTHONPATH
10export MUJOCO_GL=egl PYOPENGL_PLATFORM=egl
11
12python experiments/eval_libero_plus.py \
13 --config_file eval_out/lplus/eval_lplus_bidir.yaml \
14 --ckpt_path $GEACT_CKPT_PATH/diffusion_pytorch_model.safetensors \
15 --out_dir outputs/eval_bidir --device 0 --shard 0 --num_shards 1geact-RW/README.md for full setup.1@misc{yan2026robustwam,
2 title = {Robust-WAM: Bridging Generative Pretraining and Semantic Foresight in World-Action Models},
3 author = {Haodong Yan and Junfeng Li and Junjie He and Zhide Zhong and MingMing Yu and Wenxuan Song and Jiaguan Zhu and Yangyang Zheng and Yuqiao Du and Jiadi You and Yingjie Cai and Xu Yan and Guanyi Zhao and Bingbing Liu and Haoang Li},
4 year = {2026},
5 eprint = {2608.05903},
6 archivePrefix = {arXiv},
7 primaryClass = {cs.RO},
8 url = {https://arxiv.org/abs/2608.05903}
9}