chore: canonical naming migration
Browse files
SKILL.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
name: gr00t-n17-libero
|
| 3 |
description: >-
|
| 4 |
-
S1 Vision-Language-Action policy. Capabilities: pick, place, open, close on bowl, cup, drawer, object. NVIDIA Isaac GR00T N1.7 (3B, Cosmos-Reason2-2B VLM backbone) finetuned on the LIBERO benchmark, packaged for OpenRAL. 7-D LIBERO action space (delta end-effector 6-DoF + gripper) over two RGB views. Runs
|
| 5 |
metadata:
|
| 6 |
openral_rskill: true # generated discovery view of an rSkill
|
| 7 |
schema_version: 0.1
|
| 8 |
-
rskill_id: OpenRAL/rskill-
|
| 9 |
manifest: ./rskill.yaml
|
| 10 |
role: s1
|
| 11 |
kind: vla
|
|
@@ -24,7 +24,7 @@ metadata:
|
|
| 24 |
latency_budget: {per_chunk_ms: 1500.0}
|
| 25 |
license_code: Apache-2.0
|
| 26 |
license_weights: nvidia_open_model
|
| 27 |
-
weights_uri: hf://OpenRAL/rskill-
|
| 28 |
source_repo: hf://nvidia/GR00T-N1.7-LIBERO
|
| 29 |
paper_url: https://arxiv.org/abs/2503.14734
|
| 30 |
---
|
|
@@ -39,7 +39,7 @@ metadata:
|
|
| 39 |
|
| 40 |
## What it is
|
| 41 |
|
| 42 |
-
An OpenRAL **Vision-Language-Action policy** (`role: s1`, `kind: vla`). NVIDIA Isaac GR00T N1.7 (3B, Cosmos-Reason2-2B VLM backbone) finetuned on the LIBERO benchmark, packaged for OpenRAL. 7-D LIBERO action space (delta end-effector 6-DoF + gripper) over two RGB views. Runs
|
| 43 |
|
| 44 |
## Capabilities
|
| 45 |
|
|
@@ -66,7 +66,7 @@ this file. Execution always goes through the OpenRAL loader and the robot HAL.
|
|
| 66 |
```python
|
| 67 |
from openral_rskill import rSkill
|
| 68 |
|
| 69 |
-
skill = rSkill.from_pretrained("OpenRAL/rskill-
|
| 70 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 71 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 72 |
```
|
|
|
|
| 1 |
---
|
| 2 |
name: gr00t-n17-libero
|
| 3 |
description: >-
|
| 4 |
+
S1 Vision-Language-Action policy. Capabilities: pick, place, open, close on bowl, cup, drawer, object. NVIDIA Isaac GR00T N1.7 (3B, Cosmos-Reason2-2B VLM backbone) finetuned on the LIBERO benchmark, packaged for OpenRAL. 7-D LIBERO action space (delta end-effector 6-DoF + gripper) over two RGB views. Runs in-process via lerobot 0.6.0's native GrootPolicy with an NF4-quantized backbone (~5.2 GiB peak, fits an 8 GB GPU). Open Model License — commercial use permitted. Discovery view of an OpenRAL rSkill — NOT directly runnable by an agent harness; it runs via rSkill.from_pretrained + the robot HAL.
|
| 5 |
metadata:
|
| 6 |
openral_rskill: true # generated discovery view of an rSkill
|
| 7 |
schema_version: 0.1
|
| 8 |
+
rskill_id: OpenRAL/rskill-gr00t_n17-franka_panda-libero_spatial-bf16
|
| 9 |
manifest: ./rskill.yaml
|
| 10 |
role: s1
|
| 11 |
kind: vla
|
|
|
|
| 24 |
latency_budget: {per_chunk_ms: 1500.0}
|
| 25 |
license_code: Apache-2.0
|
| 26 |
license_weights: nvidia_open_model
|
| 27 |
+
weights_uri: hf://OpenRAL/rskill-gr00t_n17-franka_panda-libero_spatial-bf16
|
| 28 |
source_repo: hf://nvidia/GR00T-N1.7-LIBERO
|
| 29 |
paper_url: https://arxiv.org/abs/2503.14734
|
| 30 |
---
|
|
|
|
| 39 |
|
| 40 |
## What it is
|
| 41 |
|
| 42 |
+
An OpenRAL **Vision-Language-Action policy** (`role: s1`, `kind: vla`). NVIDIA Isaac GR00T N1.7 (3B, Cosmos-Reason2-2B VLM backbone) finetuned on the LIBERO benchmark, packaged for OpenRAL. 7-D LIBERO action space (delta end-effector 6-DoF + gripper) over two RGB views. Runs in-process via lerobot 0.6.0's native GrootPolicy with an NF4-quantized backbone (~5.2 GiB peak, fits an 8 GB GPU). Open Model License — commercial use permitted.
|
| 43 |
|
| 44 |
## Capabilities
|
| 45 |
|
|
|
|
| 66 |
```python
|
| 67 |
from openral_rskill import rSkill
|
| 68 |
|
| 69 |
+
skill = rSkill.from_pretrained("OpenRAL/rskill-gr00t_n17-franka_panda-libero_spatial-bf16")
|
| 70 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 71 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 72 |
```
|