xvla-libero / policy_postprocessor.json
jadechoghari's picture
jadechoghari HF Staff
Upload folder using huggingface_hub
0a03396 verified
raw
history blame contribute delete
575 Bytes
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
20
]
}
},
"norm_map": {
"VISUAL": "MEAN_STD",
"STATE": "IDENTITY",
"ACTION": "IDENTITY"
}
}
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}