juyil commited on
Commit
50b6c63
·
verified ·
1 Parent(s): 672c6ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1 +1,19 @@
1
- This repository contains the checkpoint trained on spatial LIBERO task suite, as described in VOTE: Vision-Language-Action Optimization with Trajectory Ensemble Voting https://arxiv.org/abs/2507.05116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This repository contains the checkpoint trained on spatial LIBERO task suite, as described in VOTE: Vision-Language-Action Optimization with Trajectory Ensemble Voting https://arxiv.org/abs/2507.05116
2
+
3
+
4
+
5
+ ## Citation
6
+
7
+ If you use our code in your work, please cite [our paper](https://arxiv.org/abs/2507.05116):
8
+
9
+ ```bibtex
10
+ @misc{lin2025votevisionlanguageactionoptimizationtrajectory,
11
+ title={VOTE: Vision-Language-Action Optimization with Trajectory Ensemble Voting},
12
+ author={Juyi Lin and Amir Taherin and Arash Akbari and Arman Akbari and Lei Lu and Guangyu Chen and Taskin Padir and Xiaomeng Yang and Weiwei Chen and Yiqian Li and Xue Lin and David Kaeli and Pu Zhao and Yanzhi Wang},
13
+ year={2025},
14
+ eprint={2507.05116},
15
+ archivePrefix={arXiv},
16
+ primaryClass={cs.CV},
17
+ url={https://arxiv.org/abs/2507.05116},
18
+ }
19
+ ```