Views
No views yet
| File | Description |
|---|---|
expert_policy.zip | Stable-Baselines3 SAC policy checkpoint |
vec_normalize.pkl | Observation normalization statistics |
cheetah1from stable_worldmodel.envs.dmcontrol import ExpertPolicy
2policy = ExpertPolicy(
3 ckpt_path="cheetah/expert_policy/expert_policy.zip",
4 vec_normalize_path="cheetah/expert_policy/vec_normalize.pkl",
5 device="cpu",
6)1@misc{maes_lelidec2026swm-1,
2 title={stable-worldmodel-v1: Reproducible World Modeling Research and Evaluation},
3 author={Lucas Maes and Quentin Le Lidec and Dan Haramati and
4 Nassim Massaudi and Damien Scieur and Yann LeCun and
5 Randall Balestriero},
6 year={2026},
7 eprint={2602.08968},
8 archivePrefix={arXiv},
9 primaryClass={cs.AI},
10 url={https://arxiv.org/abs/2602.08968},
11}