Dexmal/DM05-Table30v2-UR5
DM05-UR5 (RoboChallenge)

<p align="center"> <a href="https://www.dexmal.com/blog/dm0.5/indexen.html"><img src="https://img.shields.io/badge/π-TechBlog-blue" alt="Tech Blog"></a> <a href="https://github.com/dexmal/opendm"><img src="https://img.shields.io/badge/GitHub-OpenDM-181717?logo=github" alt="GitHub"></a> <a href="https://huggingface.co/datasets/RoboChallenge/Table30v2"><img src="https://img.shields.io/badge/Dataset-Table30v2-0EA5E9?logo=huggingface" alt="Table30v2 Dataset"></a> <a href="https://maas.dexmal.com/"><img src="https://img.shields.io/badge/MaaS-Online-brightgreen.svg" alt="MaaS"></a> </p>
OpenDM-format BF16 checkpoint for UR5 on RoboChallenge Table 30 v2. Use with OpenDM third_party/robochallenge_inference (configs/generalist/ur5.yaml). See the DM05 RoboChallenge Table 30 v2 Inference Guide.
Weights: BF16 model.safetensors.
Model Card
Table30 Tasks
arrange_fruits, item_classification, shred_paper
From third_party/robochallenge_inference/configs/generalist/ur5.yaml:
Use with OpenDM RoboChallenge Inference
The RoboChallenge client now lives in OpenDM at third_party/robochallenge_inference (configs/generalist/ur5.yaml). See the DM05 RoboChallenge Table 30 v2 Inference Guide.
# From the OpenDM repository root.
export OPENDM_ROOT=/path/to/opendm
pip install -e ".[fast-infer]"
cd third_party/robochallenge_inference
export UR5_CHECKPOINT=/path/to/DM05-UR5
export UR5_NORM_STATS=${UR5_CHECKPOINT}/norm_stats.json
pip install -r requirements.txt
python execute.py --config-name generalist/ur5 \
user_id=YOUR_USER_ID \
submission_id=YOUR_SUBMISSION_IDOverride without env vars:
python execute.py --config-name generalist/ur5 \
checkpoint=/path/to/DM05-UR5 \
norm_stats=/path/to/DM05-UR5/norm_stats.json \
user_id=YOUR_USER_ID \
submission_id=YOUR_SUBMISSION_IDIf UR5_NORM_STATS is unset, the client falls back to ${UR5_CHECKPOINT}/norm_stats.json.
Runtime Profile
From third_party/robochallenge_inference/configs/default.yaml β robot_profiles.ur5:
action_type=leftpos,action_mode=relative,single_arm_target=eefur5_anchor_pitch_zero=true,is_history=falsespeed=0.5,add_state=true- attn: llm/action
sdpa, visionflash_attention_2
Files
.
βββ config.json
βββ model.safetensors
βββ norm_stats.json
βββ tokenizer.json
βββ tokenizer_config.json
βββ processor_config.json
βββ chat_template.jinja
βββ generation_config.json
βββ README.mdCitation
@misc{dm05,
title = {{DM0.5}: An Open-World Foundation Model for General-Purpose Embodied Intelligence},
author = {{Dexmal Team}},
month = {July},
year = {2026},
url = {https://www.dexmal.com/blog/dm0.5/index_en.html}
}