Upload folder using huggingface_hub
Browse files- config.json +3 -4
- model.safetensors +2 -2
- train_config.json +5 -4
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"type": "act",
|
3 |
"n_obs_steps": 1,
|
4 |
"normalization_mapping": {
|
5 |
"VISUAL": "MEAN_STD",
|
@@ -56,8 +55,8 @@
|
|
56 |
},
|
57 |
"device": "cuda",
|
58 |
"use_amp": false,
|
59 |
-
"chunk_size":
|
60 |
-
"n_action_steps":
|
61 |
"vision_backbone": "resnet18",
|
62 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
63 |
"replace_final_stride_with_dilation": false,
|
@@ -71,7 +70,7 @@
|
|
71 |
"use_vae": true,
|
72 |
"latent_dim": 32,
|
73 |
"n_vae_encoder_layers": 4,
|
74 |
-
"temporal_ensemble_coeff":
|
75 |
"dropout": 0.1,
|
76 |
"kl_weight": 10.0,
|
77 |
"optimizer_lr": 1e-05,
|
|
|
1 |
{
|
|
|
2 |
"n_obs_steps": 1,
|
3 |
"normalization_mapping": {
|
4 |
"VISUAL": "MEAN_STD",
|
|
|
55 |
},
|
56 |
"device": "cuda",
|
57 |
"use_amp": false,
|
58 |
+
"chunk_size": 300,
|
59 |
+
"n_action_steps": 1,
|
60 |
"vision_backbone": "resnet18",
|
61 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
62 |
"replace_final_stride_with_dilation": false,
|
|
|
70 |
"use_vae": true,
|
71 |
"latent_dim": 32,
|
72 |
"n_vae_encoder_layers": 4,
|
73 |
+
"temporal_ensemble_coeff": 0.01,
|
74 |
"dropout": 0.1,
|
75 |
"kl_weight": 10.0,
|
76 |
"optimizer_lr": 1e-05,
|
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:d0e99136c7e35aac27ae1233eb041d3963aa91b394072c03298edcafa4e2f4c2
|
3 |
+
size 207586632
|
train_config.json
CHANGED
@@ -123,8 +123,8 @@
|
|
123 |
},
|
124 |
"device": "cuda",
|
125 |
"use_amp": false,
|
126 |
-
"chunk_size":
|
127 |
-
"n_action_steps":
|
128 |
"vision_backbone": "resnet18",
|
129 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
130 |
"replace_final_stride_with_dilation": false,
|
@@ -138,7 +138,7 @@
|
|
138 |
"use_vae": true,
|
139 |
"latent_dim": 32,
|
140 |
"n_vae_encoder_layers": 4,
|
141 |
-
"temporal_ensemble_coeff":
|
142 |
"dropout": 0.1,
|
143 |
"kl_weight": 10.0,
|
144 |
"optimizer_lr": 1e-05,
|
@@ -180,6 +180,7 @@
|
|
180 |
"project": "lerobot",
|
181 |
"entity": null,
|
182 |
"notes": null,
|
183 |
-
"run_id": null
|
|
|
184 |
}
|
185 |
}
|
|
|
123 |
},
|
124 |
"device": "cuda",
|
125 |
"use_amp": false,
|
126 |
+
"chunk_size": 300,
|
127 |
+
"n_action_steps": 1,
|
128 |
"vision_backbone": "resnet18",
|
129 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
130 |
"replace_final_stride_with_dilation": false,
|
|
|
138 |
"use_vae": true,
|
139 |
"latent_dim": 32,
|
140 |
"n_vae_encoder_layers": 4,
|
141 |
+
"temporal_ensemble_coeff": 0.01,
|
142 |
"dropout": 0.1,
|
143 |
"kl_weight": 10.0,
|
144 |
"optimizer_lr": 1e-05,
|
|
|
180 |
"project": "lerobot",
|
181 |
"entity": null,
|
182 |
"notes": null,
|
183 |
+
"run_id": null,
|
184 |
+
"mode": null
|
185 |
}
|
186 |
}
|