Robotics
LeRobot
Safetensors
act

bagzipper_v1v2_act

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).

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/bagzipper_v1v2_act", revision="v002000")
policy = make_policy(cfg)

Available: v002000, v004000, v006000, v008000, v010000, v012000, v014000, v016000, v018000, v020000

Quick eval on a real DK1

make eval MODEL=DreamMachines/bagzipper_v1v2_act

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

Downloads last month
5
Safetensors
Model size
51.6M params
Tensor type
F32
·
Video Preview
loading

Dataset used to train DreamMachines/bagzipper_v1v2_act

Paper for DreamMachines/bagzipper_v1v2_act