Update README.md
Browse files
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 |
+
[](https://arxiv.org/abs/2603.06049)
|
| 22 |
+
[](https://huggingface.co/MashiroLn/Curious-VLA)
|
| 23 |
+
[](LICENSE)
|
| 24 |
+
[]()
|
| 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 |
+
```
|