WayneMao commited on
Commit
b77ead3
·
verified ·
1 Parent(s): 490ab57

feat: add Dataset Card

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - robotics
5
+ - multimodal
6
+ - finetuning
7
+ - VLA
8
+ - RoboMatrix
9
  ---
10
+
11
+ ## Dataset Card
12
+ This is the fine-tuning dataset used in the paper RoboMatrix: A Skill-centric Hierarchical Framework for Scalable Robot Task Planning and Execution in Open-World.
13
+
14
+ ## Source
15
+ Project Page: https://robo-matrix.github.io/
16
+ Paper: https://arxiv.org/abs/2412.00171
17
+ Code: https://github.com/WayneMao/RoboMatrix
18
+ Model:
19
+
20
+
21
+ ## Citation
22
+ If you find our work helpful, please cite us:
23
+ ```
24
+ @misc{mao2024robomatrixskillcentrichierarchicalframework,
25
+ title={RoboMatrix: A Skill-centric Hierarchical Framework for Scalable Robot Task Planning and Execution in Open-World},
26
+ author={Weixin Mao and Weiheng Zhong and Zhou Jiang and Dong Fang and Zhongyue Zhang and Zihan Lan and Fan Jia and Tiancai Wang and Haoqiang Fan and Osamu Yoshie},
27
+ year={2024},
28
+ eprint={2412.00171},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.RO},
31
+ url={https://arxiv.org/abs/2412.00171},
32
+ }
33
+ ```