Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +8 -6
- model.safetensors +2 -2
- train_config.json +12 -10
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
- diffusion
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- diffusion
|
| 9 |
- lerobot
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"type": "diffusion",
|
| 3 |
"n_obs_steps": 1,
|
| 4 |
"normalization_mapping": {
|
| 5 |
-
"VISUAL": "
|
| 6 |
"STATE": "MIN_MAX",
|
| 7 |
"ACTION": "MIN_MAX"
|
| 8 |
},
|
|
@@ -39,20 +39,22 @@
|
|
| 39 |
"license": null,
|
| 40 |
"horizon": 64,
|
| 41 |
"n_action_steps": 32,
|
|
|
|
|
|
|
|
|
|
| 42 |
"drop_n_last_frames": 7,
|
| 43 |
"vision_backbone": "resnet18",
|
| 44 |
-
"crop_shape":
|
| 45 |
-
224,
|
| 46 |
-
224
|
| 47 |
-
],
|
| 48 |
"crop_is_random": true,
|
| 49 |
"pretrained_backbone_weights": null,
|
| 50 |
"use_group_norm": true,
|
| 51 |
"spatial_softmax_num_keypoints": 32,
|
| 52 |
-
"use_separate_rgb_encoder_per_camera":
|
| 53 |
"use_depth_as_channel": true,
|
| 54 |
"use_depth_only": true,
|
| 55 |
"rgbd_pretrained_backbone_weights": null,
|
|
|
|
|
|
|
| 56 |
"down_dims": [
|
| 57 |
512,
|
| 58 |
1024,
|
|
|
|
| 2 |
"type": "diffusion",
|
| 3 |
"n_obs_steps": 1,
|
| 4 |
"normalization_mapping": {
|
| 5 |
+
"VISUAL": "IDENTITY",
|
| 6 |
"STATE": "MIN_MAX",
|
| 7 |
"ACTION": "MIN_MAX"
|
| 8 |
},
|
|
|
|
| 39 |
"license": null,
|
| 40 |
"horizon": 64,
|
| 41 |
"n_action_steps": 32,
|
| 42 |
+
"per_feature_normalization_overrides": {
|
| 43 |
+
"observation.images.depth": "MEAN_STD"
|
| 44 |
+
},
|
| 45 |
"drop_n_last_frames": 7,
|
| 46 |
"vision_backbone": "resnet18",
|
| 47 |
+
"crop_shape": null,
|
|
|
|
|
|
|
|
|
|
| 48 |
"crop_is_random": true,
|
| 49 |
"pretrained_backbone_weights": null,
|
| 50 |
"use_group_norm": true,
|
| 51 |
"spatial_softmax_num_keypoints": 32,
|
| 52 |
+
"use_separate_rgb_encoder_per_camera": false,
|
| 53 |
"use_depth_as_channel": true,
|
| 54 |
"use_depth_only": true,
|
| 55 |
"rgbd_pretrained_backbone_weights": null,
|
| 56 |
+
"norm_rgb": false,
|
| 57 |
+
"norm_depth": false,
|
| 58 |
"down_dims": [
|
| 59 |
512,
|
| 60 |
1024,
|
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:a90a629fa734a04113be09559fef54be1487c454bc251b5b3202675e42f50183
|
| 3 |
+
size 1046065348
|
train_config.json
CHANGED
|
@@ -69,7 +69,7 @@
|
|
| 69 |
"type": "diffusion",
|
| 70 |
"n_obs_steps": 1,
|
| 71 |
"normalization_mapping": {
|
| 72 |
-
"VISUAL": "
|
| 73 |
"STATE": "MIN_MAX",
|
| 74 |
"ACTION": "MIN_MAX"
|
| 75 |
},
|
|
@@ -106,20 +106,22 @@
|
|
| 106 |
"license": null,
|
| 107 |
"horizon": 64,
|
| 108 |
"n_action_steps": 32,
|
|
|
|
|
|
|
|
|
|
| 109 |
"drop_n_last_frames": 7,
|
| 110 |
"vision_backbone": "resnet18",
|
| 111 |
-
"crop_shape":
|
| 112 |
-
224,
|
| 113 |
-
224
|
| 114 |
-
],
|
| 115 |
"crop_is_random": true,
|
| 116 |
"pretrained_backbone_weights": null,
|
| 117 |
"use_group_norm": true,
|
| 118 |
"spatial_softmax_num_keypoints": 32,
|
| 119 |
-
"use_separate_rgb_encoder_per_camera":
|
| 120 |
"use_depth_as_channel": true,
|
| 121 |
"use_depth_only": true,
|
| 122 |
"rgbd_pretrained_backbone_weights": null,
|
|
|
|
|
|
|
| 123 |
"down_dims": [
|
| 124 |
512,
|
| 125 |
1024,
|
|
@@ -149,7 +151,7 @@
|
|
| 149 |
"scheduler_name": "cosine",
|
| 150 |
"scheduler_warmup_steps": 500
|
| 151 |
},
|
| 152 |
-
"output_dir": "outputs/train/2025-10-
|
| 153 |
"job_name": "diffusion",
|
| 154 |
"resume": false,
|
| 155 |
"seed": 1000,
|
|
@@ -184,11 +186,11 @@
|
|
| 184 |
},
|
| 185 |
"wandb": {
|
| 186 |
"enable": true,
|
| 187 |
-
"disable_artifact":
|
| 188 |
-
"project": "
|
| 189 |
"entity": null,
|
| 190 |
"notes": null,
|
| 191 |
-
"run_id": "
|
| 192 |
"mode": null
|
| 193 |
}
|
| 194 |
}
|
|
|
|
| 69 |
"type": "diffusion",
|
| 70 |
"n_obs_steps": 1,
|
| 71 |
"normalization_mapping": {
|
| 72 |
+
"VISUAL": "IDENTITY",
|
| 73 |
"STATE": "MIN_MAX",
|
| 74 |
"ACTION": "MIN_MAX"
|
| 75 |
},
|
|
|
|
| 106 |
"license": null,
|
| 107 |
"horizon": 64,
|
| 108 |
"n_action_steps": 32,
|
| 109 |
+
"per_feature_normalization_overrides": {
|
| 110 |
+
"observation.images.depth": "MEAN_STD"
|
| 111 |
+
},
|
| 112 |
"drop_n_last_frames": 7,
|
| 113 |
"vision_backbone": "resnet18",
|
| 114 |
+
"crop_shape": null,
|
|
|
|
|
|
|
|
|
|
| 115 |
"crop_is_random": true,
|
| 116 |
"pretrained_backbone_weights": null,
|
| 117 |
"use_group_norm": true,
|
| 118 |
"spatial_softmax_num_keypoints": 32,
|
| 119 |
+
"use_separate_rgb_encoder_per_camera": false,
|
| 120 |
"use_depth_as_channel": true,
|
| 121 |
"use_depth_only": true,
|
| 122 |
"rgbd_pretrained_backbone_weights": null,
|
| 123 |
+
"norm_rgb": false,
|
| 124 |
+
"norm_depth": false,
|
| 125 |
"down_dims": [
|
| 126 |
512,
|
| 127 |
1024,
|
|
|
|
| 151 |
"scheduler_name": "cosine",
|
| 152 |
"scheduler_warmup_steps": 500
|
| 153 |
},
|
| 154 |
+
"output_dir": "outputs/train/2025-10-16/16-49-40_diffusion",
|
| 155 |
"job_name": "diffusion",
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|
|
|
|
| 186 |
},
|
| 187 |
"wandb": {
|
| 188 |
"enable": true,
|
| 189 |
+
"disable_artifact": true,
|
| 190 |
+
"project": "digit3a_rgbd",
|
| 191 |
"entity": null,
|
| 192 |
"notes": null,
|
| 193 |
+
"run_id": "egik8o1l",
|
| 194 |
"mode": null
|
| 195 |
}
|
| 196 |
}
|