Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- DexJoCo/DexJoCo-Datasets-LeRobot
|
| 5 |
+
tags:
|
| 6 |
+
- Dexterous
|
| 7 |
+
- Benchmark
|
| 8 |
+
- Toolkit
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
# Model Card for DexJoCo Pi-0.5
|
| 12 |
+
|
| 13 |
+
This repository provides the Pi-0.5 models trained on the DexJoCo datasets.
|
| 14 |
+
|
| 15 |
+
## Model Summary
|
| 16 |
+
|
| 17 |
+
- **Base Models:** `pi05_base`, `pi05_base_action_dim_44`
|
| 18 |
+
- **Finetuned Checkpoints:**
|
| 19 |
+
- `pi05_dexjoco_ckpt` ("rand-obj" tasks)
|
| 20 |
+
- `pi05_dexjoco_rand_full_ckpt` ("rand-full" tasks)
|
| 21 |
+
- `pi05_dexjoco_multi_task` ("multi-task" setup, "rand-obj")
|
| 22 |
+
|
| 23 |
+
## Training Details
|
| 24 |
+
|
| 25 |
+
All models are finetuned using LoRA on the DexJoCo datasets with LeRobot format:
|
| 26 |
+
- **Single-arm checkpoints:** LoRA finetuned for 30,000 steps.
|
| 27 |
+
- **Bimanual & Multi-task checkpoints:** LoRA finetuned for 60,000 steps.
|
| 28 |
+
|
| 29 |
+
## Links & Resources
|
| 30 |
+
|
| 31 |
+
- **Hugging Face Paper:** [https://huggingface.co/papers/2605.16257](https://huggingface.co/papers/2605.16257)
|
| 32 |
+
- **arXiv Paper:** [https://arxiv.org/abs/2605.16257](https://arxiv.org/abs/2605.16257)
|
| 33 |
+
- **Project Page:** [https://dexjoco.github.io](https://dexjoco.github.io)
|
| 34 |
+
- **GitHub Repository:** [https://github.com/brave-eai/dexjoco](https://github.com/brave-eai/dexjoco)
|
| 35 |
+
- **Dataset:** [https://huggingface.co/datasets/DexJoCo/DexJoCo-Datasets-LeRobot](https://huggingface.co/datasets/DexJoCo/DexJoCo-Datasets-LeRobot)
|
| 36 |
+
- **Raw Dataset:** [https://huggingface.co/datasets/DexJoCo/DexJoCo-Datasets-Raw](https://huggingface.co/datasets/DexJoCo/DexJoCo-Datasets-Raw)
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
**BibTeX:**
|
| 40 |
+
|
| 41 |
+
```bibtex
|
| 42 |
+
@article{wang2026dexjoco,
|
| 43 |
+
title = {DexJoCo: A Unified Benchmark and Toolkit for Task-Oriented Dexterous Manipulation on MuJoCo},
|
| 44 |
+
author = {Wang, Hanwen and Zhao, Weizhi and Wang, Xiangyu and Huang, Siyuan and Lin, He and Zheng, Boyuan and Xu, Rongtao and Wang, Gang and Mu, Yao and Wang, He and Fan, Lue and Li, Hongsheng and Zhang, Zhaoxiang and Tan, Tieniu},
|
| 45 |
+
journal = {arXiv preprint arXiv:2605.16257},
|
| 46 |
+
year = {2026},
|
| 47 |
+
url = {https://dexjoco.github.io}
|
| 48 |
+
}
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## License
|
| 52 |
+
|
| 53 |
+
This repository is derived from OpenPI and is distributed under the Apache 2.0 License.
|
| 54 |
+
|
| 55 |
+
Gemma-based model and checkpoints are subject to the Gemma Terms of Use. See `LICENSE_GEMMA.txt`
|