Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +1 -1
- model.safetensors +2 -2
- train_config.json +4 -4
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
-
- lerobot
|
| 10 |
- diffusion
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- diffusion
|
| 9 |
+
- lerobot
|
| 10 |
+
- robotics
|
| 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.image.cam0": {
|
| 6 |
"type": "VISUAL",
|
|
|
|
| 1 |
{
|
| 2 |
"type": "diffusion",
|
| 3 |
+
"n_obs_steps": 5,
|
| 4 |
"input_features": {
|
| 5 |
"observation.image.cam0": {
|
| 6 |
"type": "VISUAL",
|
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:ebd406d7f9cc6d2dd5677a592a3acafbb38ed878d30d3310548895820221f01a
|
| 3 |
+
size 505438500
|
train_config.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
| 82 |
"env": null,
|
| 83 |
"policy": {
|
| 84 |
"type": "diffusion",
|
| 85 |
-
"n_obs_steps":
|
| 86 |
"input_features": {
|
| 87 |
"observation.image.cam0": {
|
| 88 |
"type": "VISUAL",
|
|
@@ -186,8 +186,8 @@
|
|
| 186 |
"scheduler_name": "cosine",
|
| 187 |
"scheduler_warmup_steps": 500
|
| 188 |
},
|
| 189 |
-
"output_dir": "/scratch/nirmal/runs/lerobot/
|
| 190 |
-
"job_name": "
|
| 191 |
"resume": false,
|
| 192 |
"seed": 1000,
|
| 193 |
"num_workers": 4,
|
|
@@ -225,7 +225,7 @@
|
|
| 225 |
"project": "DP_surgical_umi_V2",
|
| 226 |
"entity": "nirmalpol2012-university-of-toronto",
|
| 227 |
"notes": null,
|
| 228 |
-
"run_id": "
|
| 229 |
"mode": null
|
| 230 |
},
|
| 231 |
"checkpoint_path": null,
|
|
|
|
| 82 |
"env": null,
|
| 83 |
"policy": {
|
| 84 |
"type": "diffusion",
|
| 85 |
+
"n_obs_steps": 5,
|
| 86 |
"input_features": {
|
| 87 |
"observation.image.cam0": {
|
| 88 |
"type": "VISUAL",
|
|
|
|
| 186 |
"scheduler_name": "cosine",
|
| 187 |
"scheduler_warmup_steps": 500
|
| 188 |
},
|
| 189 |
+
"output_dir": "/scratch/nirmal/runs/lerobot/16277294/checkpoints",
|
| 190 |
+
"job_name": "dp_n5_1234_velocity",
|
| 191 |
"resume": false,
|
| 192 |
"seed": 1000,
|
| 193 |
"num_workers": 4,
|
|
|
|
| 225 |
"project": "DP_surgical_umi_V2",
|
| 226 |
"entity": "nirmalpol2012-university-of-toronto",
|
| 227 |
"notes": null,
|
| 228 |
+
"run_id": "vnw7eamn",
|
| 229 |
"mode": null
|
| 230 |
},
|
| 231 |
"checkpoint_path": null,
|