Robotics
LeRobot
Safetensors
vla_jepa
vla-jepa-widgetAssembly / policy_preprocessor.json
luisd7271's picture
Upload DataProcessorPipeline
bdd4e16 verified
Raw
History Blame Contribute Delete
1.39 kB
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {
"observation.images.cam_high": "observation.images.exterior_1_left",
"observation.images.cam_low": "observation.images.exterior_2_left"
}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.images.exterior_1_left": {
"type": "VISUAL",
"shape": [
3,
224,
224
]
},
"observation.images.exterior_2_left": {
"type": "VISUAL",
"shape": [
3,
224,
224
]
},
"action": {
"type": "ACTION",
"shape": [
14
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "MEAN_STD",
"ACTION": "MIN_MAX"
}
},
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
}
]
}