stable-worldmodel-v1: Reproducible World Modeling Research and Evaluation
Paper
• 2602.08968 • Published
• 1
LeJEPA world model checkpoint for the DeepMind Control Suite cheetah task, extracted from the galilai-group/stable-worldmodel release artifacts.
| File | Description |
|---|---|
config.yaml |
Training configuration (ViT-tiny encoder, DiT predictor, epoch/LR schedule) |
lejepa_weights.ckpt |
PyTorch Lightning training checkpoint — use this for inference (no pickle class-path dependencies) |
lejepa_epoch_50_object.ckpt |
Object checkpoint pickled against private training codebase — requires missing module.* namespace; cannot be loaded with released upstream code |
See CVlization stable_worldmodel_dmc example
for a self-contained Docker example that reconstructs and loads the model from lejepa_weights.ckpt.
dmc_cheetah_lejepa_ckpt.tar.zstIf you use these artifacts, please cite the original work:
@misc{maes_lelidec2026swm-1,
title={stable-worldmodel-v1: Reproducible World Modeling Research and Evaluation},
author={Lucas Maes and Quentin Le Lidec and Dan Haramati and
Nassim Massaudi and Damien Scieur and Yann LeCun and
Randall Balestriero},
year={2026},
eprint={2602.08968},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2602.08968},
}