gamzadole/omx_f_Box_Stacking_v2
Viewer • Updated • 15.2k • 125
How to use gamzadole/omx_f_box_stacking_act_v1 with LeRobot:
ACT (Action Chunking Transformer) policy trained with LeRobot.
Pick-and-place with an OpenManipulator-X (omx_f) arm.
Note: the source dataset labels the task as
"Stack box on the green zone", but the actual demonstrated behavior is a pick-and-place motion. The label is inherited from data collection and does not affect the policy (single-task dataset).
gamzadole/omx_f_Box_Stacking_v2 (repaired locally — 8 episodes had missing files and
meta/tasks.jsonl was absent; usable data: 43 episodes / 15,165 frames)from lerobot.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained("gamzadole/omx_f_box_stacking_act_v1")