Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- robotic-manipulation
|
5 |
+
- rt1
|
6 |
+
- video-tokenizer
|
7 |
+
---
|
8 |
+
|
9 |
+
See https://github.com/thuml/RLVR-World for examples for using this model.
|
10 |
+
|
11 |
+
## Citation
|
12 |
+
|
13 |
+
```
|
14 |
+
@article{wu2025rlvr,
|
15 |
+
title={RLVR-World: Training World Models with Reinforcement Learning},
|
16 |
+
author={Jialong Wu and Shaofeng Yin and Ningya Feng and Mingsheng Long},
|
17 |
+
journal={arXiv preprint arXiv:2505.13934},
|
18 |
+
year={2025},
|
19 |
+
}
|
20 |
+
```
|