Action Chunking with Transformers (ACT) is an imitation-learning method that predicts short action chunks instead of single steps. It learns from teleoperated data and often achieves high success rates.
Demonstration Purpose:
We train an ACT model to put a small red cube into a grey container of size 70x70x70.
We use two cameras
One front facing camera of type Seeed Studio X10 USB wired camera.
One Gripper camera of type Arducam 1080p Low Light
Dataset is captured at frame size of 640x480
The grey container is placed in a fixed position to the right of the SO-101 arm.
The position of the red cube is randomized between episodes and put on the left of the SO-101 arm.
Results
After recording 30 episodes we got the result shown in this video. So in general the SO-101 arm succeeds, but it has to attempt multiple times. We also noticed that in some of the more extreme locations it fails more often.
We added an additional 30 episodes with various positions for the red cube to the dataset, but noticed that the result was not significantly better than shown in the video.
The robot struggles estimating the depth of the cube and as a result very often grips just above the cube.
The wrist rotation of the gripper is not perfectly aligned with the one we used during demonstration.
This policy has been trained and pushed to the Hub using LeRobot.
Replace the remaining <...> placeholders with your own values: --robot.port and the camera names/indices are specific to your machine, and the camera names must match the observation keys this policy was trained on.
When --strategy.type=base is used the script doesn't record the episodes. Skipping duration will make the policy run indefinitely. For more information look at rollout documentation.
Writes checkpoints to outputs/train/<policy_repo_id>/checkpoints/.
Evaluation
No evaluation results have been provided for this policy yet.
Citation
If you use this policy, please cite the method linked in the description above, along with LeRobot:
bibtex
1@misc{cadene2024lerobot,
2 author = {Cadene, Remi and Alibert, Simon and Soare, Alexander and Gallouedec, Quentin and Zouitine, Adil and Palma, Steven and Kooijmans, Pepijn and Aractingi, Michel and Shukor, Mustafa and Aubakirova, Dana and Russi, Martino and Capuano, Francesco and Pascal, Caroline and Choghari, Jade and Moss, Jess and Wolf, Thomas},
3 title = {LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch},
4 howpublished = "\url{https://github.com/huggingface/lerobot}",
5 year = {2024}
6}