Instructions to use axiboai/pi05_piper_stacking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use axiboai/pi05_piper_stacking with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Document step_5000 + step_7500 checkpoints
Browse files
README.md
CHANGED
|
@@ -78,14 +78,15 @@ If `pi05_piper_stacking` is not yet in your `src/openpi/training/config.py`, add
|
|
| 78 |
Fine-tuned from Physical Intelligence's `pi05_base` checkpoint via openpi; the weights inherit the
|
| 79 |
upstream openpi / base-model license. Dataset: axiboai/piper_stacking.
|
| 80 |
|
| 81 |
-
|
| 82 |
## Checkpoints in this repo
|
| 83 |
|
| 84 |
-
|
| 85 |
|
| 86 |
-
| Path | Step | Train loss |
|
| 87 |
-
|---|---|---|
|
| 88 |
-
| `/` (root) |
|
| 89 |
-
| `
|
|
|
|
|
|
|
| 90 |
|
| 91 |
-
|
|
|
|
| 78 |
Fine-tuned from Physical Intelligence's `pi05_base` checkpoint via openpi; the weights inherit the
|
| 79 |
upstream openpi / base-model license. Dataset: axiboai/piper_stacking.
|
| 80 |
|
|
|
|
| 81 |
## Checkpoints in this repo
|
| 82 |
|
| 83 |
+
Checkpoints from the **same run** (for overfitting comparison):
|
| 84 |
|
| 85 |
+
| Path | Step | Train loss |
|
| 86 |
+
|---|---|---|
|
| 87 |
+
| `/` (root) | 10,000 (final) | 0.0012 |
|
| 88 |
+
| `step_7500/` | 7,500 | 0.0021 |
|
| 89 |
+
| `step_5000/` | 5,000 | 0.0031 |
|
| 90 |
+
| `step_2500/` | 2,500 | 0.0048 |
|
| 91 |
|
| 92 |
+
Load any with `create_trained_policy(cfg, ckpt_dir / "step_XXXX")` (root = final). Training loss fell monotonically (2,500 → final); compare **real-rollout success** to tell whether the longer run overfit the 60 demos.
|