Robotics
LeRobot
Safetensors
molmoact2
molmoact2-task3-TOY-clean-step1000 / policy_postprocessor.json
ramy-hty's picture
Upload DataProcessorPipeline
5b64a5a verified
raw
history blame contribute delete
757 Bytes
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "molmoact2_clamp_action",
"config": {}
},
{
"registry_name": "molmoact2_masked_unnormalizer",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
6
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "QUANTILES",
"ACTION": "QUANTILES"
}
},
"state_file": "policy_postprocessor_step_1_molmoact2_masked_unnormalizer.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}