Upload folder using huggingface_hub
Browse files- config.json +1 -1
- config.yaml +1 -1
config.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
| 37 |
"use_vae": true,
|
| 38 |
"latent_dim": 32,
|
| 39 |
"n_vae_encoder_layers": 4,
|
| 40 |
-
"
|
| 41 |
"dropout": 0.1,
|
| 42 |
"kl_weight": 10.0
|
| 43 |
}
|
|
|
|
| 37 |
"use_vae": true,
|
| 38 |
"latent_dim": 32,
|
| 39 |
"n_vae_encoder_layers": 4,
|
| 40 |
+
"temporal_ensemble_coeff": null,
|
| 41 |
"dropout": 0.1,
|
| 42 |
"kl_weight": 10.0
|
| 43 |
}
|
config.yaml
CHANGED
|
@@ -182,6 +182,6 @@ policy:
|
|
| 182 |
use_vae: true
|
| 183 |
latent_dim: 32
|
| 184 |
n_vae_encoder_layers: 4
|
| 185 |
-
|
| 186 |
dropout: 0.1
|
| 187 |
kl_weight: 10.0
|
|
|
|
| 182 |
use_vae: true
|
| 183 |
latent_dim: 32
|
| 184 |
n_vae_encoder_layers: 4
|
| 185 |
+
temporal_ensemble_coeff: null
|
| 186 |
dropout: 0.1
|
| 187 |
kl_weight: 10.0
|