Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -1
- model.safetensors +2 -2
- train_config.json +3 -3
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
- diffusion
|
| 10 |
- lerobot
|
|
|
|
| 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.images.head_rgb": {
|
| 6 |
"type": "VISUAL",
|
|
|
|
| 1 |
{
|
| 2 |
"type": "diffusion",
|
| 3 |
+
"n_obs_steps": 4,
|
| 4 |
"input_features": {
|
| 5 |
"observation.images.head_rgb": {
|
| 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:ba57c3d4353b185ee3544b7d751f13a63491b364b8fe0de3917d9bea3b1730ed
|
| 3 |
+
size 1074946456
|
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.images.head_rgb": {
|
| 88 |
"type": "VISUAL",
|
|
@@ -162,7 +162,7 @@
|
|
| 162 |
"scheduler_name": "cosine",
|
| 163 |
"scheduler_warmup_steps": 500
|
| 164 |
},
|
| 165 |
-
"output_dir": "outputs/train/2025-
|
| 166 |
"job_name": "diffusion",
|
| 167 |
"resume": false,
|
| 168 |
"seed": 1000,
|
|
@@ -201,7 +201,7 @@
|
|
| 201 |
"project": "t1_stack_cube_isaac",
|
| 202 |
"entity": null,
|
| 203 |
"notes": null,
|
| 204 |
-
"run_id": "
|
| 205 |
"mode": null
|
| 206 |
},
|
| 207 |
"checkpoint_path": null,
|
|
|
|
| 82 |
"env": null,
|
| 83 |
"policy": {
|
| 84 |
"type": "diffusion",
|
| 85 |
+
"n_obs_steps": 4,
|
| 86 |
"input_features": {
|
| 87 |
"observation.images.head_rgb": {
|
| 88 |
"type": "VISUAL",
|
|
|
|
| 162 |
"scheduler_name": "cosine",
|
| 163 |
"scheduler_warmup_steps": 500
|
| 164 |
},
|
| 165 |
+
"output_dir": "outputs/train/2025-11-04/21-01-30_diffusion",
|
| 166 |
"job_name": "diffusion",
|
| 167 |
"resume": false,
|
| 168 |
"seed": 1000,
|
|
|
|
| 201 |
"project": "t1_stack_cube_isaac",
|
| 202 |
"entity": null,
|
| 203 |
"notes": null,
|
| 204 |
+
"run_id": "dtxz5jus",
|
| 205 |
"mode": null
|
| 206 |
},
|
| 207 |
"checkpoint_path": null,
|