openpi
Open training and inference code around π0 from Physical Intelligence for generalist robot policies.
Seminal visuomotor policy work that uses diffusion models for robot actions, with open code.
Diffusion Policy is a standard visuomotor imitation method with strong educational value. Recommended to learn demo-to-policy loops in sim before jumping to VLAs. Intermediate; follow the project page for code and configs.
Diffusion Policy showed that modeling action sequences with diffusion models yields strong visuomotor policies for contact-rich manipulation. The open code and follow-up ecosystem made it a default modern baseline alongside ACT.
Conceptually, it treats action generation as iterative denoising, which handles multi-modal action distributions better than plain MSE BC. Practically, you will care about observation horizons, action horizons, and inference latency — diffusion steps can be expensive on real robots unless distilled or accelerated.
Use it when demonstrations are multi-modal (multiple valid ways to solve a task) and you need smooth action chunks.
Visuomotor IL practitioners; teams with multi-modal demos; researchers comparing generative action models.
clone
git clone https://github.com/real-stanford/diffusion_policy.git
Best when demos are multi-modal; higher latency than ACT unless distilled.
Open training and inference code around π0 from Physical Intelligence for generalist robot policies.
Content reviewed 2026-07-23