Instructions to use lerobot/pi05_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/pi05_base with LeRobot:
- Notebooks
- Google Colab
- Kaggle
I would like to know the normalization parameters of the base model.
Hi,
I'm trying to deploy pi05_base outside of the LeRobot runtime
(e.g. ONNX / TensorRT deployment).
The released checkpoint contains:
- model.safetensors
- config.json
- policy_preprocessor.json
- policy_postprocessor.json
However, I could not find the normalization statistics
(mean/std or q01/q99) used for STATE and ACTION features.
Could you clarify:
Are the normalization statistics included somewhere in the released checkpoint?
If not, where can they be obtained?
Were the original OpenPI normalization parameters removed during the conversion to LeRobot?
If the original normalization statistics are not available, would it be reasonable to use the normalization parameters from the released finetuned checkpoints (e.g. pi05_libero_finetuned_quantiles_v044 ) for deployment validation and ONNX/TensorRT testing?
I'm trying to reproduce inference independently from the LeRobot runtime.
Thanks!