Robotics
LeRobot
Safetensors
pi05

pi05_b512

π₀.₅ (Pi05) — Vision-Language-Action model with open-world generalization, from Physical Intelligence. See the π₀.₅ blog post.

Trained with LeDream (a fork of LeRobot).

Training

Available revisions

Every training checkpoint is uploaded as its own git revision; the latest is also on main. Load a specific step with:

from lerobot.policies.factory import make_policy
from lerobot.configs.policies import PreTrainedConfig

cfg = PreTrainedConfig.from_pretrained("DreamMachines/pi05_b512", revision="v002000")
policy = make_policy(cfg)

Available: v001250, v002500, v003750, v005000, v006250, v007500, v008750, v010000

Quick eval on a real DK1

make eval MODEL=DreamMachines/pi05_b512

See docs/source/policy_pi05_README.md for π₀.₅-specific notes.

Downloads last month
95
Safetensors
Model size
4B params
Tensor type
F32
·
BF16
·
Video Preview
loading

Model tree for DreamMachines/pi05_b512

Finetuned
(45)
this model

Dataset used to train DreamMachines/pi05_b512