Robotics
LeRobot
Safetensors
diffusion
pusht_diffusion_lowdim / policy_postprocessor.json
the-future-dev's picture
Upload DataProcessorPipeline
ebde08d verified
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
2
]
}
},
"norm_map": {
"STATE": "MIN_MAX",
"ENV": "MIN_MAX",
"ACTION": "MIN_MAX"
}
},
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}