Hi, thank you for releasing PUMA and DOMINO.
I evaluated the released steps_100000_pytorch_model.pt checkpoint, but obtained a substantially lower result:
- Paper: 17.20% SR
- Bundled
log/log.csv: 19.23% SR
- My evaluation: 10.63% SR
The checkpoint SHA256 matches the Hugging Face release:
45af1158227071cf1e9d2bcb5ad6c9b9945987e0ee3c8384ff5c449963737fdc
For adjust_bottle, 99 of the 100 accepted seeds were shared between the bundled evaluation and my evaluation. On these common seeds, the bundled result had 70 successes, while my evaluation had 31. Therefore, the gap does not appear to come only from different accepted seed sets.
My evaluation used demo_clean_dynamic, Level 1, coefficient 0.1, 100 episodes, and the checkpoint's original 4-frame optical-flow history and 16-action execution horizon.
Could you please clarify the following environment details?
What exact DOMINO git commit and task configuration were used for the bundled checkpoint evaluation?
Is the bundled result's aloha-agilex_clean_level1 configuration identical to the public demo_clean_dynamic configuration?
What CUDA, PyTorch, SAPIEN, MPLib, and CuRobo versions were used for the simulator and PUMA policy server?
Were the policy server and simulator run on the same RTX 4090, on separate GPUs, or on separate machines?
Was the RTX 4090 mentioned in the paper used only for latency measurement or also for the full DOMINO evaluation?
If possible, could you also provide the original aloha-agilex_clean_level1.yml file or an environment specification used for the released checkpoint evaluation?
Thank you for your help.
Hi, thank you for releasing PUMA and DOMINO.
I evaluated the released
steps_100000_pytorch_model.ptcheckpoint, but obtained a substantially lower result:log/log.csv: 19.23% SRThe checkpoint SHA256 matches the Hugging Face release:
For adjust_bottle, 99 of the 100 accepted seeds were shared between the bundled evaluation and my evaluation. On these common seeds, the bundled result had 70 successes, while my evaluation had 31. Therefore, the gap does not appear to come only from different accepted seed sets.
My evaluation used demo_clean_dynamic, Level 1, coefficient 0.1, 100 episodes, and the checkpoint's original 4-frame optical-flow history and 16-action execution horizon.
Could you please clarify the following environment details?
What exact DOMINO git commit and task configuration were used for the bundled checkpoint evaluation?
Is the bundled result's aloha-agilex_clean_level1 configuration identical to the public demo_clean_dynamic configuration?
What CUDA, PyTorch, SAPIEN, MPLib, and CuRobo versions were used for the simulator and PUMA policy server?
Were the policy server and simulator run on the same RTX 4090, on separate GPUs, or on separate machines?
Was the RTX 4090 mentioned in the paper used only for latency measurement or also for the full DOMINO evaluation?
If possible, could you also provide the original aloha-agilex_clean_level1.yml file or an environment specification used for the released checkpoint evaluation?
Thank you for your help.