qwbu commited on
Commit
aa216e2
·
verified ·
1 Parent(s): 9e4e442

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # RoboDual
5
+
6
+ This repo contains the checkpoint for the generalist policy of our paper: \
7
+ **Towards Synergistic, Generalized and Efficient Dual-System for Robotic Manipulation**
8
+
9
+ ## Performance
10
+ The pre-trained OpenVLA with action chunk size of 8 can achieve around 3.27 average length on CALVIN ABC-D test suite:
11
+ |Method| 1 | 2 | 3 | 4 | 5 | Avg.Len. |
12
+ |------|------|------|------|------|------|---------|
13
+ |RoboDual (Generalist-only)| 91.3 | 77.8 | 62.0 | 52.1 | 43.5 | 3.27 |
14
+
15
+ ## How to use
16
+
17
+
18
+ You can simply modify the ```vla_path``` in [FeintuneConfig](https://github.com/OpenDriveLab/RoboDual/blob/4a31a7a59e2082c67c659c629822b708cb029e91/vla-scripts/train_spacialist_calvin.py#L169) of the specialist training script according to your local path.
19
+
20
+ ## Citation
21
+ If you find our code or models useful in your work, please cite [our paper](https://arxiv.org/abs/2410.08001):
22
+
23
+ ```bibtex
24
+ @article{bu2024robodual,
25
+ title={Towards Synergistic, Generalized, and Efficient Dual-System for Robotic Manipulation},
26
+ author={Qingwen Bu and Hongyang Li and Li Chen and Jisong Cai and Jia Zeng and Heming Cui and Maoqing Yao and Yu Qiao},
27
+ journal={arXiv preprint arXiv:2410.08001},
28
+ year={2024}
29
+ }