Robotics
LeRobot
Safetensors
pi05
pi05_0410 / policy_preprocessor.json
kaiseong's picture
Upload DataProcessorPipeline
bb45b74 verified
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "delta_actions_processor",
"config": {
"enabled": true,
"exclude_joints": [
"gripper"
],
"action_names": [
"right_arm_0",
"right_arm_1",
"right_arm_2",
"right_arm_3",
"right_arm_4",
"right_arm_5",
"right_arm_6",
"left_arm_0",
"left_arm_1",
"left_arm_2",
"left_arm_3",
"left_arm_4",
"left_arm_5",
"left_arm_6",
"right_gripper_0",
"left_gripper_0"
]
}
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.state": {
"type": "STATE",
"shape": [
16
]
},
"observation.images.front": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
},
"observation.images.right": {
"type": "VISUAL",
"shape": [
3,
640,
480
]
},
"observation.images.left": {
"type": "VISUAL",
"shape": [
3,
640,
480
]
},
"action": {
"type": "ACTION",
"shape": [
16
]
}
},
"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
}
}
]
}