thanos_picking_power_gem / robot_postprocessor.json
pepijn223's picture
pepijn223 HF Staff
Upload robot_postprocessor.json with huggingface_hub
a268faf verified
{
"name": "robot_postprocessor",
"seed": null,
"steps": [
{
"registry_name": "device_processor",
"config": {
"device": "cpu"
}
},
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
6
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "MEAN_STD",
"ACTION": "MEAN_STD"
}
}
}
]
}