Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -62,7 +62,7 @@
|
|
| 62 |
"tags": null,
|
| 63 |
"license": null,
|
| 64 |
"chunk_size": 100,
|
| 65 |
-
"n_action_steps":
|
| 66 |
"vision_backbone": "resnet18",
|
| 67 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 68 |
"replace_final_stride_with_dilation": false,
|
|
@@ -76,7 +76,7 @@
|
|
| 76 |
"use_vae": true,
|
| 77 |
"latent_dim": 32,
|
| 78 |
"n_vae_encoder_layers": 4,
|
| 79 |
-
"temporal_ensemble_coeff":
|
| 80 |
"dropout": 0.1,
|
| 81 |
"kl_weight": 10.0,
|
| 82 |
"optimizer_lr": 1e-05,
|
|
|
|
| 62 |
"tags": null,
|
| 63 |
"license": null,
|
| 64 |
"chunk_size": 100,
|
| 65 |
+
"n_action_steps": 1,
|
| 66 |
"vision_backbone": "resnet18",
|
| 67 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 68 |
"replace_final_stride_with_dilation": false,
|
|
|
|
| 76 |
"use_vae": true,
|
| 77 |
"latent_dim": 32,
|
| 78 |
"n_vae_encoder_layers": 4,
|
| 79 |
+
"temporal_ensemble_coeff": 0.01,
|
| 80 |
"dropout": 0.1,
|
| 81 |
"kl_weight": 10.0,
|
| 82 |
"optimizer_lr": 1e-05,
|