Upload folder using huggingface_hub
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"type": "
|
| 3 |
"n_obs_steps": 2,
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
|
@@ -35,30 +35,42 @@
|
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": false,
|
|
|
|
| 38 |
"push_to_hub": true,
|
| 39 |
-
"repo_id":
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
"pretrained_path": null,
|
| 44 |
-
"horizon":
|
| 45 |
"n_action_steps": 8,
|
| 46 |
"normalization_mapping": {
|
| 47 |
-
"
|
| 48 |
"STATE": "IDENTITY",
|
| 49 |
-
"
|
| 50 |
},
|
| 51 |
-
"drop_n_last_frames": 7,
|
| 52 |
"vision_backbone": "resnet18",
|
| 53 |
-
"crop_shape": [
|
| 54 |
-
84,
|
| 55 |
-
84
|
| 56 |
-
],
|
| 57 |
-
"crop_is_random": true,
|
| 58 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 59 |
-
"
|
| 60 |
-
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
"down_dims": [
|
| 63 |
512,
|
| 64 |
1024,
|
|
@@ -66,18 +78,7 @@
|
|
| 66 |
],
|
| 67 |
"kernel_size": 5,
|
| 68 |
"n_groups": 8,
|
| 69 |
-
"diffusion_step_embed_dim": 128,
|
| 70 |
"use_film_scale_modulation": true,
|
| 71 |
-
"noise_scheduler_type": "DDPM",
|
| 72 |
-
"num_train_timesteps": 100,
|
| 73 |
-
"beta_schedule": "squaredcos_cap_v2",
|
| 74 |
-
"beta_start": 0.0001,
|
| 75 |
-
"beta_end": 0.02,
|
| 76 |
-
"prediction_type": "epsilon",
|
| 77 |
-
"clip_sample": true,
|
| 78 |
-
"clip_sample_range": 1.0,
|
| 79 |
-
"num_inference_steps": null,
|
| 80 |
-
"do_mask_loss_for_padding": false,
|
| 81 |
"optimizer_lr": 0.0001,
|
| 82 |
"optimizer_betas": [
|
| 83 |
0.95,
|
|
|
|
| 1 |
{
|
| 2 |
+
"type": "transformer_diffusion",
|
| 3 |
"n_obs_steps": 2,
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
|
|
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": false,
|
| 38 |
+
"use_peft": false,
|
| 39 |
"push_to_hub": true,
|
| 40 |
+
"repo_id": null,
|
| 41 |
"private": null,
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
"pretrained_path": null,
|
| 45 |
+
"horizon": 16,
|
| 46 |
"n_action_steps": 8,
|
| 47 |
"normalization_mapping": {
|
| 48 |
+
"VISUAL": "IDENTITY",
|
| 49 |
"STATE": "IDENTITY",
|
| 50 |
+
"ACTION": "IDENTITY"
|
| 51 |
},
|
|
|
|
| 52 |
"vision_backbone": "resnet18",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 54 |
+
"input_image_size": [
|
| 55 |
+
320,
|
| 56 |
+
320
|
| 57 |
+
],
|
| 58 |
+
"state_dim": 7,
|
| 59 |
+
"action_dim": 7,
|
| 60 |
+
"joint_weights": [
|
| 61 |
+
1.0,
|
| 62 |
+
1.0,
|
| 63 |
+
1.0,
|
| 64 |
+
0.0,
|
| 65 |
+
1.0,
|
| 66 |
+
1.0,
|
| 67 |
+
1.0
|
| 68 |
+
],
|
| 69 |
+
"d_model": 512,
|
| 70 |
+
"nhead": 8,
|
| 71 |
+
"num_encoder_layers": 4,
|
| 72 |
+
"dim_feedforward": 512,
|
| 73 |
+
"diffusion_step_embed_dim": 256,
|
| 74 |
"down_dims": [
|
| 75 |
512,
|
| 76 |
1024,
|
|
|
|
| 78 |
],
|
| 79 |
"kernel_size": 5,
|
| 80 |
"n_groups": 8,
|
|
|
|
| 81 |
"use_film_scale_modulation": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
"optimizer_lr": 0.0001,
|
| 83 |
"optimizer_betas": [
|
| 84 |
0.95,
|
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:87cc8b667b825a9517b27b6195218c6bcc24c54ac2afcc9a2391a22b34b39d20
|
| 3 |
+
size 1188798492
|
policy_postprocessor.json
CHANGED
|
@@ -14,9 +14,9 @@
|
|
| 14 |
}
|
| 15 |
},
|
| 16 |
"norm_map": {
|
| 17 |
-
"
|
| 18 |
"STATE": "IDENTITY",
|
| 19 |
-
"
|
| 20 |
}
|
| 21 |
},
|
| 22 |
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
|
|
|
|
| 14 |
}
|
| 15 |
},
|
| 16 |
"norm_map": {
|
| 17 |
+
"VISUAL": "IDENTITY",
|
| 18 |
"STATE": "IDENTITY",
|
| 19 |
+
"ACTION": "IDENTITY"
|
| 20 |
}
|
| 21 |
},
|
| 22 |
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
|
policy_postprocessor_step_0_unnormalizer_processor.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4000
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:804d75bd36b22c7e8d016905f2577dd04ac939dbad6a75f7965d9654e218a1ab
|
| 3 |
size 4000
|
policy_preprocessor.json
CHANGED
|
@@ -53,9 +53,9 @@
|
|
| 53 |
}
|
| 54 |
},
|
| 55 |
"norm_map": {
|
| 56 |
-
"
|
| 57 |
"STATE": "IDENTITY",
|
| 58 |
-
"
|
| 59 |
}
|
| 60 |
},
|
| 61 |
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
|
|
|
| 53 |
}
|
| 54 |
},
|
| 55 |
"norm_map": {
|
| 56 |
+
"VISUAL": "IDENTITY",
|
| 57 |
"STATE": "IDENTITY",
|
| 58 |
+
"ACTION": "IDENTITY"
|
| 59 |
}
|
| 60 |
},
|
| 61 |
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
policy_preprocessor_step_3_normalizer_processor.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4000
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:804d75bd36b22c7e8d016905f2577dd04ac939dbad6a75f7965d9654e218a1ab
|
| 3 |
size 4000
|