Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +19 -13
- model.safetensors +2 -2
- train_config.json +25 -20
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
datasets: paragon7060/
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- lerobot
|
| 9 |
- diffusion
|
|
|
|
| 10 |
- robotics
|
| 11 |
---
|
| 12 |
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: paragon7060/dp-guide-cabinet
|
| 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 |
|
config.json
CHANGED
|
@@ -10,31 +10,31 @@
|
|
| 10 |
"observation.state": {
|
| 11 |
"type": "STATE",
|
| 12 |
"shape": [
|
| 13 |
-
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"observation.images.wrist": {
|
| 17 |
"type": "VISUAL",
|
| 18 |
"shape": [
|
| 19 |
3,
|
| 20 |
-
|
| 21 |
-
|
| 22 |
]
|
| 23 |
},
|
| 24 |
"observation.images.right_shoulder": {
|
| 25 |
"type": "VISUAL",
|
| 26 |
"shape": [
|
| 27 |
3,
|
| 28 |
-
|
| 29 |
-
|
| 30 |
]
|
| 31 |
},
|
| 32 |
"observation.images.guide": {
|
| 33 |
"type": "VISUAL",
|
| 34 |
"shape": [
|
| 35 |
3,
|
| 36 |
-
|
| 37 |
-
|
| 38 |
]
|
| 39 |
}
|
| 40 |
},
|
|
@@ -50,22 +50,28 @@
|
|
| 50 |
"shape": [
|
| 51 |
1
|
| 52 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
}
|
| 54 |
},
|
| 55 |
"device": "cuda",
|
| 56 |
-
"use_amp":
|
| 57 |
"push_to_hub": true,
|
| 58 |
"repo_id": "paragon7060/diffusion-cabinet",
|
| 59 |
"private": null,
|
| 60 |
"tags": null,
|
| 61 |
"license": null,
|
| 62 |
-
"horizon":
|
| 63 |
-
"n_action_steps":
|
| 64 |
"drop_n_last_frames": 7,
|
| 65 |
-
"vision_backbone": "
|
| 66 |
"crop_shape": [
|
| 67 |
-
|
| 68 |
-
|
| 69 |
],
|
| 70 |
"crop_is_random": false,
|
| 71 |
"pretrained_backbone_weights": "IMAGENET1K_V1",
|
|
|
|
| 10 |
"observation.state": {
|
| 11 |
"type": "STATE",
|
| 12 |
"shape": [
|
| 13 |
+
16
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"observation.images.wrist": {
|
| 17 |
"type": "VISUAL",
|
| 18 |
"shape": [
|
| 19 |
3,
|
| 20 |
+
672,
|
| 21 |
+
672
|
| 22 |
]
|
| 23 |
},
|
| 24 |
"observation.images.right_shoulder": {
|
| 25 |
"type": "VISUAL",
|
| 26 |
"shape": [
|
| 27 |
3,
|
| 28 |
+
672,
|
| 29 |
+
672
|
| 30 |
]
|
| 31 |
},
|
| 32 |
"observation.images.guide": {
|
| 33 |
"type": "VISUAL",
|
| 34 |
"shape": [
|
| 35 |
3,
|
| 36 |
+
672,
|
| 37 |
+
672
|
| 38 |
]
|
| 39 |
}
|
| 40 |
},
|
|
|
|
| 50 |
"shape": [
|
| 51 |
1
|
| 52 |
]
|
| 53 |
+
},
|
| 54 |
+
"action.skill_param": {
|
| 55 |
+
"type": "ACTION",
|
| 56 |
+
"shape": [
|
| 57 |
+
8
|
| 58 |
+
]
|
| 59 |
}
|
| 60 |
},
|
| 61 |
"device": "cuda",
|
| 62 |
+
"use_amp": false,
|
| 63 |
"push_to_hub": true,
|
| 64 |
"repo_id": "paragon7060/diffusion-cabinet",
|
| 65 |
"private": null,
|
| 66 |
"tags": null,
|
| 67 |
"license": null,
|
| 68 |
+
"horizon": 16,
|
| 69 |
+
"n_action_steps": 8,
|
| 70 |
"drop_n_last_frames": 7,
|
| 71 |
+
"vision_backbone": "resnet18",
|
| 72 |
"crop_shape": [
|
| 73 |
+
448,
|
| 74 |
+
448
|
| 75 |
],
|
| 76 |
"crop_is_random": false,
|
| 77 |
"pretrained_backbone_weights": "IMAGENET1K_V1",
|
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:db52bfe7c54d735411f9575f9667395682aefaa16072baa615f3c334f0fc48de
|
| 3 |
+
size 320685432
|
train_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "paragon7060/
|
| 4 |
-
"root": "/
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
@@ -77,31 +77,31 @@
|
|
| 77 |
"observation.state": {
|
| 78 |
"type": "STATE",
|
| 79 |
"shape": [
|
| 80 |
-
|
| 81 |
]
|
| 82 |
},
|
| 83 |
"observation.images.wrist": {
|
| 84 |
"type": "VISUAL",
|
| 85 |
"shape": [
|
| 86 |
3,
|
| 87 |
-
|
| 88 |
-
|
| 89 |
]
|
| 90 |
},
|
| 91 |
"observation.images.right_shoulder": {
|
| 92 |
"type": "VISUAL",
|
| 93 |
"shape": [
|
| 94 |
3,
|
| 95 |
-
|
| 96 |
-
|
| 97 |
]
|
| 98 |
},
|
| 99 |
"observation.images.guide": {
|
| 100 |
"type": "VISUAL",
|
| 101 |
"shape": [
|
| 102 |
3,
|
| 103 |
-
|
| 104 |
-
|
| 105 |
]
|
| 106 |
}
|
| 107 |
},
|
|
@@ -117,22 +117,28 @@
|
|
| 117 |
"shape": [
|
| 118 |
1
|
| 119 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
}
|
| 121 |
},
|
| 122 |
"device": "cuda",
|
| 123 |
-
"use_amp":
|
| 124 |
"push_to_hub": true,
|
| 125 |
"repo_id": "paragon7060/diffusion-cabinet",
|
| 126 |
"private": null,
|
| 127 |
"tags": null,
|
| 128 |
"license": null,
|
| 129 |
-
"horizon":
|
| 130 |
-
"n_action_steps":
|
| 131 |
"drop_n_last_frames": 7,
|
| 132 |
-
"vision_backbone": "
|
| 133 |
"crop_shape": [
|
| 134 |
-
|
| 135 |
-
|
| 136 |
],
|
| 137 |
"crop_is_random": false,
|
| 138 |
"pretrained_backbone_weights": "IMAGENET1K_V1",
|
|
@@ -173,8 +179,8 @@
|
|
| 173 |
"resume": false,
|
| 174 |
"seed": 0,
|
| 175 |
"num_workers": 4,
|
| 176 |
-
"batch_size":
|
| 177 |
-
"steps":
|
| 178 |
"eval_freq": 20000,
|
| 179 |
"log_freq": 200,
|
| 180 |
"save_checkpoint": true,
|
|
@@ -207,8 +213,7 @@
|
|
| 207 |
"project": "diffusion-cabinet",
|
| 208 |
"entity": "RwHlabs",
|
| 209 |
"notes": null,
|
| 210 |
-
"run_id": "
|
| 211 |
"mode": null
|
| 212 |
-
}
|
| 213 |
-
"task": "cabinet"
|
| 214 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "paragon7060/dp-guide-cabinet",
|
| 4 |
+
"root": "/home/seonho/workspace/IsaacLab/data/paragon7060/dp-guide-cabinet",
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
|
|
| 77 |
"observation.state": {
|
| 78 |
"type": "STATE",
|
| 79 |
"shape": [
|
| 80 |
+
16
|
| 81 |
]
|
| 82 |
},
|
| 83 |
"observation.images.wrist": {
|
| 84 |
"type": "VISUAL",
|
| 85 |
"shape": [
|
| 86 |
3,
|
| 87 |
+
672,
|
| 88 |
+
672
|
| 89 |
]
|
| 90 |
},
|
| 91 |
"observation.images.right_shoulder": {
|
| 92 |
"type": "VISUAL",
|
| 93 |
"shape": [
|
| 94 |
3,
|
| 95 |
+
672,
|
| 96 |
+
672
|
| 97 |
]
|
| 98 |
},
|
| 99 |
"observation.images.guide": {
|
| 100 |
"type": "VISUAL",
|
| 101 |
"shape": [
|
| 102 |
3,
|
| 103 |
+
672,
|
| 104 |
+
672
|
| 105 |
]
|
| 106 |
}
|
| 107 |
},
|
|
|
|
| 117 |
"shape": [
|
| 118 |
1
|
| 119 |
]
|
| 120 |
+
},
|
| 121 |
+
"action.skill_param": {
|
| 122 |
+
"type": "ACTION",
|
| 123 |
+
"shape": [
|
| 124 |
+
8
|
| 125 |
+
]
|
| 126 |
}
|
| 127 |
},
|
| 128 |
"device": "cuda",
|
| 129 |
+
"use_amp": false,
|
| 130 |
"push_to_hub": true,
|
| 131 |
"repo_id": "paragon7060/diffusion-cabinet",
|
| 132 |
"private": null,
|
| 133 |
"tags": null,
|
| 134 |
"license": null,
|
| 135 |
+
"horizon": 16,
|
| 136 |
+
"n_action_steps": 8,
|
| 137 |
"drop_n_last_frames": 7,
|
| 138 |
+
"vision_backbone": "resnet18",
|
| 139 |
"crop_shape": [
|
| 140 |
+
448,
|
| 141 |
+
448
|
| 142 |
],
|
| 143 |
"crop_is_random": false,
|
| 144 |
"pretrained_backbone_weights": "IMAGENET1K_V1",
|
|
|
|
| 179 |
"resume": false,
|
| 180 |
"seed": 0,
|
| 181 |
"num_workers": 4,
|
| 182 |
+
"batch_size": 16,
|
| 183 |
+
"steps": 50000,
|
| 184 |
"eval_freq": 20000,
|
| 185 |
"log_freq": 200,
|
| 186 |
"save_checkpoint": true,
|
|
|
|
| 213 |
"project": "diffusion-cabinet",
|
| 214 |
"entity": "RwHlabs",
|
| 215 |
"notes": null,
|
| 216 |
+
"run_id": "dsdvzhh9",
|
| 217 |
"mode": null
|
| 218 |
+
}
|
|
|
|
| 219 |
}
|