batencle commited on
Commit
c5b6ca8
·
verified ·
1 Parent(s): 51f085d

Updated Repo Readme Card

Browse files
Files changed (1) hide show
  1. README.md +110 -5
README.md CHANGED
@@ -1,10 +1,115 @@
1
  ---
2
- title: README
3
- emoji: 🐢
4
- colorFrom: green
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Project-IRA
3
+ emoji: 🦾
4
+ colorFrom: indigo
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ short_description: Vision-Language-Action policies for LeRobot SO101
9
  ---
10
 
11
+ # Project-IRA Interactive Robotic Arm
12
+
13
+ Vision-Language-Action policies and multi-task manipulation datasets for the
14
+ **SO-101** low-cost robot arm, built on [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ **Code:** https://github.com/Project-IRA/interactive-robotic-arm — the repositories here and that repo depend on each other; the code
17
+ repo contains the recording, validation, merging, training and inference pipeline that
18
+ produced everything in this organization.
19
+
20
+ **Authors:** Cleo Baten, Bela Keppler, Jonas Sapper
21
+
22
+ ---
23
+
24
+ ## Start here
25
+
26
+ If you just want a policy that works on an SO-101:
27
+
28
+ > **[`Project-IRA/TPSoSe2026_Pi05_LeRobot_SO101_Finetuning_V7_Full_V2`](https://huggingface.co/Project-IRA/TPSoSe2026_Pi05_LeRobot_SO101_Finetuning_V7_Full_V2)** — checkpoint **008000**
29
+
30
+ This is the strongest model in the org: Pi0.5 fine-tuned on all four tasks, with image
31
+ augmentation. Note its unusual internal directory layout, documented on its card.
32
+
33
+ ## Demo
34
+
35
+ <video controls src="https://huggingface.co/Project-IRA/TPSoSe2026_Pi05_LeRobot_SO101_Finetuning_V7_Full_V2/resolve/main/assets/pi05_lego_demo.mp4"></video>
36
+
37
+ Pi0.5 sorting lego bricks onto colour-matched plates on the physical SO-101.
38
+
39
+ ## Tasks
40
+
41
+ | Task | What the arm does |
42
+ |---|---|
43
+ | **Sort Lego Color** | Sort lego bricks onto colour-matched plates |
44
+ | **Desk Cleanup** | Clear objects from the desk into a bowl |
45
+ | **Dice Throw** | Pick up a dice cup and tip the dice onto the table ("true random") |
46
+ | **Fetch Ball** | Pick up a ball and place it into a waiting human hand |
47
+
48
+ ## Models
49
+
50
+ Quality ratings are qualitative operator assessments from rollouts on the physical arm.
51
+ There are no formal success-rate numbers.
52
+
53
+ | Model | Base | Trained on | Best checkpoint | Quality |
54
+ |---|---|---|---|---|
55
+ | [Pi05 V7 Full V2](https://huggingface.co/Project-IRA/TPSoSe2026_Pi05_LeRobot_SO101_Finetuning_V7_Full_V2) | Pi0.5 | all 4 tasks | **008000** | **Best overall** — works really well |
56
+ | [Pi05 V7 Full](https://huggingface.co/Project-IRA/TPSoSe2026_Pi05_LeRobot_SO101_Finetuning_V7_Full) | Pi0.5 | all 4 tasks | **010000** | Works really well |
57
+ | [Pi05 V4 Lego](https://huggingface.co/Project-IRA/TPSoSe2026_Pi05_LeRobot_SO101_Finetuning_V4_Lego) | Pi0.5 | Lego only | **030000** | Works really well (Lego only) |
58
+ | [SmolVLA V6 Full](https://huggingface.co/Project-IRA/TPSoSe2026_SmolVLA_LeRobot_SO101_Finetuning_V6_Full) | SmolVLA | all 4 tasks | ~150000 (untested) | OK-ish, across most tasks |
59
+ | [SmolVLA V5 Full](https://huggingface.co/Project-IRA/TPSoSe2026_SmolVLA_LeRobot_SO101_Finetuning_V5_Full) | SmolVLA | all 4 tasks | **100000** | Works, but worse than V6 |
60
+ | [SmolVLA V2 Lego](https://huggingface.co/Project-IRA/TPSoSe2026_SmolVLA_LeRobot_SO101_Finetuning_V2_Lego) | SmolVLA | Lego only | **030000** | OK-ish (Lego only) |
61
+ | [SmolVLA V3 Desk Cleanup](https://huggingface.co/Project-IRA/TPSoSe2026_SmolVLA_LeRobot_SO101_Finetuning_V3_Desk_Cleanup) | SmolVLA | Desk Cleanup only | — | Does not work |
62
+ | [SmolVLA V1 Misc](https://huggingface.co/Project-IRA/TPSoSe2026_SmolVLA_LeRobot_SO101_Finetuning_V1_Misc_Dataset) | SmolVLA | misc early data | — | Does not work |
63
+
64
+ **The headline result:** Pi0.5 substantially outperforms SmolVLA on this setup. The
65
+ ~450M SmolVLA appears capacity-limited across four tasks, while Pi0.5 handles the full
66
+ multi-task set well — and needs far fewer steps to get there (8k–10k vs 100k–200k).
67
+
68
+ ## Datasets
69
+
70
+ | Dataset | Episodes | Content |
71
+ |---|---|---|
72
+ | [Full Merged Final V1](https://huggingface.co/datasets/Project-IRA/TPSoSe2026_Dataset_Full_Merged_Final_LeRobot_SO101_V1) | **930** | The training set. All 4 tasks, 93 prompts, 844,208 frames |
73
+ | [Lego](https://huggingface.co/datasets/Project-IRA/TPSoSe2026_Dataset_Lego_LeRobot_SO101) | 460 | Colour sorting |
74
+ | [Desk Cleanup](https://huggingface.co/datasets/Project-IRA/TPSoSe2026_Dataset_Desk_Cleanup_LeRobot_SO101) | 350 | Desk clearing (250 of these went into the merge) |
75
+ | [Dice Throw](https://huggingface.co/datasets/Project-IRA/TPSoSe2026_Dataset_Dice_Throw_LeRobot_SO101) | 120 | Dice cup |
76
+ | [Fetch Ball](https://huggingface.co/datasets/Project-IRA/TPSoSe2026_Dataset_Fetch_Ball_LeRobot_SO101) | 100 | Ball handover |
77
+ | [Collection](https://huggingface.co/datasets/Project-IRA/TPSoSe2026_Dataset_Collection_LeRobot_SO101) | — | Early miscellaneous data; superseded |
78
+
79
+ ## Robot setup
80
+
81
+ | | |
82
+ |---|---|
83
+ | Robot | SO-101 follower arm (6-DOF), `robot_type: so_follower` |
84
+ | Teleoperation | SO-101 leader arm |
85
+ | Control frequency | 30 fps |
86
+ | State / action space | 6-dim: `shoulder_pan.pos`, `shoulder_lift.pos`, `elbow_flex.pos`, `wrist_flex.pos`, `wrist_roll.pos`, `gripper.pos` |
87
+ | Camera `observation.images.desk_view` | 800x600, h264 (recording) |
88
+ | Camera `observation.images.wrist_left` | 640x480, h264 (recording) |
89
+
90
+ > **Inference note:** both cameras are run at **640x480 during inference**, not at their
91
+ > recording resolutions, to reduce the payload sent to the inference server.
92
+
93
+ ## Prompt design
94
+
95
+ Language conditioning was varied deliberately: the prompt phrasing was changed roughly
96
+ every 10 episodes during recording. The merged dataset therefore contains **93 distinct
97
+ prompts across 10 episodes each**, all in English. Full prompt lists are on each dataset card.
98
+
99
+ ## Licensing
100
+
101
+ All models and datasets here are **CC BY-SA 4.0** — share-alike, so derivatives must stay
102
+ open. Upstream LeRobot, SmolVLA and Pi0.5/openpi components are Apache-2.0; their
103
+ copyright notices and licence text are retained as Apache-2.0 Section 4 requires.
104
+
105
+ ## Citation
106
+
107
+ ```bibtex
108
+ @misc{project_ira_2026,
109
+ title = {Project-IRA: Interactive Robotic Arm},
110
+ author = {Baten, Cleo and Keppler, Bela and Sapper, Jonas},
111
+ year = {2026},
112
+ howpublished = {\url{https://huggingface.co/Project-IRA}},
113
+ note = {Code: \url{https://github.com/Project-IRA/interactive-robotic-arm}}
114
+ }
115
+ ```