Safetensors
Orca-4B / policy_postprocessor.json
cmyopu's picture
Add files using upload-large-folder tool
3a89eb3 verified
Raw
History Blame Contribute Delete
1.12 kB
{
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.images.head_color": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
},
"observation.images.hand_left_color": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
},
"observation.images.hand_right_color": {
"type": "VISUAL",
"shape": [
3,
480,
640
]
},
"observation.state": {
"type": "STATE",
"shape": [
8
]
},
"action": {
"type": "ACTION",
"shape": [
7
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "IDENTITY",
"ACTION": "IDENTITY"
}
}
}
]
}