Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"device": "cuda",
|
| 34 |
"use_amp": false,
|
| 35 |
"chunk_size": 100,
|
| 36 |
-
"n_action_steps":
|
| 37 |
"vision_backbone": "resnet18",
|
| 38 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 39 |
"replace_final_stride_with_dilation": false,
|
|
@@ -47,7 +47,7 @@
|
|
| 47 |
"use_vae": true,
|
| 48 |
"latent_dim": 32,
|
| 49 |
"n_vae_encoder_layers": 4,
|
| 50 |
-
"temporal_ensemble_coeff":
|
| 51 |
"dropout": 0.1,
|
| 52 |
"kl_weight": 10.0,
|
| 53 |
"optimizer_lr": 1e-05,
|
|
|
|
| 33 |
"device": "cuda",
|
| 34 |
"use_amp": false,
|
| 35 |
"chunk_size": 100,
|
| 36 |
+
"n_action_steps": 50,
|
| 37 |
"vision_backbone": "resnet18",
|
| 38 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 39 |
"replace_final_stride_with_dilation": false,
|
|
|
|
| 47 |
"use_vae": true,
|
| 48 |
"latent_dim": 32,
|
| 49 |
"n_vae_encoder_layers": 4,
|
| 50 |
+
"temporal_ensemble_coeff": null,
|
| 51 |
"dropout": 0.1,
|
| 52 |
"kl_weight": 10.0,
|
| 53 |
"optimizer_lr": 1e-05,
|