Robotics
LeRobot
Safetensors
diffusion
diffusion_pusht_migrated / policy_postprocessor.json
ebenl08's picture
Migrate policy to PolicyProcessorPipeline system
67b9d23 verified
Raw
History Blame Contribute Delete
572 Bytes
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
2
]
}
},
"norm_map": {
"ACTION": "MIN_MAX",
"STATE": "MIN_MAX",
"VISUAL": "MEAN_STD"
}
}
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}