chore: canonical naming migration
Browse files
SKILL.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
name: 3d-diffuser-actor-rlbench
|
| 3 |
description: >-
|
| 4 |
-
S1 Vision-Language-Action policy. Capabilities: generalist, open, close, pick, place. 3D Diffuser Actor (Ke et al., 2024) — a diffusion policy over end-effector keyposes fusing multi-view RGB-D into a 3D scene representation, on the RLBench PerAct 18-task benchmark. Shares the out-of-process CoppeliaSim/PyRep sidecar with the rlbench scene backend
|
| 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
|
|
@@ -36,7 +36,7 @@ metadata:
|
|
| 36 |
|
| 37 |
## What it is
|
| 38 |
|
| 39 |
-
An OpenRAL **Vision-Language-Action policy** (`role: s1`, `kind: vla`). 3D Diffuser Actor (Ke et al., 2024) — a diffusion policy over end-effector keyposes fusing multi-view RGB-D into a 3D scene representation, on the RLBench PerAct 18-task benchmark. Shares the out-of-process CoppeliaSim/PyRep sidecar with the rlbench scene backend
|
| 40 |
|
| 41 |
## Capabilities
|
| 42 |
|
|
@@ -62,7 +62,7 @@ this file. Execution always goes through the OpenRAL loader and the robot HAL.
|
|
| 62 |
```python
|
| 63 |
from openral_rskill import rSkill
|
| 64 |
|
| 65 |
-
skill = rSkill.from_pretrained("OpenRAL/rskill-
|
| 66 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 67 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 68 |
```
|
|
|
|
| 1 |
---
|
| 2 |
name: 3d-diffuser-actor-rlbench
|
| 3 |
description: >-
|
| 4 |
+
S1 Vision-Language-Action policy. Capabilities: generalist, open, close, pick, place. 3D Diffuser Actor (Ke et al., 2024) — a diffusion policy over end-effector keyposes fusing multi-view RGB-D into a 3D scene representation, on the RLBench PerAct 18-task benchmark. Shares the out-of-process CoppeliaSim/PyRep sidecar with the rlbench scene backend. MIT code + checkpoints. The PerAct checkpoint is loaded verbatim; ships three live-verified starter tasks. 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-3d_diffuser_actor-franka_panda-rlbench-fp32
|
| 9 |
manifest: ./rskill.yaml
|
| 10 |
role: s1
|
| 11 |
kind: vla
|
|
|
|
| 36 |
|
| 37 |
## What it is
|
| 38 |
|
| 39 |
+
An OpenRAL **Vision-Language-Action policy** (`role: s1`, `kind: vla`). 3D Diffuser Actor (Ke et al., 2024) — a diffusion policy over end-effector keyposes fusing multi-view RGB-D into a 3D scene representation, on the RLBench PerAct 18-task benchmark. Shares the out-of-process CoppeliaSim/PyRep sidecar with the rlbench scene backend. MIT code + checkpoints. The PerAct checkpoint is loaded verbatim; ships three live-verified starter tasks.
|
| 40 |
|
| 41 |
## Capabilities
|
| 42 |
|
|
|
|
| 62 |
```python
|
| 63 |
from openral_rskill import rSkill
|
| 64 |
|
| 65 |
+
skill = rSkill.from_pretrained("OpenRAL/rskill-3d_diffuser_actor-franka_panda-rlbench-fp32")
|
| 66 |
# the loader validates embodiment / sensors / runtime / quantization against the target
|
| 67 |
# RobotDescription and enforces the weight-license gate before any weights load.
|
| 68 |
```
|