This model is a LeRobot policy trained for the SO-ARM101 robotic arm on the Cube2Plate task.
The policy is used to control the SO-ARM101 robotic arm to pick up a cube and place it onto a plate.
This model is intended for running and evaluating the Cube2Plate task with the SO-ARM101 robotic arm.
1lerobot-record \
2 --robot.type=so101_follower \
3 --dataset.repo_id=${HF_USER}/eval_so101 \
4 --policy.path=${HF_USER}/Cube2Plate \
5 --episodes=10
please delete it before running the command again.
This model was trained using demonstration data collected for the Cube2Plate task with the SO-ARM101 robotic arm.
The model can be evaluated by running the trained policy on the SO-ARM101 robotic arm and checking whether the cube is successfully placed onto the plate.
This model was trained and uploaded using the LeRobot framework.