Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,59 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# 🖊️ ACT-SO100-Draw
|
| 6 |
+
|
| 7 |
+
Action Chunking Transformer (ACT) checkpoint for **drawing with a custom pen-holding attachment on the SO-100 robotic arm**.
|
| 8 |
+
|
| 9 |
+

|
| 10 |
+
*3-D-printed pen mount designed for LeRobot Worldwide Hackathon.*
|
| 11 |
+
|
| 12 |
+
Tool STL is available for download in the [SO-100 Tools repository](https://github.com/krohling/so-100-tools).
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## Demo
|
| 17 |
+
|
| 18 |
+

|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
## Dataset
|
| 23 |
+
|
| 24 |
+
| Name | Episodes | Frames / episode | Modalities |
|
| 25 |
+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ---------------- | ----------------------------------------- |
|
| 26 |
+
| [370-drawn-to-caffeine-draw-smiley](https://huggingface.co/spaces/lerobot/visualize_dataset?path=%2FLeRobot-worldwide-hackathon%2F370-drawn-to-caffeine-draw-smiley%2Fepisode_0) | 42 | \~450 | RGB 640×480, proprio 5-DoF, gripper state |
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Training Details
|
| 30 |
+
|
| 31 |
+
See run details on wandb for more information: [wandb run](https://wandb.ai/kevin_ai/lerobot_hackathon/runs/ahu8fcc0).
|
| 32 |
+
|
| 33 |
+
| Hyper-parameter | Value |
|
| 34 |
+
| ------------------- | ---------------------------------- |
|
| 35 |
+
| Chunk size | 100 |
|
| 36 |
+
| Dim Feedforward | 3200 |
|
| 37 |
+
| Dim Model | 512 |
|
| 38 |
+
| Dropout | 0.1 |
|
| 39 |
+
| Feedforward Activation | ReLU |
|
| 40 |
+
| Decoder layers | 1 |
|
| 41 |
+
| Encoder layers | 4 |
|
| 42 |
+
| Attention heads | 8 |
|
| 43 |
+
| VAE Encoder layers | 4 |
|
| 44 |
+
| Batch size | 32 |
|
| 45 |
+
| Optimizer | AdamW, lr = 1e-5 |
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
## Citation
|
| 49 |
+
|
| 50 |
+
If you use this checkpoint in your work, please cite the following:
|
| 51 |
+
|
| 52 |
+
```bibtex
|
| 53 |
+
@misc{Rohling2025ACTSO100Draw,
|
| 54 |
+
author = {Kevin Rohling},
|
| 55 |
+
title = {ACT Checkpoint for Pen-Drawing on SO-100},
|
| 56 |
+
year = {2025},
|
| 57 |
+
howpublished = {\url{https://huggingface.co/kevin510/ACT-SO100-PenDrawer}}
|
| 58 |
+
}
|
| 59 |
+
```
|