Hi, I am looking to implement a pi05 VLA for a Unitree G1. For starters, I am trying to load a hf model (pi05_libero_finetuned). The implementation isn't that trivial like they have mentioned in the readme. I am getting action space mismatch errors.
Please ensure your dataset and policy use consistent feature names.
If your dataset uses different observation keys (e.g., cameras named differently), use the `--rename_map` argument, for example:
--rename_map='{"observation.images.left": "observation.images.camera1", "observation.images.top": "observation.images.camera2"}'
Did anyone get this? Or am I doing something wrong?