Robotics
rjgpinel commited on
Commit
6b58da7
·
verified ·
1 Parent(s): fbf16f2

Update README.md

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