Canonical: kevinqz/ACT-Aloha-TransferCube-CoreAI β€” source of truth.

ACT ALOHA Transfer-Cube (fabric)

⚠️ Robot policy β€” needs a matching robot to actuate. This is lerobot/act_aloha_sim_transfer_cube_human converted to an Apple Core AI .aimodel. Its output is a normalized action chunk for aloha_bimanual_14dof_sim. Run it on any other robot, or with mismatched calibration / normalization stats, and it emits floats that look valid but actuate garbage β€” the most dangerous silent-failure mode. It is a base checkpoint: fine-tune on your robot's data before expecting useful behavior.

An Apple Core AI conversion of lerobot/act_aloha_sim_transfer_cube_human β€” a robot policy that maps images + proprioceptive state (+ a language instruction, when the model uses one) to a continuous action chunk (act sampler). Produced by coreai-fabric and indexed by coreai-catalog.

Model facts

Field Value
Parameters 51.6M
Architecture transformer
Capabilities robotics
Embodiment aloha_bimanual_14dof_sim
Sampling act
Quantization / precision none / float16
On-disk size 131 MB
Asset kind single-graph policy (self-contained β€” normalization baked in)
assetVersion 2.0

Use it β€” this needs host code you supply

A policy is not a chat model: there is no stock high-level Swift runtime for it. The bundle is a single self-contained graph β€” you run it once per observation and it returns the whole action chunk directly. Normalization is baked into the traced graph (predict_action_chunk normalizes the inputs and un-normalizes the outputs), so there is no norm_stats.json sidecar and no sampler loop (unlike the flow-matching Pi0/Diffusion bundles). You supply the host wiring in Swift β€” feed the observation tensors, take the returned action chunk. Recommended integration: keep LeRobot's Python RobotClient for the servos/cameras/calibration, and run inference on-device β€” see the io_contract in the catalog for the exact tensors.

pip install coreai-catalog && coreai-catalog install act-aloha-cube

Requirements

  • Deployment: macOS 27.0+ / iOS 27.0+, Xcode 27+. The asset serializes with minimum_os v27, so the on-device Swift runtime requires macOS/iOS 27+. A Mac on macOS 26 can convert and inspect it but not run it on-device.
  • Apple Silicon. A matching robot to actuate (see the banner).

Verification (action parity)

  • Gate A (structure): passed β€” the bundle's layout + metadata were validated on real hardware; the graphs load.
  • Gate B β€” action_parity: 100.0% min chunk-cosine Β· 0.0 max normalized MAE vs the fp16 reference over 8 frames of 8 fixed-seed observations (deterministic ACT: the export is exact regardless of input; realistic-episode eval is future work), 1-step, fixed-noise (measured on Apple Silicon).
  • This certifies the export is numerically faithful to the source policy β€” it does NOT certify real-world task success, embodiment transfer, or closed-loop stability. Closed-loop success-rate eval (LIBERO/ManiSkill): not_run (a separate future gate). Reproduce with coreai-fabric verify.

Provenance

Field Value
Base model lerobot/act_aloha_sim_transfer_cube_human @ ba73b2766f1371cdc133ca4efb97eb090d744625
Converted by models/act/export.py (version not reported)
Recipe act-aloha-cube (recipe_source: fabric)
Precision / quantization float16 / none
Conversion date 2026-07-04

Machine-readable, in this repo: parity-report.json (gate results) Β· reproduce-manifest.json Β· LICENSE (upstream terms).

License and attribution

Weights licensed apache-2.0 β€” see the bundled LICENSE. This artifact is a converted derivative of the base policy: its weights were converted to Apple Core AI format. The conversion itself is community work.

Links

The on-device Core AI ecosystem

  • coreai-fabric β€” the reproducible recipe β†’ .aimodel pipeline that produced this asset.
  • coreai-catalog β€” the index of Core AI models across the community, with provenance and integration snippets.
  • apple/coreai-models β€” Apple's official exporters and runtimes.
  • LeRobot β€” the upstream robotics ecosystem.

Not affiliated with Apple

Community conversion. Not produced, hosted, or endorsed by Apple. Apple and Core AI are trademarks of Apple Inc., used here only to describe the target runtime/format. This is an independent community conversion.

Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Model tree for kevinqz/ACT-Aloha-TransferCube-CoreAI

Finetuned
(1)
this model

Collection including kevinqz/ACT-Aloha-TransferCube-CoreAI