Robotics
LeRobot
Safetensors
lingbot_va
Tello_multifruit_sum_lingbot / policy_preprocessor.json
Grigorij's picture
Upload DataProcessorPipeline
2e26746 verified
Raw
History Blame
1.28 kB
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {
"observation.images.image": "observation.images.camera_front"
}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.images.image": {
"type": "VISUAL",
"shape": [
3,
256,
256
]
},
"observation.images.image2": {
"type": "VISUAL",
"shape": [
3,
256,
256
]
},
"action": {
"type": "ACTION",
"shape": [
4
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "IDENTITY",
"ACTION": "IDENTITY"
}
},
"state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
}
]
}