danielsanjosepro commited on
Commit
8acacb5
·
verified ·
1 Parent(s): 8a9ee4b

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -9
  3. model.safetensors +2 -2
  4. train_config.json +5 -12
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: cascaded_flow
6
  pipeline_tag: robotics
7
  tags:
8
- - cascaded_flow
9
  - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for cascaded_flow
 
5
  model_name: cascaded_flow
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - robotics
10
+ - cascaded_flow
11
  ---
12
 
13
  # Model Card for cascaded_flow
config.json CHANGED
@@ -98,14 +98,6 @@
98
  "ACTION": "MEAN_STD"
99
  },
100
  "input_features": {
101
- "observation.images.primary": {
102
- "type": "VISUAL",
103
- "shape": [
104
- 3,
105
- 256,
106
- 256
107
- ]
108
- },
109
  "observation.images.wrist": {
110
  "type": "VISUAL",
111
  "shape": [
@@ -208,6 +200,7 @@
208
  "scheduler_name": "cosine",
209
  "scheduler_warmup_steps": 500,
210
  "features_to_exclude": [
 
211
  "observation.images.tactile"
212
  ],
213
  "features_to_include": null,
@@ -355,5 +348,5 @@
355
  "smooth_slow_policy_output": false,
356
  "apply_slow_policy_output": false,
357
  "use_image_features_for_fast_policy": true,
358
- "training_stage": "fast_policy"
359
  }
 
98
  "ACTION": "MEAN_STD"
99
  },
100
  "input_features": {
 
 
 
 
 
 
 
 
101
  "observation.images.wrist": {
102
  "type": "VISUAL",
103
  "shape": [
 
200
  "scheduler_name": "cosine",
201
  "scheduler_warmup_steps": 500,
202
  "features_to_exclude": [
203
+ "observation.images.primary",
204
  "observation.images.tactile"
205
  ],
206
  "features_to_include": null,
 
348
  "smooth_slow_policy_output": false,
349
  "apply_slow_policy_output": false,
350
  "use_image_features_for_fast_policy": true,
351
+ "training_stage": "slow_policy"
352
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f37acb443a2d95f7363d04c97a902245a5fbb932add32db43e2190ab954f98f2
3
- size 384728888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:414c2c6394beaba3fd1ab4f02c3d1799f275d743d50349133568166ceced86c3
3
+ size 384204600
train_config.json CHANGED
@@ -165,14 +165,6 @@
165
  "ACTION": "MEAN_STD"
166
  },
167
  "input_features": {
168
- "observation.images.primary": {
169
- "type": "VISUAL",
170
- "shape": [
171
- 3,
172
- 256,
173
- 256
174
- ]
175
- },
176
  "observation.images.wrist": {
177
  "type": "VISUAL",
178
  "shape": [
@@ -275,6 +267,7 @@
275
  "scheduler_name": "cosine",
276
  "scheduler_warmup_steps": 500,
277
  "features_to_exclude": [
 
278
  "observation.images.tactile"
279
  ],
280
  "features_to_include": null,
@@ -422,10 +415,10 @@
422
  "smooth_slow_policy_output": false,
423
  "apply_slow_policy_output": false,
424
  "use_image_features_for_fast_policy": true,
425
- "training_stage": "fast_policy"
426
  },
427
- "output_dir": "outputs/train/2025-11-21/14-13-30_config/train_cascaded_stack_cake_v2.json_fast",
428
- "job_name": "config/train_cascaded_stack_cake_v2.json_fast",
429
  "resume": false,
430
  "seed": 1000,
431
  "num_workers": 4,
@@ -463,7 +456,7 @@
463
  "project": "policies",
464
  "entity": null,
465
  "notes": null,
466
- "run_id": "tgyuv1h1",
467
  "mode": null
468
  }
469
  }
 
165
  "ACTION": "MEAN_STD"
166
  },
167
  "input_features": {
 
 
 
 
 
 
 
 
168
  "observation.images.wrist": {
169
  "type": "VISUAL",
170
  "shape": [
 
267
  "scheduler_name": "cosine",
268
  "scheduler_warmup_steps": 500,
269
  "features_to_exclude": [
270
+ "observation.images.primary",
271
  "observation.images.tactile"
272
  ],
273
  "features_to_include": null,
 
415
  "smooth_slow_policy_output": false,
416
  "apply_slow_policy_output": false,
417
  "use_image_features_for_fast_policy": true,
418
+ "training_stage": "slow_policy"
419
  },
420
+ "output_dir": "outputs/train/2025-11-23/19-05-30_config/train_cascaded_stack_cake_v2.json_slow",
421
+ "job_name": "config/train_cascaded_stack_cake_v2.json_slow",
422
  "resume": false,
423
  "seed": 1000,
424
  "num_workers": 4,
 
456
  "project": "policies",
457
  "entity": null,
458
  "notes": null,
459
+ "run_id": "eliz2ov0",
460
  "mode": null
461
  }
462
  }