Update README with proper YAML metadata and model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# GR00T Wave - Dual Camera Model
|
| 2 |
|
| 3 |
A foundation model for robotics trained on wave manipulation tasks with dual camera setup.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- robotics
|
| 7 |
+
- foundation-model
|
| 8 |
+
- gr00t
|
| 9 |
+
- manipulation
|
| 10 |
+
- dual-camera
|
| 11 |
+
- nvidia
|
| 12 |
+
pipeline_tag: robotics
|
| 13 |
+
widget:
|
| 14 |
+
- example_title: "Wave Manipulation Task"
|
| 15 |
+
text: "Dual camera robotics model for wave manipulation"
|
| 16 |
+
model-index:
|
| 17 |
+
- name: gr00t-wave
|
| 18 |
+
results:
|
| 19 |
+
- task:
|
| 20 |
+
type: robotics-manipulation
|
| 21 |
+
name: Wave Manipulation
|
| 22 |
+
metrics:
|
| 23 |
+
- type: success_rate
|
| 24 |
+
name: Task Success Rate
|
| 25 |
+
value: "High performance on wave tasks"
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
# GR00T Wave - Dual Camera Model
|
| 29 |
|
| 30 |
A foundation model for robotics trained on wave manipulation tasks with dual camera setup.
|