Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
# Statement
|
| 5 |
+
This dataset contains complete train data for the RealMirror benchmark.
|
| 6 |
+
|
| 7 |
+
# Citation
|
| 8 |
+
If you find this work helpful in your research, please consider giving this repo a star ⭐ and citing our paper:
|
| 9 |
+
|
| 10 |
+
```bibtex
|
| 11 |
+
@article{tai2025realmirror,
|
| 12 |
+
title={RealMirror: A Comprehensive, Open-Source Vision-Language-Action Platform for Embodied AI},
|
| 13 |
+
author={Tai, Cong and Zheng, Zhaoyu and Long, Haixu and Wu, Hansheng and Xiang, Haodong and Long, Zhengbin and Xiong, Jun and Shi, Rong and Zhang, Shizhuang and Qiu, Gang and others},
|
| 14 |
+
journal={arXiv preprint arXiv:2509.14687},
|
| 15 |
+
year={2025}
|
| 16 |
+
}
|
| 17 |
+
```
|