{ | |
"action_chunk_size": 2, | |
"bet_softmax_temperature": 0.1, | |
"crop_is_random": true, | |
"crop_shape": [ | |
84, | |
84 | |
], | |
"dropout": 0.1, | |
"gpt_block_size": 500, | |
"gpt_hidden_dim": 256, | |
"gpt_input_dim": 128, | |
"gpt_n_head": 4, | |
"gpt_n_layer": 4, | |
"gpt_output_dim": 128, | |
"input_normalization_modes": { | |
"observation.state": "min_max" | |
}, | |
"input_shapes": { | |
"observation.state": [ | |
4 | |
] | |
}, | |
"mlp_hidden_dim": 128, | |
"n_action_pred_token": 3, | |
"n_obs_steps": 2, | |
"n_vqvae_training_steps": 20000, | |
"offset_loss_weight": 100.0, | |
"output_normalization_modes": { | |
"action": "min_max" | |
}, | |
"output_shapes": { | |
"action": [ | |
2 | |
] | |
}, | |
"pretrained_backbone_weights": null, | |
"primary_code_loss_weight": 5.0, | |
"resize_shape": null, | |
"secondary_code_loss_weight": 0.5, | |
"sequentially_select": true, | |
"spatial_softmax_num_keypoints": 32, | |
"use_group_norm": true, | |
"use_spatial_softmax": false, | |
"vision_backbone": "resnet18", | |
"vqvae_embedding_dim": 32, | |
"vqvae_enc_hidden_dim": 64, | |
"vqvae_n_embed": 8 | |
} |