{ | |
"type": "flow_matching", | |
"n_obs_steps": 2, | |
"normalization_mapping": { | |
"VISUAL": "MEAN_STD", | |
"STATE": "MIN_MAX", | |
"ACTION": "MIN_MAX" | |
}, | |
"input_features": { | |
"observation.state": { | |
"type": "STATE", | |
"shape": [ | |
16 | |
] | |
}, | |
"observation.images.head_camera": { | |
"type": "VISUAL", | |
"shape": [ | |
3, | |
224, | |
224 | |
] | |
} | |
}, | |
"output_features": { | |
"action": { | |
"type": "ACTION", | |
"shape": [ | |
16 | |
] | |
} | |
}, | |
"device": "cuda", | |
"use_amp": false, | |
"push_to_hub": true, | |
"repo_id": null, | |
"private": null, | |
"tags": null, | |
"license": null, | |
"horizon": 16, | |
"n_action_steps": 8, | |
"drop_n_last_frames": 7, | |
"vision_backbone": "resnet18", | |
"crop_shape": null, | |
"crop_is_random": true, | |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", | |
"use_group_norm": true, | |
"spatial_softmax_num_keypoints": 32, | |
"use_separate_rgb_encoder_per_camera": false, | |
"backbone_lr": 3e-05, | |
"num_inference_steps": 10, | |
"do_mask_loss_for_padding": false, | |
"optimizer_lr": 0.0003, | |
"optimizer_betas": [ | |
0.95, | |
0.999 | |
], | |
"optimizer_eps": 1e-08, | |
"optimizer_weight_decay": 1e-06, | |
"scheduler_name": "cosine", | |
"scheduler_warmup_steps": 500 | |
} |