You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After download, set `weight_loader` in the training config to the path of the corresponding checkpoint directory (see step 3 below). You can also use openpi’s pretrained π₀.5 checkpoint instead.
137
137
138
-
### 3. Fine-tune with normal π₀.5
138
+
### 3. Fine-tune with normal π₀.₅
139
139
140
-
After the dataset is in `./data`, you can run **normal π₀.5 full fine-tuning** on it, then use the resulting checkpoints for [Model Arithmetic](#model-arithmetic).
140
+
After the dataset is in `./data`, you can run **normal π₀.₅ full fine-tuning** on it, then use the resulting checkpoints for [Model Arithmetic](#model-arithmetic).
141
141
142
142
**Set paths in config**
143
143
144
144
Edit [`src/openpi/training/config.py`](src/openpi/training/config.py) (around lines 1173–1226) for the task(s) you need:
145
145
146
146
-**`repo_id`**: set to the **absolute path** to the dataset subset, e.g. `<path_to_repo_root>/data/FlattenFold/base`, `<path_to_repo_root>/data/TeeShirtSort/base`, or `<path_to_repo_root>/data/HangCloth/base`.
147
-
-**`weight_loader`**: set to the path of your **π₀.5 base checkpoint** — either the best model you downloaded in step 2 above, or openpi’s pretrained π₀.5 checkpoint.
147
+
-**`weight_loader`**: set to the path of your **π₀.₅ base checkpoint** — either the best model you downloaded in step 2 above, or openpi’s pretrained π₀.₅ checkpoint.
148
148
149
149
Config names to use: e.g. `pi05_flatten_fold_normal`
150
150
@@ -286,7 +286,7 @@ All assets and code in this repository are under the Apache 2.0 license unless s
286
286
287
287
```bibtex
288
288
@article{sima2026kai0,
289
-
title={χ₀: Resource-Aware Robust Manipulation via Taming Distributional Inconsistencies},
289
+
title={$\chi_{0}$: Resource-Aware Robust Manipulation via Taming Distributional Inconsistencies},
290
290
author={Yu, Checheng and Sima, Chonghao and Jiang, Gangcheng and Zhang, Hai and Mai, Haoguang and Li, Hongyang and Wang, Huijie and Chen, Jin and Wu, Kaiyang and Chen, Li and Zhao, Lirui and Shi, Modi and Luo, Ping and Bu, Qingwen and Peng, Shijia and Li, Tianyu and Yuan, Yibo},
0 commit comments