Update README.md
Browse files
README.md
CHANGED
|
@@ -51,4 +51,19 @@ Note: The number in `episode_<NUMBER>.hdf5` is not necessarily consecutive. `TRA
|
|
| 51 |
Each JSON file corresponds to the annotated language instructions of the task, which has the following keys:
|
| 52 |
- `instruction`: original human-annotated instructions; its value is a string
|
| 53 |
- `expanded_instruction`: instructions generated by GPT-4-Turbo by expanding the original one; its value is a list of strings
|
| 54 |
-
- `simplified_instruction`: instructions generated by GPT-4-Turbo by simplifying the original one; its value is a list of strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
Each JSON file corresponds to the annotated language instructions of the task, which has the following keys:
|
| 52 |
- `instruction`: original human-annotated instructions; its value is a string
|
| 53 |
- `expanded_instruction`: instructions generated by GPT-4-Turbo by expanding the original one; its value is a list of strings
|
| 54 |
+
- `simplified_instruction`: instructions generated by GPT-4-Turbo by simplifying the original one; its value is a list of strings
|
| 55 |
+
|
| 56 |
+
## Citation
|
| 57 |
+
|
| 58 |
+
If you find our work helpful, please cite us:
|
| 59 |
+
|
| 60 |
+
```bibtex
|
| 61 |
+
@article{liu2024rdt,
|
| 62 |
+
title={RDT-1B: a Diffusion Foundation Model for Bimanual Manipulation},
|
| 63 |
+
author={Liu, Songming and Wu, Lingxuan and Li, Bangguo and Tan, Hengkai and Chen, Huayu and Wang, Zhengyi and Xu, Ke and Su, Hang and Zhu, Jun},
|
| 64 |
+
journal={arXiv preprint arXiv:2410.07864},
|
| 65 |
+
year={2024}
|
| 66 |
+
}
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
Thank you!
|