FIRe-VLA-PI05-NutThread-Real
A PI05 vision-language-action policy fine-tuned for the Nut threading contact-rich robotic assembly task (Real domain), part of the FIRe model suite.
- Framework: PI05
- Task: Nut threading (
nut_thread) - Domain: Real
- Checkpoint: inference-ready (2999 steps)
Usage
# Requires openpi: https://github.com/Physical-Intelligence/openpi
huggingface-cli download bhe1004/FIRe-VLA-PI05-NutThread-Real --local-dir ./FIRe-VLA-PI05-NutThread-Real
# Point the openpi trained-policy loader at the downloaded checkpoint dir.
# The repo holds params/ + assets/ (norm stats); train_state/ was dropped
# since it is only needed to resume training.
from openpi.policies import policy_config
policy = policy_config.create_trained_policy(config, "./FIRe-VLA-PI05-NutThread-Real")
Related
- Training data:
bhe1004/FIRe-VLA-PI05-NutThread-Real