{ "name": "policy_preprocessor", "steps": [ { "registry_name": "rename_observations_processor", "config": { "rename_map": {} } }, { "registry_name": "to_batch_processor", "config": {} }, { "registry_name": "relative_actions_processor", "config": { "enabled": false, "exclude_joints": [ "gripper" ], "action_names": [ "pivot_vx", "pivot_vy", "pivot_vyaw", "pivot_roll", "pivot_pitch", "pivot_yaw", "pivot_height", "kLeftShoulderPitch.q", "kLeftShoulderRoll.q", "kLeftShoulderYaw.q", "kLeftElbow.q", "kLeftWristRoll.q", "kLeftWristPitch.q", "kLeftWristYaw.q", "kRightShoulderPitch.q", "kRightShoulderRoll.q", "kRightShoulderYaw.q", "kRightElbow.q", "kRightWristRoll.q", "kRightWristPitch.q", "kRightWristYaw.q", "left_gripper_closed", "right_gripper_closed" ] } }, { "registry_name": "normalizer_processor", "config": { "eps": 1e-08, "features": { "observation.images.head": { "type": "VISUAL", "shape": [ 3, 480, 1280 ] }, "observation.images.left_wrist": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "observation.images.right_wrist": { "type": "VISUAL", "shape": [ 3, 480, 640 ] }, "observation.state": { "type": "STATE", "shape": [ 29 ] }, "action": { "type": "ACTION", "shape": [ 23 ] } }, "norm_map": { "VISUAL": "IDENTITY", "STATE": "QUANTILES", "ACTION": "QUANTILES" } }, "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors" }, { "registry_name": "pi05_prepare_state_tokenizer_processor_step", "config": {} }, { "registry_name": "tokenizer_processor", "config": { "max_length": 200, "task_key": "task", "padding_side": "right", "padding": "max_length", "truncation": true, "tokenizer_name": "google/paligemma-3b-pt-224" } }, { "registry_name": "device_processor", "config": { "device": "cuda", "float_dtype": null } } ] }