witsense-ai/so101_pick_and_place_ring_33
Viewer • Updated • 18.9k • 33
How to use witsense-ai/so101_act_fewshot with LeRobot:
An ACT (Action Chunking Transformer) policy trained with LeRobot to pick up a ring and place it on a toy, using an SO-101 follower arm.
Task: pickup the ring and place it on the toy
shoulder_pan, shoulder_lift, elbow_flex, wrist_flex, wrist_roll, gripper)top (overhead, 640×480) and wrist (1280×720)Trained from scratch with lerobot-train:
witsense-ai/so101_pick_and_place_ring_33 — 33 teleoperated episodes, 18,861 frames @ 30 fpslerobot-train \
--dataset.repo_id=witsense-ai/so101_pick_and_place_ring_33 \
--policy.type=act \
--policy.repo_id=witsense-ai/so101_act_fewshot \
--steps=50000 --batch_size=4
lerobot-rollout \
--policy.path=witsense-ai/so101_act_fewshot \
--robot.type=so101_follower --robot.port=/dev/ttyACM0 \
--robot.cameras="{top: {type: opencv, index_or_path: /dev/video4, width: 640, height: 480, fps: 30}, wrist: {type: opencv, index_or_path: /dev/video2, width: 1280, height: 720, fps: 30, fourcc: MJPG}}" \
--fps=30 --task="pickup the ring and place it on the toy"