DreamMachines/bagging_plock_v1_150clean
Viewer • Updated • 122 • 297
How to use DreamMachines/bagging_plock_v1_150clean_act 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/bagging_plock_v1_150clean150006415000adamw (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/bagging_plock_v1_150clean_act", revision="v002000")
policy = make_policy(cfg)
Available: v005000, v010000, v015000
make eval MODEL=DreamMachines/bagging_plock_v1_150clean_act
See docs/source/policy_pi05_README.md for π₀.₅-specific notes.