StarkHacks 2026 โ ACT policy, step5k
Task: Pick the orange cell and place it into the empty slot of the green module.
Rank: #3 (safety floor / diversity fallback). Under-trained โ higher loss but may generalize better on spatially novel cell positions. Fallback if step 10K/15K look overfit on hardware.
Trained on wbell7/starkhacks_cell_pickplace (58 episodes, 29K frames, cameras: top + wrist, 30 fps, 640ร480).
Training run: https://wandb.ai/wrbell7/starkhacks/runs/nbyv34do
Metrics at this checkpoint
| metric | value |
|---|---|
| step | 5000 |
| epoch | 5.49 |
| train loss | 0.223 |
| batch size | 32 |
| optimizer | AdamW, lr=1e-5, wd=1e-4 |
| mixed precision | bf16 |
| hardware | AMD MI300X VF (ROCm 7.2, torch 2.7.1+rocm6.3) |
| policy | ACT, ResNet-18 backbone, 52M params |
Usage
lerobot-record \
--robot.type=so101_follower \
--robot.port=/dev/so101_follower \
--robot.id=my_follower_arm \
--robot.cameras="{top: {type: opencv, index_or_path: /dev/cam_ugreen, width: 640, height: 480, fps: 30}, wrist: {type: opencv, index_or_path: /dev/cam_arc, width: 640, height: 480, fps: 30}}" \
--dataset.repo_id=local/eval_step5k \
--dataset.single_task="Pick the orange cell and place it into the empty slot of the green module." \
--dataset.num_episodes=3 \
--policy.path=wbell7/starkhacks_act_cell_step5k \
--dataset.push_to_hub=false \
--display_data=false
- Downloads last month
- 11