Robotics
LeRobot
English
OpenRAL
rskill
diffusion
vision-language-action
pusht
diffusion-policy
manipulation
Instructions to use OpenRAL/rskill-diffusion-pusht-pusht-fp32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use OpenRAL/rskill-diffusion-pusht-pusht-fp32 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
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-diffusion-pusht
|
| 9 |
manifest: ./rskill.yaml
|
| 10 |
role: s1
|
| 11 |
kind: vla
|
|
@@ -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-diffusion-pusht")
|
| 70 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 71 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 72 |
```
|
|
|
|
| 5 |
metadata:
|
| 6 |
openral_rskill: true # generated discovery view of an rSkill
|
| 7 |
schema_version: 0.1
|
| 8 |
+
rskill_id: OpenRAL/rskill-diffusion-pusht-pusht-fp32
|
| 9 |
manifest: ./rskill.yaml
|
| 10 |
role: s1
|
| 11 |
kind: vla
|
|
|
|
| 66 |
```python
|
| 67 |
from openral_rskill import rSkill
|
| 68 |
|
| 69 |
+
skill = rSkill.from_pretrained("OpenRAL/rskill-diffusion-pusht-pusht-fp32")
|
| 70 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 71 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 72 |
```
|