Views
No views yet
feat/efficient-ft).cfg/robomimic/finetune/<task>/ft_ppo_diffusion_mlp.yaml: DDPM 20 steps,
ft_denoising_steps=10, state observations, seed 42) starting from the
DPPO-released pre-trained (BC) checkpoints — DPPO does not release the
fine-tuned models, so these were trained from scratch on CMU Babel.| task | file | arch (DiffusionMLP) | ft iters | success rate* |
|---|---|---|---|---|
| lift | lift/expert.pt | 512^3, time_dim 16 | state_80 | 99.5% |
| can | can/expert.pt | 512^3, time_dim 16 | state_150 | 100% |
| square | square/expert.pt | 1024^3 + cond_mlp[512,64], time_dim 32 | state_200 | 97.5% |
state_*.pt from DPPO fine-tuning: checkpoint["model"] holds actor.*
(base) and actor_ft.* (fine-tuned head; use ft_denoising_steps=10 denoise
routing). In the companion repo:1export DPPO_EXPERT_ROOT=/path/to/experts # <task>/expert.pt layout
2python -m algorithm.trainers.main algorithm=grpo_robomimic_can_expert