Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +6 -6
- model.safetensors +2 -2
- train_config.json +11 -11
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
datasets: leledeyuan/pusht
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- diffusion
|
| 9 |
-
- robotics
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: leledeyuan/pusht-revise
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 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
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"observation.state": {
|
| 11 |
"type": "STATE",
|
| 12 |
"shape": [
|
| 13 |
-
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"observation.images.front": {
|
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"action": {
|
| 35 |
"type": "ACTION",
|
| 36 |
"shape": [
|
| 37 |
-
|
| 38 |
]
|
| 39 |
}
|
| 40 |
},
|
|
@@ -47,11 +47,11 @@
|
|
| 47 |
"license": null,
|
| 48 |
"horizon": 16,
|
| 49 |
"n_action_steps": 8,
|
| 50 |
-
"drop_n_last_frames":
|
| 51 |
"vision_backbone": "resnet18",
|
| 52 |
"crop_shape": [
|
| 53 |
-
|
| 54 |
-
|
| 55 |
],
|
| 56 |
"crop_is_random": true,
|
| 57 |
"pretrained_backbone_weights": null,
|
|
@@ -65,7 +65,7 @@
|
|
| 65 |
],
|
| 66 |
"kernel_size": 5,
|
| 67 |
"n_groups": 8,
|
| 68 |
-
"diffusion_step_embed_dim":
|
| 69 |
"use_film_scale_modulation": true,
|
| 70 |
"noise_scheduler_type": "DDPM",
|
| 71 |
"num_train_timesteps": 100,
|
|
|
|
| 10 |
"observation.state": {
|
| 11 |
"type": "STATE",
|
| 12 |
"shape": [
|
| 13 |
+
2
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"observation.images.front": {
|
|
|
|
| 34 |
"action": {
|
| 35 |
"type": "ACTION",
|
| 36 |
"shape": [
|
| 37 |
+
2
|
| 38 |
]
|
| 39 |
}
|
| 40 |
},
|
|
|
|
| 47 |
"license": null,
|
| 48 |
"horizon": 16,
|
| 49 |
"n_action_steps": 8,
|
| 50 |
+
"drop_n_last_frames": 0,
|
| 51 |
"vision_backbone": "resnet18",
|
| 52 |
"crop_shape": [
|
| 53 |
+
360,
|
| 54 |
+
480
|
| 55 |
],
|
| 56 |
"crop_is_random": true,
|
| 57 |
"pretrained_backbone_weights": null,
|
|
|
|
| 65 |
],
|
| 66 |
"kernel_size": 5,
|
| 67 |
"n_groups": 8,
|
| 68 |
+
"diffusion_step_embed_dim": 768,
|
| 69 |
"use_film_scale_modulation": true,
|
| 70 |
"noise_scheduler_type": "DDPM",
|
| 71 |
"num_train_timesteps": 100,
|
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:a75fe3b64e16e03348a3203a0c0368b9736dee3ee171d06ee732f2cf8fba240f
|
| 3 |
+
size 1157307392
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "leledeyuan/pusht",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -114,7 +114,7 @@
|
|
| 114 |
"observation.state": {
|
| 115 |
"type": "STATE",
|
| 116 |
"shape": [
|
| 117 |
-
|
| 118 |
]
|
| 119 |
},
|
| 120 |
"observation.images.front": {
|
|
@@ -138,7 +138,7 @@
|
|
| 138 |
"action": {
|
| 139 |
"type": "ACTION",
|
| 140 |
"shape": [
|
| 141 |
-
|
| 142 |
]
|
| 143 |
}
|
| 144 |
},
|
|
@@ -151,11 +151,11 @@
|
|
| 151 |
"license": null,
|
| 152 |
"horizon": 16,
|
| 153 |
"n_action_steps": 8,
|
| 154 |
-
"drop_n_last_frames":
|
| 155 |
"vision_backbone": "resnet18",
|
| 156 |
"crop_shape": [
|
| 157 |
-
|
| 158 |
-
|
| 159 |
],
|
| 160 |
"crop_is_random": true,
|
| 161 |
"pretrained_backbone_weights": null,
|
|
@@ -169,7 +169,7 @@
|
|
| 169 |
],
|
| 170 |
"kernel_size": 5,
|
| 171 |
"n_groups": 8,
|
| 172 |
-
"diffusion_step_embed_dim":
|
| 173 |
"use_film_scale_modulation": true,
|
| 174 |
"noise_scheduler_type": "DDPM",
|
| 175 |
"num_train_timesteps": 100,
|
|
@@ -191,13 +191,13 @@
|
|
| 191 |
"scheduler_name": "cosine",
|
| 192 |
"scheduler_warmup_steps": 500
|
| 193 |
},
|
| 194 |
-
"output_dir": "outputs/train/2025-09-
|
| 195 |
"job_name": "pusht_diffusion",
|
| 196 |
"resume": false,
|
| 197 |
"seed": 1000,
|
| 198 |
"num_workers": 4,
|
| 199 |
-
"batch_size":
|
| 200 |
-
"steps":
|
| 201 |
"eval_freq": 0,
|
| 202 |
"log_freq": 200,
|
| 203 |
"save_checkpoint": true,
|
|
@@ -230,7 +230,7 @@
|
|
| 230 |
"project": "lerobot",
|
| 231 |
"entity": null,
|
| 232 |
"notes": null,
|
| 233 |
-
"run_id": "
|
| 234 |
"mode": null
|
| 235 |
}
|
| 236 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "leledeyuan/pusht-revise",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 114 |
"observation.state": {
|
| 115 |
"type": "STATE",
|
| 116 |
"shape": [
|
| 117 |
+
2
|
| 118 |
]
|
| 119 |
},
|
| 120 |
"observation.images.front": {
|
|
|
|
| 138 |
"action": {
|
| 139 |
"type": "ACTION",
|
| 140 |
"shape": [
|
| 141 |
+
2
|
| 142 |
]
|
| 143 |
}
|
| 144 |
},
|
|
|
|
| 151 |
"license": null,
|
| 152 |
"horizon": 16,
|
| 153 |
"n_action_steps": 8,
|
| 154 |
+
"drop_n_last_frames": 0,
|
| 155 |
"vision_backbone": "resnet18",
|
| 156 |
"crop_shape": [
|
| 157 |
+
360,
|
| 158 |
+
480
|
| 159 |
],
|
| 160 |
"crop_is_random": true,
|
| 161 |
"pretrained_backbone_weights": null,
|
|
|
|
| 169 |
],
|
| 170 |
"kernel_size": 5,
|
| 171 |
"n_groups": 8,
|
| 172 |
+
"diffusion_step_embed_dim": 768,
|
| 173 |
"use_film_scale_modulation": true,
|
| 174 |
"noise_scheduler_type": "DDPM",
|
| 175 |
"num_train_timesteps": 100,
|
|
|
|
| 191 |
"scheduler_name": "cosine",
|
| 192 |
"scheduler_warmup_steps": 500
|
| 193 |
},
|
| 194 |
+
"output_dir": "outputs/train/2025-09-23/16-14-13_pusht_diffusion",
|
| 195 |
"job_name": "pusht_diffusion",
|
| 196 |
"resume": false,
|
| 197 |
"seed": 1000,
|
| 198 |
"num_workers": 4,
|
| 199 |
+
"batch_size": 16,
|
| 200 |
+
"steps": 200000,
|
| 201 |
"eval_freq": 0,
|
| 202 |
"log_freq": 200,
|
| 203 |
"save_checkpoint": true,
|
|
|
|
| 230 |
"project": "lerobot",
|
| 231 |
"entity": null,
|
| 232 |
"notes": null,
|
| 233 |
+
"run_id": "j8c7fm2o",
|
| 234 |
"mode": null
|
| 235 |
}
|
| 236 |
}
|