|
6 | 6 | <a href="https://galilai-group.github.io/stable-worldmodel/"><img alt="Documentation" src="https://img.shields.io/badge/Docs-blue.svg"/></a> |
7 | 7 | <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> |
8 | 8 | <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> |
9 | 10 | <a href="https://pytorch.org/get-started/locally/"><img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-ee4c2c?logo=pytorch&logoColor=white"/></a> |
10 | 11 | <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> |
11 | 12 | </p> |
|
16 | 17 | <a href="#environments"><b>Environments</b></a> · |
17 | 18 | <a href="#solvers-and-baselines"><b>Solvers & Baselines</b></a> · |
18 | 19 | <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> · |
19 | 21 | <a href="#citation"><b>Citation</b></a> |
20 | 22 | </p> |
21 | 23 |
|
@@ -281,16 +283,16 @@ The full documentation lives at [galilai-group.github.io/stable-worldmodel](http |
281 | 283 | ## Citation |
282 | 284 |
|
283 | 285 | ```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}, |
289 | 291 | year = {2026}, |
290 | | - eprint = {2602.08968}, |
| 292 | + eprint = {2605.21800}, |
291 | 293 | 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}, |
294 | 296 | } |
295 | 297 | ``` |
296 | 298 |
|
|
0 commit comments