CoolFace
Modelpublic

OpenRAL/rskill-xr1-panda_mobile-robocasa365-nf4

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes11downloads
Model Card

XR-1 RoboCasa365

OpenRAL wrapper for Xiaomi Robotics' XR-1 RoboCasa365 checkpoint. The package references the pinned upstream checkpoint and preserves its temporal three-camera contract.

Preview

Successful RoboCasa365 OpenDrawer rollout

XR-1 RoboCasa365 OpenDrawer preview

CloseBlenderLid fail rollout

What this skill does

FieldValue
Actionsgeneralist kitchen manipulation
Objectskitchen objects and fixtures
ScenesRoboCasa365 kitchens
Embodimentpanda_mobile

How it works

The adapter stores seven observations, samples four frames at offsets [-6, -4, -2, 0], converts the OpenRAL 16-D EE/base quaternion state to the 14-D axis-angle order used by Xiaomi's evaluator, applies the reference 0.95 center crop, and sends the batch to the isolated XR-1 sidecar. It replays 16 actions before replanning.

Observation -> action contract

DirectionKeyShapeNotes
inthree RGB videos(4, H, W, 3) eachleft/right base and wrist
instate history(4, 14)EE, gripper, base; raw physical units
outaction chunk(T, 12)EE delta, gripper, base, padding/mode

Upstream model and training

FieldValue
Source repo`XiaomiRobotics/Xiaomi-Robotics-1-RoboCasa365`
Base modelXR-1 5B
PaperXiaomi-Robotics-1
LicenseApache-2.0
Parameters5.44B
Training dataRoboCasa365

Supported robots

RobotEmbodiment tagStatusNotes
PandaMobile in RoboCasapanda_mobileintegration-readyXiaomi does not pin the exact RoboCasa365 revision, so benchmark reproduction remains blocked.

Sensors required

Three RGB streams plus the PandaMobile EE, gripper, and base state described in the manifest's rc365 bindings.

Manifest summary

FieldValue
nameOpenRAL/rskill-xr1-panda_mobile-robocasa365-nf4
version0.1.0
licenseapache-2.0
roles1
runtime / dtypePyTorch sidecar / NF4
weights_urihf://OpenRAL/rskill-xr1-panda_mobile-robocasa365-nf4
latency_budget.per_chunk_ms120000
commercial_use_allowedyes

Quick start

bash
just sync --group sidecar-wire --group robocasa
OPENRAL_ALLOW_REMOTE_CODE=1 openral sim run \
  --config scenes/sim/xr1_robocasa365_close_blender_lid.yaml \
  --rskill rskills/xr1-robocasa365

Reproduction

The scene is a 20-step wiring check matching Xiaomi's documented smoke task, not a score reproduction. Xiaomi's exact RoboCasa365 dependency revision is not published.

Evaluation

No benchmark JSON is shipped until the upstream environment revision can be pinned and the full 50-trial protocol is run.

License

The wrapper and upstream code/weights are Apache-2.0. The checkpoint executes custom HF code and therefore requires OPENRAL_ALLOW_REMOTE_CODE=1.

See also

  • —`scenes/sim/xr1_robocasa365_close_blender_lid.yaml`
  • —`docs/reference/vla_compatibility.md`