Robotics
LeRobot
Safetensors
diffusion
kelvinzhaozg commited on
Commit
cbb97df
·
verified ·
1 Parent(s): ff10119

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +2 -2
  4. 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": 1,
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:6c8c8a52b32ba3ae52d7715d8383752bfd5fdbe67912f382fff951e0dba1360f
3
- size 1045700992
 
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": 1,
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-10-31/18-45-13_diffusion",
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": "ogoqjqf6",
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,