{ "name": "policy_preprocessor", "steps": [ { "registry_name": "rename_observations_processor", "config": { "rename_map": {} } }, { "registry_name": "to_batch_processor", "config": {} }, { "registry_name": "normalizer_processor", "config": { "eps": 1e-08, "features": { "observation.state": { "type": "STATE", "shape": [ 6 ] }, "observation.images.top": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "observation.images.wrist": { "type": "VISUAL", "shape": [ 3, 480, 640 ] } }, "norm_map": { "VISUAL": "IDENTITY", "STATE": "MEAN_STD" } }, "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors" }, { "registry_name": "temporal_siglip_vf_image_processor", "config": { "image_resolution": [ 384, 384 ], "image_keys": [ "observation.images.top", "observation.images.wrist" ], "history_steps": 6 } }, { "registry_name": "distributional_vf_prepare_task_prompt", "config": { "task_key": "task" } }, { "registry_name": "temporal_siglip_vf_tokenizer", "config": { "tokenizer_name": "google/siglip2-so400m-patch14-384", "max_length": 64 } }, { "registry_name": "device_processor", "config": { "device": "cuda", "float_dtype": null } } ] }