Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +4 -4
- model.safetensors +2 -2
- train_config.json +8 -8
README.md
CHANGED
|
@@ -5,9 +5,9 @@ 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
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- robotics
|
| 9 |
- lerobot
|
| 10 |
+
- diffusion
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"type": "diffusion",
|
| 3 |
-
"n_obs_steps":
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
@@ -41,14 +41,14 @@
|
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
"pretrained_path": null,
|
| 44 |
-
"horizon":
|
| 45 |
-
"n_action_steps":
|
| 46 |
"normalization_mapping": {
|
| 47 |
"VISUAL": "MEAN_STD",
|
| 48 |
"STATE": "MIN_MAX",
|
| 49 |
"ACTION": "MIN_MAX"
|
| 50 |
},
|
| 51 |
-
"drop_n_last_frames":
|
| 52 |
"vision_backbone": "resnet18",
|
| 53 |
"crop_shape": [
|
| 54 |
168,
|
|
|
|
| 1 |
{
|
| 2 |
"type": "diffusion",
|
| 3 |
+
"n_obs_steps": 8,
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
|
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
| 43 |
"pretrained_path": null,
|
| 44 |
+
"horizon": 64,
|
| 45 |
+
"n_action_steps": 32,
|
| 46 |
"normalization_mapping": {
|
| 47 |
"VISUAL": "MEAN_STD",
|
| 48 |
"STATE": "MIN_MAX",
|
| 49 |
"ACTION": "MIN_MAX"
|
| 50 |
},
|
| 51 |
+
"drop_n_last_frames": 25,
|
| 52 |
"vision_backbone": "resnet18",
|
| 53 |
"crop_shape": [
|
| 54 |
168,
|
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:e7adf9af53e84577d8c54bead1a2c4dc15fafc7be9cf81f832908032e41d6a66
|
| 3 |
+
size 1158725792
|
train_config.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
| 68 |
"env": null,
|
| 69 |
"policy": {
|
| 70 |
"type": "diffusion",
|
| 71 |
-
"n_obs_steps":
|
| 72 |
"input_features": {
|
| 73 |
"observation.state": {
|
| 74 |
"type": "STATE",
|
|
@@ -109,14 +109,14 @@
|
|
| 109 |
"tags": null,
|
| 110 |
"license": null,
|
| 111 |
"pretrained_path": null,
|
| 112 |
-
"horizon":
|
| 113 |
-
"n_action_steps":
|
| 114 |
"normalization_mapping": {
|
| 115 |
"VISUAL": "MEAN_STD",
|
| 116 |
"STATE": "MIN_MAX",
|
| 117 |
"ACTION": "MIN_MAX"
|
| 118 |
},
|
| 119 |
-
"drop_n_last_frames":
|
| 120 |
"vision_backbone": "resnet18",
|
| 121 |
"crop_shape": [
|
| 122 |
168,
|
|
@@ -156,12 +156,12 @@
|
|
| 156 |
"scheduler_name": "cosine",
|
| 157 |
"scheduler_warmup_steps": 500
|
| 158 |
},
|
| 159 |
-
"output_dir": "outputs/train/
|
| 160 |
-
"job_name": "
|
| 161 |
"resume": false,
|
| 162 |
"seed": 1000,
|
| 163 |
"num_workers": 4,
|
| 164 |
-
"batch_size":
|
| 165 |
"steps": 100000,
|
| 166 |
"eval_freq": 20000,
|
| 167 |
"log_freq": 200,
|
|
@@ -195,7 +195,7 @@
|
|
| 195 |
"project": "lerobot",
|
| 196 |
"entity": null,
|
| 197 |
"notes": null,
|
| 198 |
-
"run_id": "
|
| 199 |
"mode": null
|
| 200 |
}
|
| 201 |
}
|
|
|
|
| 68 |
"env": null,
|
| 69 |
"policy": {
|
| 70 |
"type": "diffusion",
|
| 71 |
+
"n_obs_steps": 8,
|
| 72 |
"input_features": {
|
| 73 |
"observation.state": {
|
| 74 |
"type": "STATE",
|
|
|
|
| 109 |
"tags": null,
|
| 110 |
"license": null,
|
| 111 |
"pretrained_path": null,
|
| 112 |
+
"horizon": 64,
|
| 113 |
+
"n_action_steps": 32,
|
| 114 |
"normalization_mapping": {
|
| 115 |
"VISUAL": "MEAN_STD",
|
| 116 |
"STATE": "MIN_MAX",
|
| 117 |
"ACTION": "MIN_MAX"
|
| 118 |
},
|
| 119 |
+
"drop_n_last_frames": 25,
|
| 120 |
"vision_backbone": "resnet18",
|
| 121 |
"crop_shape": [
|
| 122 |
168,
|
|
|
|
| 156 |
"scheduler_name": "cosine",
|
| 157 |
"scheduler_warmup_steps": 500
|
| 158 |
},
|
| 159 |
+
"output_dir": "outputs/train/diff_so101_modified_resize_long1",
|
| 160 |
+
"job_name": "diff_so101_modified_long",
|
| 161 |
"resume": false,
|
| 162 |
"seed": 1000,
|
| 163 |
"num_workers": 4,
|
| 164 |
+
"batch_size": 4,
|
| 165 |
"steps": 100000,
|
| 166 |
"eval_freq": 20000,
|
| 167 |
"log_freq": 200,
|
|
|
|
| 195 |
"project": "lerobot",
|
| 196 |
"entity": null,
|
| 197 |
"notes": null,
|
| 198 |
+
"run_id": "9e2nwq92",
|
| 199 |
"mode": null
|
| 200 |
}
|
| 201 |
}
|