Robotics
rjgpinel commited on
Commit
066e651
·
verified ·
1 Parent(s): ac682e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - rjgpinel/GEMBench
5
+ - rjgpinel/RLBench-18Task
6
+ pipeline_tag: robotics
7
+ ---
8
+
9
+
10
+ ## Citation
11
+
12
+ If you use our 3D-LOTUS/3D-LOTUS++ model, please kindly cite our [work](https://arxiv.org/abs/2410.01345):
13
+
14
+ **BibTeX:**
15
+
16
+ ```bibtex
17
+ @inproceedings{garcia25gembench,
18
+ author = {Ricardo Garcia and Shizhe Chen and Cordelia Schmid},
19
+ title = {Towards Generalizable Vision-Language Robotic Manipulation: A Benchmark and LLM-guided 3D Policy},
20
+ booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
21
+ year = {2025}
22
+ }
23
+ ```