Views
No views yet
PI0Policy layout.
Tokenizer files are colocated with the policy so consumers can use one Hub
repository for both the policy and tokenizer.1from giga_models import PI0Policy
2
3policy = PI0Policy.from_pretrained("Miical/pi05-libero")1cluster:
2 actor_rollout_ref:
3 model:
4 path: Miical/pi05-libero
5 adapter:
6 embodiment: libero
7 norm_stats_path: /path/to/norm_stats.jsonnorm_stats.json contains the state and action normalization values associated
with the converted OpenPI checkpoint. The values were extracted unchanged from
the source checkpoint configuration and moved into a separate artifact so
config.json only describes the policy architecture.norm_stats.json together with the checkpoint and pass its local path
through model.adapter.norm_stats_path when using the policy with verl-vla.