Views
No views yet
OpenRAL wrapper for Xiaomi Robotics' XR-1 RoboCasa checkpoint on the PandaMobile kitchen embodiment. The package points at the pinned upstream safetensors; it does not copy weights.

| Field | Value |
|---|---|
| Actions | pick, place, open, close |
| Objects | kitchen objects |
| Scenes | RoboCasa kitchens |
| Embodiment | panda_mobile |
| Direction | Key | Shape | Notes |
|---|---|---|---|
| in | camera1, camera2, camera3 | three RGB 256x256 frames | left/right base and wrist |
| in | observation.state | (8,) | seven arm joints plus one gripper value |
| out | action chunk | (T, 7) | delta XYZ, delta axis-angle, gripper |
| Field | Value |
|---|---|
| Source repo | XiaomiRobotics/Xiaomi-Robotics-1-RoboCasa |
| Base model | XR-1 5B post-trained for RoboCasa |
| Paper | Xiaomi-Robotics-1 |
| License | Apache-2.0 |
| Parameters | 5.44B |
| Training data | Xiaomi's RoboCasa benchmark post-training data |
| Robot | Embodiment tag | Status | Notes |
|---|---|---|---|
| PandaMobile in RoboCasa | panda_mobile | integration-ready | Upstream evaluates RoboCasa v0.2; OpenRAL's current backend version must still be benchmark-correlated. |
| Field | Value |
|---|---|
name | OpenRAL/rskill-xr1-panda_mobile-robocasa-nf4 |
version | 0.1.0 |
license | apache-2.0 |
role | s1 |
runtime / dtype | PyTorch sidecar / NF4 |
weights_uri | hf://OpenRAL/rskill-xr1-panda_mobile-robocasa-nf4 |
latency_budget.per_chunk_ms | 120000 |
commercial_use_allowed | yes |
1just sync --group sidecar-wire --group robocasa
2OPENRAL_ALLOW_REMOTE_CODE=1 openral sim run \
3 --config scenes/sim/xr1_robocasa_pnp.yaml \
4 --rskill rskills/xr1-robocasaOPENRAL_ALLOW_REMOTE_CODE=1 because the HF repo ships executable
custom Transformers code.