George-Ling commited on
Commit
b72ccf2
·
verified ·
1 Parent(s): e1d21f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - autonomous-driving
5
+ - vision-language-action
6
+ - carla
7
+ - bench2drive
8
  ---
9
+ # Official Training Data of BLUE
10
+
11
+ TLDR: Driving VLAs often generate language reasoning that is useless or even harmful to driving.
12
+ BLUE addresses this by generating language only when it clearly helps, thereby improving driving performance while reducing inference latency.
13
+ BLUE uses a 0.11M-parameter gate to decide at each frame whether to predict driving actions with or without intermediate language generation.
14
+
15
+ ## Links
16
+
17
+ - GitHub Repository: https://github.com/George-Ling3/BLUE
18
+ - Project Page: https://github.com/George-Ling3/BLUE
19
+
20
+ ## This Release Includes
21
+
22
+ The training data is coming soon.