bimanual-so100-handover-cube_migration / robot_postprocessor.json
AdilZtn's picture
Push model using huggingface_hub.
fbfb810 verified
{
"name": "robot_postprocessor",
"steps": [
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
},
{
"registry_name": "unnormalizer_processor",
"config": {
"features": {
"action": {
"type": "ACTION",
"shape": [
12
]
}
},
"norm_map": {
"VISUAL": "MEAN_STD",
"STATE": "MEAN_STD",
"ACTION": "MEAN_STD"
}
},
"state_file": "robot_postprocessor_step_1_unnormalizer_processor.safetensors"
}
]
}