Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +1 -0
- model.safetensors +1 -1
- train_config.json +3 -2
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 |
- lerobot
|
| 9 |
+
- robotics
|
| 10 |
+
- diffusion
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
config.json
CHANGED
|
@@ -59,6 +59,7 @@
|
|
| 59 |
"private": null,
|
| 60 |
"tags": null,
|
| 61 |
"license": null,
|
|
|
|
| 62 |
"horizon": 40,
|
| 63 |
"n_action_steps": 30,
|
| 64 |
"drop_n_last_frames": 7,
|
|
|
|
| 59 |
"private": null,
|
| 60 |
"tags": null,
|
| 61 |
"license": null,
|
| 62 |
+
"task": null,
|
| 63 |
"horizon": 40,
|
| 64 |
"n_action_steps": 30,
|
| 65 |
"drop_n_last_frames": 7,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 369486112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:161e260cd55dd125872eba59eb35e966ec2532d99be46f085a89377d015209fa
|
| 3 |
size 369486112
|
train_config.json
CHANGED
|
@@ -126,6 +126,7 @@
|
|
| 126 |
"private": null,
|
| 127 |
"tags": null,
|
| 128 |
"license": null,
|
|
|
|
| 129 |
"horizon": 40,
|
| 130 |
"n_action_steps": 30,
|
| 131 |
"drop_n_last_frames": 7,
|
|
@@ -170,11 +171,11 @@
|
|
| 170 |
},
|
| 171 |
"output_dir": "outputs/train/diffusion-bottle-squeeze",
|
| 172 |
"job_name": "diffusion",
|
| 173 |
-
"resume":
|
| 174 |
"seed": 0,
|
| 175 |
"num_workers": 4,
|
| 176 |
"batch_size": 64,
|
| 177 |
-
"steps":
|
| 178 |
"eval_freq": 20000,
|
| 179 |
"log_freq": 200,
|
| 180 |
"save_checkpoint": true,
|
|
|
|
| 126 |
"private": null,
|
| 127 |
"tags": null,
|
| 128 |
"license": null,
|
| 129 |
+
"task": null,
|
| 130 |
"horizon": 40,
|
| 131 |
"n_action_steps": 30,
|
| 132 |
"drop_n_last_frames": 7,
|
|
|
|
| 171 |
},
|
| 172 |
"output_dir": "outputs/train/diffusion-bottle-squeeze",
|
| 173 |
"job_name": "diffusion",
|
| 174 |
+
"resume": true,
|
| 175 |
"seed": 0,
|
| 176 |
"num_workers": 4,
|
| 177 |
"batch_size": 64,
|
| 178 |
+
"steps": 60000,
|
| 179 |
"eval_freq": 20000,
|
| 180 |
"log_freq": 200,
|
| 181 |
"save_checkpoint": true,
|