OpenRAL/rskill-act-aloha-aloha_transfer_cube-fp32
0
rskill-act-aloha-alohatransfercube-fp32
OpenRAL rSkill — ACT (Action Chunking Transformer) finetuned on the ALOHA bimanual cube-transfer task, packaged for OpenRAL.This package wraps `lerobot/act_aloha_sim_transfer_cube_human` with a rskill.yaml manifest that adds capability checking, license surfacing, latency budgets, and local registry integration. It does not copy model weights.
Upstream model
Note. The published checkpoint predates lerobot'sPolicyProcessorPipelinemigration and ships without normalisation buffers. Seetests/sim/test_aloha_bimanual_act_aloha.pyfor the resulting numerical-contract caveats.
Supported robots
Sensors required
ACT for ALOHA cube-transfer ships with a single top-down RGB stream. No wrist or third-person view.
Manifest summary
Full schema: openral_core.RSkillManifest — python/core/src/openral_core/schemas.py.
Reproduction
git clone https://github.com/OpenRAL/openral && cd OpenRAL
just bootstrap && uv sync --all-packages --group sim
# End-to-end via the canonical SimEnvironment config:
just sim-act-aloha
# which runs:
# openral sim run --config scenes/benchmark/aloha_transfer_cube.yaml --rskill rskills/act-aloha --save-video
# Sim test (real gym-aloha MuJoCo with contact dynamics):
uv run pytest tests/sim/test_aloha_bimanual_act_aloha.py -v -m simLicense
This rSkill package (rskill.yaml, README.md) is MIT to match the upstream weights. Commercial use is allowed (commercial_use_allowed: true).
See also
- `robots/aloha_bimanual/README.md` — RobotDescription manifest.
- `scenes/benchmark/aloha_transfer_cube.yaml` — paired BenchmarkScene config (pass
--rskill rskills/act-aloha). - `docs/reference/vla_compatibility.md` — VLA × Robot × Sim matrix.
