Zhuoling98 commited on
Commit
969380f
1 Parent(s): 392b8a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: gpl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl
3
+ ---
4
+ This is the official pre-trained model of the paper ''VIRT: Vision Instructed Robotic Transformer for Manipulation Learning''. The model is pre-trained using the robotic
5
+ imagery pre-training technique on the Droid dataset. If you find this model useful, please cite:
6
+
7
+ ```BibTeX
8
+ @article{li2024virt,
9
+ title={VIRT: Vision Instructed Robotic Transformer for Manipulation Learning},
10
+ author={xxx},
11
+ journal={xxx},
12
+ year={2024}
13
+ }
14
+ ```