File size: 2,919 Bytes
6afedde
255daaf
fb7e94b
 
6afedde
fb7e94b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32be670
 
 
fb7e94b
 
6afedde
 
 
 
fb7e94b
6afedde
fb7e94b
 
 
 
6afedde
 
5f268a7
6afedde
 
fb7e94b
 
 
 
 
 
 
 
 
 
 
6afedde
 
 
 
 
 
 
 
 
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
fb7e94b
6afedde
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
title: "Unfolding Robotics:\nThe Open-Source Recipe for Teaching a Robot to Fold Your Clothes"
subtitle: "The complete open-source recipe for teaching robots to fold clothes"
description: "We trained a bimanual robot to fold t-shirts using LeRobot and open-source hardware. We release the model, data, code, and every insight from data collection to deployment."
authors:
  - name: "Pepijn Kooijmans"
    url: "https://huggingface.co/pepijn223"
    affiliations: [1]
  - name: "Michel Aractingi"
    url: "https://huggingface.co/aractingi"
    affiliations: [1]
  - name: "Steven Palma"
    url: "https://huggingface.co/imstevenpmwork"
    affiliations: [1]
  - name: "Caroline Pascal"
    url: "https://huggingface.co/CarolinePascal"
    affiliations: [1]
  - name: "Jade Choghari"
    url: "https://huggingface.co/jadechoghari"
    affiliations: [1]
  - name: "Khalil Meftah"
    url: "https://huggingface.co/lilkm"
    affiliations: [1]
  - name: "Martino Russi"
    url: "https://huggingface.co/nepyope"
    affiliations: [1]
  - name: "Nicolas Rabault"
    url: "https://huggingface.co/Nico-robot"
    affiliations: [1]
  - name: "Virgile Batto"
    url: "https://huggingface.co/VirgileBatto"
    affiliations: [1]
  - name: "Leandro von Werra"
    url: "https://huggingface.co/lvwerra"
    affiliations: [1]
  - name: "Thomas Wolf"
    url: "https://huggingface.co/thomwolf"
    affiliations: [1]
affiliations:
  - name: "Hugging Face"
    url: "https://huggingface.co"
published: "2026"
tags:
  - robotics
  - lerobot
  - manipulation
  - open-source
tableOfContentsAutoCollapse: true
pdfProOnly: false
showPdf: false
---

import Hero from "./chapters/folding/01-hero.mdx";
import Results from "./chapters/folding/02-results.mdx";
import Hardware from "./chapters/folding/03-hardware.mdx";
import DataCollection from "./chapters/folding/04-data-collection.mdx";
import DataDiversity from "./chapters/folding/05-data-diversity.mdx";
import Training from "./chapters/folding/06-training.mdx";
import Evaluation from "./chapters/folding/07-evaluation.mdx";
import Experiments from "./chapters/folding/08-ablations.mdx";
import Learnings from "./chapters/folding/09-learnings.mdx";
import References from "./chapters/folding/12-references.mdx";

import Introduction from "./chapters/demo/introduction.mdx";
import BuiltWithThis from "./chapters/demo/built-with-this.mdx";
import BestPractices from "./chapters/demo/best-pratices.mdx";
import WritingYourContent from "./chapters/demo/writing-your-content.mdx";
import GettingStarted from "./chapters/demo/getting-started.mdx";
import Markdown from "./chapters/demo/markdown.mdx";
import Components from "./chapters/demo/components.mdx";
import VibeCodingCharts from "./chapters/demo/vibe-coding-charts.mdx";

<Hero />

<Results />

<Hardware />

<DataCollection />

<DataDiversity />

<Training />

<Evaluation />

<Experiments />

<Learnings />

<References />