Skip to content

Commit dc11e3e

Browse files
committed
update readme
1 parent 56e64a6 commit dc11e3e

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<a href="https://galilai-group.github.io/stable-worldmodel/"><img alt="Documentation" src="https://img.shields.io/badge/Docs-blue.svg"/></a>
77
<a href="https://github.com/galilai-group/stable-worldmodel"><img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/galilai-group/stable-worldmodel/tests.yaml?label=Tests"/></a>
88
<a href="https://pypi.python.org/pypi/stable-worldmodel/#history"><img alt="PyPI" src="https://img.shields.io/pypi/v/stable-worldmodel.svg"/></a>
9+
<a href="https://arxiv.org/abs/2605.21800v1" target="_blank" style="margin: 2px;"><img alt="ArXiv" src="https://img.shields.io/badge/arXiv-2605.21800-b5212f?logo=arxiv" style="display: inline-block; vertical-align: middle;"/></a>
910
<a href="https://pytorch.org/get-started/locally/"><img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-ee4c2c?logo=pytorch&logoColor=white"/></a>
1011
<a href="https://github.com/astral-sh/ruff"><img alt="Ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"/></a>
1112
</p>
@@ -16,6 +17,7 @@
1617
<a href="#environments"><b>Environments</b></a> ·
1718
<a href="#solvers-and-baselines"><b>Solvers & Baselines</b></a> ·
1819
<a href="https://galilai-group.github.io/stable-worldmodel/"><b>Documentation</b></a> ·
20+
<a href="https://arxiv.org/abs/2605.21800v1"><b>Paper</b></a> ·
1921
<a href="#citation"><b>Citation</b></a>
2022
</p>
2123

@@ -281,16 +283,16 @@ The full documentation lives at [galilai-group.github.io/stable-worldmodel](http
281283
## Citation
282284

283285
```bibtex
284-
@misc{maes_lelidec2026swm-1,
285-
title = {stable-worldmodel-v1: Reproducible World Modeling Research and Evaluation},
286-
author = {Lucas Maes and Quentin Le Lidec and Dan Haramati and
287-
Nassim Massaudi and Damien Scieur and Yann LeCun and
288-
Randall Balestriero},
286+
@misc{maes2026stableworldmodelplatformreproducibleworld,
287+
title = {stable-worldmodel: A Platform for Reproducible World Modeling Research and Evaluation},
288+
author = {Lucas Maes and Quentin Le Lidec and Luiz Facury and Nassim Massaudi and
289+
Ayush Chaurasia and Francesco Capuano and Richard Gao and Taj Gillin and
290+
Dan Haramati and Damien Scieur and Yann LeCun and Randall Balestriero},
289291
year = {2026},
290-
eprint = {2602.08968},
292+
eprint = {2605.21800},
291293
archivePrefix = {arXiv},
292-
primaryClass = {cs.AI},
293-
url = {https://arxiv.org/abs/2602.08968},
294+
primaryClass = {cs.LG},
295+
url = {https://arxiv.org/abs/2605.21800},
294296
}
295297
```
296298

docs/index.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,16 @@ After you have installed stable-worldmodel, try the [Quick Start Guide](quick_st
118118

119119
## Citation
120120

121-
If you wish to cite our [pre-print](https://arxiv.org/abs/2602.08968):
121+
If you wish to cite our [pre-print](https://arxiv.org/abs/2605.21800v1):
122122

123123
```bibtex
124-
@misc{maes_lelidec2026swm-1,
125-
title={stable-worldmodel-v1: Reproducible World Modeling Research and Evaluation},
126-
author = {Lucas Maes and Quentin Le Lidec and Dan Haramati and
127-
Nassim Massaudi and Damien Scieur and Yann LeCun and
128-
Randall Balestriero},
124+
@misc{maes2026stableworldmodelplatformreproducibleworld,
125+
title={stable-worldmodel: A Platform for Reproducible World Modeling Research and Evaluation},
126+
author={Lucas Maes and Quentin Le Lidec and Luiz Facury and Nassim Massaudi and Ayush Chaurasia and Francesco Capuano and Richard Gao and Taj Gillin and Dan Haramati and Damien Scieur and Yann LeCun and Randall Balestriero},
129127
year={2026},
130-
eprint={2602.08968},
128+
eprint={2605.21800},
131129
archivePrefix={arXiv},
132-
primaryClass={cs.AI},
133-
url={https://arxiv.org/abs/2602.08968},
130+
primaryClass={cs.LG},
131+
url={https://arxiv.org/abs/2605.21800},
134132
}
135133
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stable-worldmodel"
3-
version = "0.0.6"
3+
version = "0.1.0"
44
description = "World Model Research Made Simple"
55
readme="README.md"
66
license="MIT"

0 commit comments

Comments
 (0)