chore: canonical naming migration
Browse files
SKILL.md
CHANGED
|
@@ -5,7 +5,7 @@ description: >-
|
|
| 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
|
|
@@ -68,7 +68,7 @@ this file. Execution always goes through the OpenRAL loader and the robot HAL.
|
|
| 68 |
```python
|
| 69 |
from openral_rskill import rSkill
|
| 70 |
|
| 71 |
-
skill = rSkill.from_pretrained("OpenRAL/rskill-
|
| 72 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 73 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 74 |
```
|
|
|
|
| 5 |
metadata:
|
| 6 |
openral_rskill: true # generated discovery view of an rSkill
|
| 7 |
schema_version: 0.1
|
| 8 |
+
rskill_id: OpenRAL/rskill-openvla_oft-widowx-simpler_env-nf4
|
| 9 |
manifest: ./rskill.yaml
|
| 10 |
role: s1
|
| 11 |
kind: vla
|
|
|
|
| 68 |
```python
|
| 69 |
from openral_rskill import rSkill
|
| 70 |
|
| 71 |
+
skill = rSkill.from_pretrained("OpenRAL/rskill-openvla_oft-widowx-simpler_env-nf4")
|
| 72 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 73 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 74 |
```
|