Robotics
LeRobot
Safetensors
cnn
reward_classifier
reward-model
so100_cube_rectangle_day_reward_classifier / classifier_preprocessor.json
alexis779's picture
Upload DataProcessorPipeline
45c7084 verified
Raw
History Blame Contribute Delete
1.11 kB
{
"name": "classifier_preprocessor",
"steps": [
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"observation.images.side": {
"type": "VISUAL",
"shape": [
3,
128,
128
]
},
"observation.images.wrist": {
"type": "VISUAL",
"shape": [
3,
128,
128
]
}
},
"norm_map": {
"VISUAL": "MEAN_STD"
}
},
"state_file": "classifier_preprocessor_step_0_normalizer_processor.safetensors"
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-08,
"features": {},
"norm_map": {
"VISUAL": "MEAN_STD"
}
},
"state_file": "classifier_preprocessor_step_1_normalizer_processor.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
}
]
}