Upload policy weights, train config and readme
Browse files- config.json +1 -1
- model.safetensors +2 -2
- train_config.json +4 -4
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"observation.state": {
|
| 11 |
"type": "STATE",
|
| 12 |
"shape": [
|
| 13 |
-
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"observation.images.wrist": {
|
|
|
|
| 10 |
"observation.state": {
|
| 11 |
"type": "STATE",
|
| 12 |
"shape": [
|
| 13 |
+
16
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"observation.images.wrist": {
|
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:65da6d432d9c9ccd6e9d8c5b786aea89c5578f03291011083f9cb2a970831b93
|
| 3 |
+
size 320685432
|
train_config.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
| 77 |
"observation.state": {
|
| 78 |
"type": "STATE",
|
| 79 |
"shape": [
|
| 80 |
-
|
| 81 |
]
|
| 82 |
},
|
| 83 |
"observation.images.wrist": {
|
|
@@ -180,11 +180,11 @@
|
|
| 180 |
"seed": 0,
|
| 181 |
"num_workers": 4,
|
| 182 |
"batch_size": 16,
|
| 183 |
-
"steps":
|
| 184 |
"eval_freq": 20000,
|
| 185 |
"log_freq": 200,
|
| 186 |
"save_checkpoint": true,
|
| 187 |
-
"save_freq":
|
| 188 |
"use_policy_training_preset": true,
|
| 189 |
"optimizer": {
|
| 190 |
"type": "adam",
|
|
@@ -213,7 +213,7 @@
|
|
| 213 |
"project": "diffusion-door",
|
| 214 |
"entity": "RwHlabs",
|
| 215 |
"notes": null,
|
| 216 |
-
"run_id": "
|
| 217 |
"mode": null
|
| 218 |
}
|
| 219 |
}
|
|
|
|
| 77 |
"observation.state": {
|
| 78 |
"type": "STATE",
|
| 79 |
"shape": [
|
| 80 |
+
16
|
| 81 |
]
|
| 82 |
},
|
| 83 |
"observation.images.wrist": {
|
|
|
|
| 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,
|
| 187 |
+
"save_freq": 10000,
|
| 188 |
"use_policy_training_preset": true,
|
| 189 |
"optimizer": {
|
| 190 |
"type": "adam",
|
|
|
|
| 213 |
"project": "diffusion-door",
|
| 214 |
"entity": "RwHlabs",
|
| 215 |
"notes": null,
|
| 216 |
+
"run_id": "d50bk84x",
|
| 217 |
"mode": null
|
| 218 |
}
|
| 219 |
}
|