Delete config.json
Browse files- config.json +0 -55
config.json
DELETED
|
@@ -1,55 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"chunk_size": 100,
|
| 3 |
-
"dim_feedforward": 3200,
|
| 4 |
-
"dim_model": 512,
|
| 5 |
-
"dropout": 0.1,
|
| 6 |
-
"feedforward_activation": "relu",
|
| 7 |
-
"input_normalization_modes": {
|
| 8 |
-
"observation.images.main.left": "mean_std",
|
| 9 |
-
"observation.images.main.right": "mean_std",
|
| 10 |
-
"observation.images.secondary_0": "mean_std",
|
| 11 |
-
"observation.state": "mean_std"
|
| 12 |
-
},
|
| 13 |
-
"input_shapes": {
|
| 14 |
-
"observation.images.main.left": [
|
| 15 |
-
3,
|
| 16 |
-
224,
|
| 17 |
-
224
|
| 18 |
-
],
|
| 19 |
-
"observation.images.main.right": [
|
| 20 |
-
3,
|
| 21 |
-
224,
|
| 22 |
-
224
|
| 23 |
-
],
|
| 24 |
-
"observation.images.secondary_0": [
|
| 25 |
-
3,
|
| 26 |
-
224,
|
| 27 |
-
224
|
| 28 |
-
],
|
| 29 |
-
"observation.state": [
|
| 30 |
-
6
|
| 31 |
-
]
|
| 32 |
-
},
|
| 33 |
-
"kl_weight": 10.0,
|
| 34 |
-
"latent_dim": 32,
|
| 35 |
-
"n_action_steps": 100,
|
| 36 |
-
"n_decoder_layers": 1,
|
| 37 |
-
"n_encoder_layers": 4,
|
| 38 |
-
"n_heads": 8,
|
| 39 |
-
"n_obs_steps": 1,
|
| 40 |
-
"n_vae_encoder_layers": 4,
|
| 41 |
-
"output_normalization_modes": {
|
| 42 |
-
"action": "mean_std"
|
| 43 |
-
},
|
| 44 |
-
"output_shapes": {
|
| 45 |
-
"action": [
|
| 46 |
-
6
|
| 47 |
-
]
|
| 48 |
-
},
|
| 49 |
-
"pre_norm": false,
|
| 50 |
-
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 51 |
-
"replace_final_stride_with_dilation": false,
|
| 52 |
-
"temporal_ensemble_coeff": null,
|
| 53 |
-
"use_vae": true,
|
| 54 |
-
"vision_backbone": "resnet18"
|
| 55 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|