Upload policy weights, train config and readme
Browse files- model.safetensors +1 -1
- train_config.json +5 -5
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 906713296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da948a643e6374c4bbb056e2afbc9d79eda154a9ff153864c1cf41e5c7b71d62
|
| 3 |
size 906713296
|
train_config.json
CHANGED
|
@@ -154,16 +154,16 @@
|
|
| 154 |
"max_period": 4.0
|
| 155 |
},
|
| 156 |
"output_dir": "outputs/train/t06_pick_and_place",
|
| 157 |
-
"job_name": "
|
| 158 |
"resume": false,
|
| 159 |
"seed": 1000,
|
| 160 |
"num_workers": 4,
|
| 161 |
"batch_size": 64,
|
| 162 |
-
"steps":
|
| 163 |
-
"eval_freq":
|
| 164 |
"log_freq": 200,
|
| 165 |
"save_checkpoint": true,
|
| 166 |
-
"save_freq":
|
| 167 |
"use_policy_training_preset": true,
|
| 168 |
"optimizer": {
|
| 169 |
"type": "adamw",
|
|
@@ -194,7 +194,7 @@
|
|
| 194 |
"project": "lerobot",
|
| 195 |
"entity": null,
|
| 196 |
"notes": null,
|
| 197 |
-
"run_id": "
|
| 198 |
"mode": null
|
| 199 |
}
|
| 200 |
}
|
|
|
|
| 154 |
"max_period": 4.0
|
| 155 |
},
|
| 156 |
"output_dir": "outputs/train/t06_pick_and_place",
|
| 157 |
+
"job_name": "t06_pick_and_place_job_2",
|
| 158 |
"resume": false,
|
| 159 |
"seed": 1000,
|
| 160 |
"num_workers": 4,
|
| 161 |
"batch_size": 64,
|
| 162 |
+
"steps": 6000,
|
| 163 |
+
"eval_freq": 2000,
|
| 164 |
"log_freq": 200,
|
| 165 |
"save_checkpoint": true,
|
| 166 |
+
"save_freq": 2000,
|
| 167 |
"use_policy_training_preset": true,
|
| 168 |
"optimizer": {
|
| 169 |
"type": "adamw",
|
|
|
|
| 194 |
"project": "lerobot",
|
| 195 |
"entity": null,
|
| 196 |
"notes": null,
|
| 197 |
+
"run_id": "radeyccc",
|
| 198 |
"mode": null
|
| 199 |
}
|
| 200 |
}
|