Instructions to use IDEAS-Lab-Northwestern/pi05-sim-table-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use IDEAS-Lab-Northwestern/pi05-sim-table-lora with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Document uploaded checkpoint step 25000
Browse files
README.md
CHANGED
|
@@ -17,9 +17,8 @@ The original run was uploaded with checkpoints at steps `3000` and `5000`;
|
|
| 17 |
step `3000` was removed from this repo on 2026-05-01.
|
| 18 |
The run was later resumed locally from step `5000` on the same dataset and
|
| 19 |
continued through step `25000`. Step `15000` has been appended to this repo.
|
| 20 |
-
Step `25000` is the
|
| 21 |
-
|
| 22 |
-
quota.
|
| 23 |
|
| 24 |
The checkpoint layout mirrors OpenPI's local checkpoint tree so later training
|
| 25 |
checkpoints can be appended without reshaping the repo:
|
|
@@ -34,7 +33,7 @@ checkpoints/
|
|
| 34 |
train_state/
|
| 35 |
assets/
|
| 36 |
15000/
|
| 37 |
-
25000/
|
| 38 |
```
|
| 39 |
|
| 40 |
## Checkpoints
|
|
@@ -43,7 +42,7 @@ checkpoints/
|
|
| 43 |
|---:|---|
|
| 44 |
| 5000 | Original sim-table LoRA run; local resume source |
|
| 45 |
| 15000 | Uploaded. Resumed from step 5000 on the same `IDEAS-Lab-Northwestern/sim-table` dataset |
|
| 46 |
-
| 25000 |
|
| 47 |
|
| 48 |
To add another checkpoint later, upload the new numeric step directory to the
|
| 49 |
same run path. For example:
|
|
|
|
| 17 |
step `3000` was removed from this repo on 2026-05-01.
|
| 18 |
The run was later resumed locally from step `5000` on the same dataset and
|
| 19 |
continued through step `25000`. Step `15000` has been appended to this repo.
|
| 20 |
+
Step `25000` is the final resumed checkpoint and was uploaded after the repo
|
| 21 |
+
was made public on 2026-05-01.
|
|
|
|
| 22 |
|
| 23 |
The checkpoint layout mirrors OpenPI's local checkpoint tree so later training
|
| 24 |
checkpoints can be appended without reshaping the repo:
|
|
|
|
| 33 |
train_state/
|
| 34 |
assets/
|
| 35 |
15000/
|
| 36 |
+
25000/
|
| 37 |
```
|
| 38 |
|
| 39 |
## Checkpoints
|
|
|
|
| 42 |
|---:|---|
|
| 43 |
| 5000 | Original sim-table LoRA run; local resume source |
|
| 44 |
| 15000 | Uploaded. Resumed from step 5000 on the same `IDEAS-Lab-Northwestern/sim-table` dataset |
|
| 45 |
+
| 25000 | Uploaded. Final checkpoint after 20000 additional resumed training steps |
|
| 46 |
|
| 47 |
To add another checkpoint later, upload the new numeric step directory to the
|
| 48 |
same run path. For example:
|