MashiroLn commited on
Commit
8ed0dce
·
verified ·
1 Parent(s): 5694676

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -9,4 +9,38 @@ base_model:
9
  tags:
10
  - autonomous-driving
11
  - vision-language-action
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  tags:
10
  - autonomous-driving
11
  - vision-language-action
12
+ ---
13
+
14
+
15
+ <div align="center">
16
+
17
+ # Curious-VLA
18
+
19
+ ### Devil is in Narrow Policy: Unleashing Exploration in Driving VLA Models
20
+
21
+ [![arXiv](https://img.shields.io/badge/arXiv-2603.06049-b31b1b.svg)](https://arxiv.org/abs/2603.06049)
22
+ [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-yellow)](https://huggingface.co/MashiroLn/Curious-VLA)
23
+ [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
24
+ [![CVPR](https://img.shields.io/badge/CVPR%202026-Findings-blue.svg)]()
25
+
26
+ </div>
27
+
28
+ ## Code
29
+
30
+ See https://github.com/Mashiroln/curious_vla
31
+
32
+ ## Citation
33
+
34
+ If you find this work useful, please consider citing:
35
+
36
+ ```bibtex
37
+ @misc{chen2026devilnarrowpolicyunleashing,
38
+ title={Devil is in Narrow Policy: Unleashing Exploration in Driving VLA Models},
39
+ author={Canyu Chen and Yuguang Yang and Zhewen Tan and Yizhi Wang and Ruiyi Zhan and Haiyan Liu and Xuanyao Mao and Jason Bao and Xinyue Tang and Linlin Yang and Bingchuan Sun and Yan Wang and Baochang Zhang},
40
+ year={2026},
41
+ eprint={2603.06049},
42
+ archivePrefix={arXiv},
43
+ primaryClass={cs.CV},
44
+ url={https://arxiv.org/abs/2603.06049},
45
+ }
46
+ ```