DreamMachines/cube_pnp_view_d1
Viewer • Updated • 33 • 209
How to use DreamMachines/cube_pnp_d1_act_r1 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/cube_pnp_view_d1800003280000adamw (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/cube_pnp_d1_act_r1", revision="v002000")
policy = make_policy(cfg)
Available: v080000
make eval MODEL=DreamMachines/cube_pnp_d1_act_r1
See docs/source/policy_pi05_README.md for π₀.₅-specific notes.