Views
No views yet
peg_insert)1# Requires openpi: https://github.com/Physical-Intelligence/openpi
2huggingface-cli download bhe1004/FIRe-VLA-PI05-PegInsert-Sim --local-dir ./FIRe-VLA-PI05-PegInsert-Sim1# Point the openpi trained-policy loader at the downloaded checkpoint dir.
2# The repo holds params/ + assets/ (norm stats); train_state/ was dropped
3# since it is only needed to resume training.
4from openpi.policies import policy_config
5policy = policy_config.create_trained_policy(config, "./FIRe-VLA-PI05-PegInsert-Sim")bhe1004/FIRe-VLA-PI05-PegInsert-Sim