Robotics
LeRobot
Safetensors
pi0_old / policy_postprocessor.json
aractingi's picture
aractingi HF Staff
Migrate pi0 weights to pipeline (#23)
e4ed526 verified
raw
history blame contribute delete
574 Bytes
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
6
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "MEAN_STD",
"ACTION": "MEAN_STD"
}
}
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}