DreamMachines/bagzipper_v3_480x640
Viewer • Updated • 111k • 273
How to use DreamMachines/bagzipper_v3_dinov3 with LeRobot:
ACT (Action Chunking with Transformers) — imitation learning that predicts short action chunks instead of single steps. See the paper.
Trained with LeDream (a fork of LeRobot).
DreamMachines/bagzipper_v3_480x64026000440000adamw (lr 3e-05)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/bagzipper_v3_dinov3", revision="v002000")
policy = make_policy(cfg)
Available: v002000, v004000, v006000, v008000, v010000, v012000, v014000, v016000, v018000, v020000, v022000, v024000, v026000
make eval MODEL=DreamMachines/bagzipper_v3_dinov3
See docs/source/policy_pi05_README.md for π₀.₅-specific notes.