mtdit-spatial-relative-eef / policy_postprocessor.json
maskjp's picture
mtdit_eef @ step 070000 (held-out-loss minimum)
63c8ac9 verified
Raw
History Blame Contribute Delete
900 Bytes
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
13
]
},
"action.eef": {
"type": "ACTION",
"shape": [
13
]
}
},
"norm_map": {
"VISUAL": "MEAN_STD",
"STATE": "MIN_MAX",
"ACTION": "QUANTILES"
}
},
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
},
{
"registry_name": "absolute_actions_processor",
"config": {
"enabled": true
}
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}