Views
No views yet

third_party/robochallenge_inference
(configs/generalist/aloha.yaml).
See the DM05 RoboChallenge Table 30 v2 Inference Guide.model.safetensors.| Field | Value |
|---|---|
| Config | generalist/aloha |
| Env vars | ALOHA_CHECKPOINT / ALOHA_NORM_STATS |
OpenDM robot_type | Aloha |
| Control | Joint relative |
| Cameras | Head / Left wrist / Right wrist |
| Platform cams | cam_high → image_0, cam_left_wrist → image_1, cam_right_wrist → image_2 |
| Native state / action stats | 14 / 14 (action-only quantile norm_stats.json) |
| Defaults | action_horizon=25, is_history=false, inference_seed=0 |
lint_roller_remove_dirt, pack_the_items, pack_the_toothbrush_holder, paint_jam,
put_the_books_back, put_the_pencil_case_into_the_schoolbag,
scoop_with_a_small_spoon, stamp_positioning, wipe_the_blackboard,
wrap_with_a_soft_cloththird_party/robochallenge_inference/configs/generalist/aloha.yaml → task_overrides
(e.g. put_the_books_back=15, stamp_positioning=45, wipe_the_blackboard=15).third_party/robochallenge_inference (configs/generalist/aloha.yaml).
See the DM05 RoboChallenge Table 30 v2 Inference Guide.1# From the OpenDM repository root.
2export OPENDM_ROOT=/path/to/opendm
3pip install -e ".[fast-infer]"
4
5cd third_party/robochallenge_inference
6export ALOHA_CHECKPOINT=/path/to/DM05-ALOHA
7export ALOHA_NORM_STATS=${ALOHA_CHECKPOINT}/norm_stats.json
8pip install -r requirements.txt
9
10python execute.py --config-name generalist/aloha \
11 user_id=YOUR_USER_ID \
12 submission_id=YOUR_SUBMISSION_ID1python execute.py --config-name generalist/aloha \
2 checkpoint=/path/to/DM05-ALOHA \
3 norm_stats=/path/to/DM05-ALOHA/norm_stats.json \
4 user_id=YOUR_USER_ID \
5 submission_id=YOUR_SUBMISSION_IDALOHA_NORM_STATS is unset, the client falls back to ${ALOHA_CHECKPOINT}/norm_stats.json.third_party/robochallenge_inference/configs/default.yaml → robot_profiles.aloha:action_type=joint, action_mode=relativeis_history=false, add_state=true, speed=0.5inference_seed=0, resize_name=padding1.
2├── config.json
3├── model.safetensors
4├── norm_stats.json
5├── tokenizer.json
6├── tokenizer_config.json
7├── processor_config.json
8├── chat_template.jinja
9├── generation_config.json
10└── README.md1@misc{dm05,
2 title = {{DM0.5}: An Open-World Foundation Model for General-Purpose Embodied Intelligence},
3 author = {{Dexmal Team}},
4 month = {July},
5 year = {2026},
6 url = {https://www.dexmal.com/blog/dm0.5/index_en.html}
7}