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
docs: HF model card — best-of-both front-matter derived from manifest
Browse files
README.md
CHANGED
|
@@ -1,14 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
tags:
|
| 3 |
-
- OpenRAL
|
| 4 |
-
- rskill
|
| 5 |
-
- diffusion-policy
|
| 6 |
-
- lerobot
|
| 7 |
-
- pusht
|
| 8 |
-
- manipulation
|
| 9 |
-
license: apache-2.0
|
| 10 |
language:
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# rskill-diffusion-pusht
|
|
@@ -78,7 +83,7 @@ just bootstrap && uv sync --all-packages --group sim
|
|
| 78 |
# End-to-end via the canonical SimEnvironment config (CPU is enough):
|
| 79 |
just sim-diffusion-pusht
|
| 80 |
# which runs:
|
| 81 |
-
# openral sim run --config scenes/
|
| 82 |
|
| 83 |
# Sim test (gym_pusht + pymunk):
|
| 84 |
uv run pytest tests/sim/test_pusht_2d_diffusion_pusht.py -v -m sim
|
|
@@ -93,5 +98,5 @@ match the upstream weights. Commercial use is allowed
|
|
| 93 |
## See also
|
| 94 |
|
| 95 |
- [`robots/pusht_2d/README.md`](../../robots/pusht_2d/README.md) — RobotDescription manifest.
|
| 96 |
-
- [`scenes/
|
| 97 |
- [`docs/reference/vla_compatibility.md`](../../docs/reference/vla_compatibility.md) — VLA × Robot × Sim matrix.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: lerobot
|
| 6 |
+
pipeline_tag: robotics
|
| 7 |
+
tags:
|
| 8 |
+
- OpenRAL
|
| 9 |
+
- rskill
|
| 10 |
+
- diffusion
|
| 11 |
+
- lerobot
|
| 12 |
+
- vision-language-action
|
| 13 |
+
- pusht
|
| 14 |
+
- diffusion-policy
|
| 15 |
+
- manipulation
|
| 16 |
+
inference: false
|
| 17 |
---
|
| 18 |
|
| 19 |
# rskill-diffusion-pusht
|
|
|
|
| 83 |
# End-to-end via the canonical SimEnvironment config (CPU is enough):
|
| 84 |
just sim-diffusion-pusht
|
| 85 |
# which runs:
|
| 86 |
+
# openral sim run --config scenes/benchmark/pusht.yaml --rskill rskills/diffusion-pusht --save-video
|
| 87 |
|
| 88 |
# Sim test (gym_pusht + pymunk):
|
| 89 |
uv run pytest tests/sim/test_pusht_2d_diffusion_pusht.py -v -m sim
|
|
|
|
| 98 |
## See also
|
| 99 |
|
| 100 |
- [`robots/pusht_2d/README.md`](../../robots/pusht_2d/README.md) — RobotDescription manifest.
|
| 101 |
+
- [`scenes/benchmark/pusht.yaml`](../../scenes/benchmark/pusht.yaml) — paired BenchmarkScene config (pass `--rskill rskills/diffusion-pusht`).
|
| 102 |
- [`docs/reference/vla_compatibility.md`](../../docs/reference/vla_compatibility.md) — VLA × Robot × Sim matrix.
|