Add dataset card with paper, project page, and code links
#2
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# LaWAM: Latent World Action Models for Efficient Dynamics-Aware Robot Policies
|
| 8 |
+
|
| 9 |
+
This repository contains the preprocessed dataset used in the paper [LaWAM: Latent World Action Models for Efficient Dynamics-Aware Robot Policies](https://huggingface.co/papers/2606.15768).
|
| 10 |
+
|
| 11 |
+
- **Project Page:** [https://rlinf.github.io/LaWAM/](https://rlinf.github.io/LaWAM/)
|
| 12 |
+
- **Repository:** [https://github.com/RLinf/LaWAM](https://github.com/RLinf/LaWAM)
|
| 13 |
+
|
| 14 |
+
The dataset is formatted in LeRobot format and is designed for training and evaluating dynamics-aware robot policies.
|
| 15 |
+
|
| 16 |
+
## Citation
|
| 17 |
+
|
| 18 |
+
```bibtex
|
| 19 |
+
@misc{chen2026lawam,
|
| 20 |
+
title = {LaWAM: Latent World Action Models for Efficient Dynamics-Aware Robot Policies},
|
| 21 |
+
author = {Chen, Jialei and Wang, Kai and Chen, Kang and Chen, Shuaihang and Gao, Feng and Tang, Wenhao and Li, Zhiyuan and Liu, Weilin and Yao, Zhuyu and Li, Boxun and Xu, Yuanbo and Yu, Chao},
|
| 22 |
+
journal = {arXiv preprint arXiv:2606.15768},
|
| 23 |
+
year = {2026},
|
| 24 |
+
archiveprefix = {arXiv},
|
| 25 |
+
primaryclass = {cs.RO},
|
| 26 |
+
}
|
| 27 |
+
```
|