Spaces:
Running
Running
Update app/src/content/chapters/folding/01-hero.mdx
#1
by nepyope - opened
app/src/content/chapters/folding/01-hero.mdx
CHANGED
|
@@ -3,21 +3,21 @@ import Note from "../../../components/Note.astro";
|
|
| 3 |
import Wide from "../../../components/Wide.astro";
|
| 4 |
import Stack from "../../../components/Stack.astro";
|
| 5 |
|
| 6 |
-
We went from 0% to 90% success rate on autonomous t-shirt folding
|
| 7 |
|
| 8 |
<Sidenote>
|
| 9 |
-
Read time: ~30 minutes. Each section stands on its own feel free to skip to what interests you most.
|
| 10 |
</Sidenote>
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
By sharing this we hope to contribute to our bigger vision: **democratize robotics and robot learning**.
|
| 17 |
|
| 18 |
Everything we built for this project [SARM](https://huggingface.co/docs/lerobot/sarm), [RTC](https://huggingface.co/docs/lerobot/rtc), DAgger, [Open Arms](https://huggingface.co/docs/lerobot/openarm), and Open Arms Mini is now merged into [LeRobot](https://github.com/huggingface/lerobot) and ready for the community to use.
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
#### Links
|
| 23 |
|
|
|
|
| 3 |
import Wide from "../../../components/Wide.astro";
|
| 4 |
import Stack from "../../../components/Stack.astro";
|
| 5 |
|
| 6 |
+
We went from 0% to 90% success rate on autonomous t-shirt folding; our secret ingredient? High quality data.
|
| 7 |
|
| 8 |
<Sidenote>
|
| 9 |
+
Read time: ~30 minutes. Each section stands on its own, feel free to skip to what interests you most.
|
| 10 |
</Sidenote>
|
| 11 |
|
| 12 |
+
We're gonna walk you through the behind-the-scenes of training an open-source bimanual robot to fold t-shirts, and release our model at the end. Published demos are usually limited to sharing insights and showing polished results, but the reality is messier, and more interesting.
|
| 13 |
|
| 14 |
+
So for the sake of interest we're also gonna share the surprising lessons and the small details that turned out to matter more than we expected for this project's success. You'll see how cheap 3D-printed leader arms helped more than the large ones, why early data collection is more wasteful than you'd think, and how a trained reward model helped us separate good demonstrations from bad ones.
|
| 15 |
|
| 16 |
+
By sharing this we hope to contribute to our bigger vision: **democratize robotics and robot learning**. We're open-sourcing tools, data, models, and knowledge in order to foster a community that pushes this technology further and help close the gap between closed-lab demos and what you can achieve.
|
| 17 |
|
| 18 |
Everything we built for this project [SARM](https://huggingface.co/docs/lerobot/sarm), [RTC](https://huggingface.co/docs/lerobot/rtc), DAgger, [Open Arms](https://huggingface.co/docs/lerobot/openarm), and Open Arms Mini is now merged into [LeRobot](https://github.com/huggingface/lerobot) and ready for the community to use.
|
| 19 |
|
| 20 |
+
So, how does it work?
|
| 21 |
|
| 22 |
#### Links
|
| 23 |
|