b1k-task0000 / checkpoint-5000 /policy_preprocessor.json
ywu67's picture
Upload checkpoint at step 5000
d80ce93 verified
{
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "device_processor",
"config": {
"device": "cuda",
"float_dtype": null
}
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.images.rgb.left_wrist": {
"type": "VISUAL",
"shape": [
480,
480,
3
]
},
"observation.images.rgb.right_wrist": {
"type": "VISUAL",
"shape": [
480,
480,
3
]
},
"observation.images.rgb.head": {
"type": "VISUAL",
"shape": [
720,
720,
3
]
},
"observation.images.depth.left_wrist": {
"type": "VISUAL",
"shape": [
480,
480,
3
]
},
"observation.images.depth.right_wrist": {
"type": "VISUAL",
"shape": [
480,
480,
3
]
},
"observation.images.depth.head": {
"type": "VISUAL",
"shape": [
720,
720,
3
]
},
"observation.images.seg_instance_id.left_wrist": {
"type": "VISUAL",
"shape": [
480,
480,
3
]
},
"observation.images.seg_instance_id.right_wrist": {
"type": "VISUAL",
"shape": [
480,
480,
3
]
},
"observation.images.seg_instance_id.head": {
"type": "VISUAL",
"shape": [
720,
720,
3
]
},
"observation.cam_rel_poses": {
"type": "STATE",
"shape": [
21
]
},
"observation.state": {
"type": "STATE",
"shape": [
256
]
},
"observation.task_info": {
"type": "STATE",
"shape": [
46
]
},
"action": {
"type": "ACTION",
"shape": [
23
]
}
},
"norm_map": {
"VISUAL": "MEAN_STD",
"STATE": "MEAN_STD",
"ACTION": "MEAN_STD"
}
},
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
}
]
}