Instructions to use FabianKerj/pi05_corkinbox100_fullrel-15k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use FabianKerj/pi05_corkinbox100_fullrel-15k with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: lerobot/pi05_base
|
| 4 |
+
tags:
|
| 5 |
+
- lerobot
|
| 6 |
+
- pi05
|
| 7 |
+
- robotics
|
| 8 |
+
- corkinbox
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# pi05_corkinbox100_fullrel — Checkpoint 15000
|
| 12 |
+
|
| 13 |
+
Intermediate checkpoint (step 15000 / 20000) from the `pi05_corkinbox100_fullrel` training run.
|
| 14 |
+
|
| 15 |
+
- **Base model:** `lerobot/pi05_base`
|
| 16 |
+
- **Dataset:** `FabianKerj/corkinbox100-fullrel` (100 eps, 37036 frames, 30 fps, dk1_follower, 2 cameras)
|
| 17 |
+
- **Actions:** relative, all 7 dims (including continuous gripper). `relative_exclude_joints: []`.
|
| 18 |
+
- **Training:** batch 64, bf16, gradient_checkpointing, LR 2.5e-05 (cosine), ~5s/step on H100.
|
| 19 |
+
- **Loss at this checkpoint:** ~0.003
|
| 20 |
+
- **Final run:** `FabianKerj/pi05_corkinbox100_fullrel` (step 20000 on `main` branch).
|
| 21 |
+
|
| 22 |
+
Contains a complete resumable training_state (optimizer, scheduler, rng, step).
|