cloudwalk-research/psi0-g1-sneaker-94ep-v1
Psi0 G1 Sneaker-in-Box — 94 episodes (v1) 94 teleoperated episodes of a Unitree G1 humanoid (with Inspire RH56DFTP hands) picking up a sneaker and placing it inside a box. Right-hand only, single-handed task. Used to fine-tune the v1 Psi0 checkpoint at the CloudWalk Robotics Lab (CW-RL), 2026-04. To our knowledge, the v1 fine-tune was the first publicly reported external reproduction of the Psi0 paper's full pipeline (collect → finetune → real-robot deploy). Quick… See the full description on the dataset page: https://huggingface.co/datasets/cloudwalk-research/psi0-g1-sneaker-94ep-v1.
Psi0 G1 Sneaker-in-Box — 94 episodes (v1)
94 teleoperated episodes of a Unitree G1 humanoid (with Inspire RH56DFTP hands) picking up a sneaker and placing it inside a box. Right-hand only, single-handed task. Used to fine-tune the v1 Psi0 checkpoint at the CloudWalk Robotics Lab (CW-RL), 2026-04. To our knowledge, the v1 fine-tune was the first publicly reported external reproduction of the Psi0 paper's full pipeline (collect → finetune → real-robot deploy).
Quick facts
Action and state layout
Standard Psi0 layout shared across all sibling datasets in this collection. Dataset-specific behaviour for v1:
For the underlying hand hardware (Inspire RH56DFTP + Pico 4 Ultra trigger broadcasting) and the deploy-side bridge required to publish 36-D Psi0 actions to the Inspire DDS topic, see the v1 fine-tune model card: `cloudwalk-research/psi0-g1-sneaker-94ep-v1-finetune`.
How to download
import os
from huggingface_hub import snapshot_download
snapshot_download(
repo_id='cloudwalk-research/psi0-g1-sneaker-94ep-v1',
repo_type='dataset',
local_dir='data/real/psi0-g1-sneaker-94ep-v1',
)After download, run scripts/data/patch_lerobot_meta.py to strip stale huggingface metadata keys from the parquet schemas (required by datasets==3.6.0; see Psi0 issue #3).
Fine-tune produced from this dataset
- Model repo: `cloudwalk-research/psi0-g1-sneaker-94ep-v1-finetune`
- Training summary: 40 000 steps, 8 × B200, 3 h 58 min,
eval/loss37.88 → 0.0675 (full metrics on the model card). - Real-robot deployment results: documented on the v1 model card.
Related datasets
Attribution
Developed by cloudwalk-research in the CloudWalk Robotics Lab (CW-RL). Part of the Psi0 collection. Built to fine-tune the Psi0 base model; stored in the LeRobot v2.1 format.
Citation
If you build on this dataset, please cite both upstream Psi0 and this release:
@misc{cwrl_psi0_g1_sneaker_94ep_v1_2026,
title = {Psi0 G1 Sneaker-in-Box --- 94 episodes (v1, right-hand only)},
author = {{CloudWalk Robotics Lab}},
year = {2026},
howpublished = {Hugging Face dataset},
url = {https://huggingface.co/datasets/cloudwalk-research/psi0-g1-sneaker-94ep-v1}
}
@article{psi0_2026,
title = {Psi0: A Generalist Vision-Language-Action Model for Humanoid Robots},
author = {Wei, Songlin and others},
year = {2026},
eprint = {2603.12263},
archivePrefix = {arXiv},
url = {https://arxiv.org/abs/2603.12263}
}
@article{black2024pi0,
title = {{$\pi_0$}: A Vision-Language-Action Flow Model for General Robot Control},
author = {Black, Kevin and Brown, Noah and Driess, Danny and others},
journal = {arXiv preprint arXiv:2410.24164},
year = {2024}
}
@software{lerobot2024,
title = {{LeRobot}: State-of-the-art Machine Learning for Real-World Robotics in {PyTorch}},
author = {{Hugging Face}},
url = {https://github.com/huggingface/lerobot},
year = {2024}
}