Add task category, tags, and link to project page
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
The pre-training data and checkpoints of BridgeVLA.
|
5 |
-
arxiv: https://arxiv.org/abs/2506.07961
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
tags:
|
6 |
+
- vision-language-action
|
7 |
+
- 3d-manipulation
|
8 |
+
- reinforcement-learning
|
9 |
---
|
10 |
+
|
11 |
The pre-training data and checkpoints of BridgeVLA.
|
12 |
+
arxiv: https://arxiv.org/abs/2506.07961
|
13 |
+
|
14 |
+
Project Website: https://bridgevla.github.io/
|