Skip to content

Commit d3181a5

Browse files
authored
[MINOR]: update bib
1 parent 23cb9a8 commit d3181a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ https://github.com/user-attachments/assets/3f5f0c48-ff3f-4b9b-985b-59ad0b2ea97c
4040
- [Preparation](#preparation)
4141
- [1. Download the dataset](#1-download-the-dataset)
4242
- [2. Download checkpoints (optional, for testing)](#2-download-checkpoints-optional-for-testing)
43-
- [3. Fine-tune with normal π₀.5](#3-fine-tune-with-normal-π₀5)
43+
- [3. Fine-tune with normal π₀.](#3-fine-tune-with-normal-π₀.₅)
4444
- [Project Overview](#project-overview)
4545
- [Modules Overview and To-Do List](#modules-overview-and-to-do-list)
4646
- [Model Arithmetic](#model-arithmetic)
@@ -135,16 +135,16 @@ python scripts/download_checkpoints.py --tasks FlattenFold HangCloth --local-dir
135135

136136
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.
137137

138-
### 3. Fine-tune with normal π₀.5
138+
### 3. Fine-tune with normal π₀.
139139

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).
141141

142142
**Set paths in config**
143143

144144
Edit [`src/openpi/training/config.py`](src/openpi/training/config.py) (around lines 1173–1226) for the task(s) you need:
145145

146146
- **`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.
148148

149149
Config names to use: e.g. `pi05_flatten_fold_normal`
150150

@@ -286,7 +286,7 @@ All assets and code in this repository are under the Apache 2.0 license unless s
286286

287287
```bibtex
288288
@article{sima2026kai0,
289-
title={χ₀: Resource-Aware Robust Manipulation via Taming Distributional Inconsistencies},
289+
title={$\chi_{0}$: Resource-Aware Robust Manipulation via Taming Distributional Inconsistencies},
290290
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},
291291
journal={arXiv preprint arXiv:2602.09021},
292292
year={2026}

0 commit comments

Comments
 (0)