alexandersoare
commited on
Commit
•
708c08e
1
Parent(s):
2c4e68f
Upload folder using huggingface_hub
Browse files- config.json +22 -22
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
{
|
2 |
-
"n_obs_steps": 1,
|
3 |
"chunk_size": 100,
|
4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"input_shapes": {
|
6 |
"observation.images.top": [
|
7 |
3,
|
@@ -12,32 +18,26 @@
|
|
12 |
14
|
13 |
]
|
14 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"output_shapes": {
|
16 |
"action": [
|
17 |
14
|
18 |
]
|
19 |
},
|
20 |
-
"
|
21 |
-
"observation.images.top": "mean_std",
|
22 |
-
"observation.state": "mean_std"
|
23 |
-
},
|
24 |
-
"output_normalization_modes": {
|
25 |
-
"action": "mean_std"
|
26 |
-
},
|
27 |
-
"vision_backbone": "resnet18",
|
28 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
29 |
"replace_final_stride_with_dilation": false,
|
30 |
-
"pre_norm": false,
|
31 |
-
"dim_model": 512,
|
32 |
-
"n_heads": 8,
|
33 |
-
"dim_feedforward": 3200,
|
34 |
-
"feedforward_activation": "relu",
|
35 |
-
"n_encoder_layers": 4,
|
36 |
-
"n_decoder_layers": 1,
|
37 |
-
"use_vae": true,
|
38 |
-
"latent_dim": 32,
|
39 |
-
"n_vae_encoder_layers": 4,
|
40 |
"temporal_ensemble_coeff": null,
|
41 |
-
"
|
42 |
-
"
|
43 |
}
|
|
|
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.top": "mean_std",
|
9 |
+
"observation.state": "mean_std"
|
10 |
+
},
|
11 |
"input_shapes": {
|
12 |
"observation.images.top": [
|
13 |
3,
|
|
|
18 |
14
|
19 |
]
|
20 |
},
|
21 |
+
"kl_weight": 10.0,
|
22 |
+
"latent_dim": 32,
|
23 |
+
"n_action_steps": 100,
|
24 |
+
"n_decoder_layers": 1,
|
25 |
+
"n_encoder_layers": 4,
|
26 |
+
"n_heads": 8,
|
27 |
+
"n_obs_steps": 1,
|
28 |
+
"n_vae_encoder_layers": 4,
|
29 |
+
"output_normalization_modes": {
|
30 |
+
"action": "mean_std"
|
31 |
+
},
|
32 |
"output_shapes": {
|
33 |
"action": [
|
34 |
14
|
35 |
]
|
36 |
},
|
37 |
+
"pre_norm": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
39 |
"replace_final_stride_with_dilation": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
"temporal_ensemble_coeff": null,
|
41 |
+
"use_vae": true,
|
42 |
+
"vision_backbone": "resnet18"
|
43 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a39f5bec52e202dde5fa5639e2819d2ae5935436cfbafdd5fa6015880c01a02
|
3 |
+
size 206766560
|