Robotics
LeRobot
Safetensors
lingbot_va
omx_multicubes_lingbot_va / policy_preprocessor.json
maximellerbach's picture
Upload DataProcessorPipeline
5bc3c45 verified
Raw
History Blame Contribute Delete
1.55 kB
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {
"observation.images.top": "observation.images.cam_high",
"observation.images.wrist": "observation.images.cam_left_wrist"
}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.images.cam_high": {
"type": "VISUAL",
"shape": [
3,
256,
256
]
},
"observation.images.cam_left_wrist": {
"type": "VISUAL",
"shape": [
3,
256,
256
]
},
"observation.images.cam_right_wrist": {
"type": "VISUAL",
"shape": [
3,
256,
256
]
},
"action": {
"type": "ACTION",
"shape": [
6
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "IDENTITY",
"ACTION": "QUANTILES"
}
},
"state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
}
]
}