The whole workshop is one loop.
Show the arm the task, record it, train a model, then let the arm try alone.
↳ Stage 4 returns to stage 2.
Follower: gripper, does the task. Leader: handle, you move it.
The six joints, numbered on the follower above.
1Which computer is the bench?
The computer the arms and camera plug into.
2Where does the policy train?
Pick where training runs. You confirm it again after recording.
How this sheet works
Every step is one screen: what it is for, what to do in order, the command to run, and the line that tells you it worked.
Every step looks like this example
Delete weak episodes
Makes a cleaned copy of your recording without the episodes marked RE-RECORD.
This takes a while, often several minutes. LeRobot rebuilds the whole video file to remove an episode.
- Type the episode numbers marked RE-RECORD in Find weak episodes.
source "$HOME/miniforge3/etc/profile.d/conda.sh" conda activate lerobot lerobot-edit-dataset --operation.type delete_episodes …
DISCARD COMPLETESome steps also show these
!Arm moves. Clear the area; keep a hand on the power switch. Never grab a moving arm.
No need to memorize these steps. Terminal walks you through each one; they are here so you know what will happen when you run the command.
Some slots are prefilled, some you fill in yourself
cap = cv2.VideoCapture(________)Archive and Appendix
The Archive is where your recorded files and the rest of the day’s work are saved.
The Appendix is where the troubleshooting steps are set out.
Bench details
The details for this workshop.
Archive
Everything the day produces. Keep your results.
Appendix
Find the message you see. Do what it says.