Robotics
LeRobot
Safetensors
diffusion
HuskyMango commited on
Commit
c19f1e9
·
verified ·
1 Parent(s): c10528c

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +5 -5
  2. model.safetensors +2 -2
  3. train_config.json +14 -14
config.json CHANGED
@@ -74,8 +74,8 @@
74
  "tags": null,
75
  "license": null,
76
  "pretrained_path": null,
77
- "horizon": 64,
78
- "n_action_steps": 32,
79
  "normalization_mapping": {
80
  "VISUAL": "MEAN_STD",
81
  "STATE": "MIN_MAX",
@@ -87,10 +87,10 @@
87
  "crop_ratio": 1.0,
88
  "crop_shape": null,
89
  "crop_is_random": true,
90
- "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
91
- "use_group_norm": false,
92
  "spatial_softmax_num_keypoints": 32,
93
- "use_separate_rgb_encoder_per_camera": true,
94
  "down_dims": [
95
  512,
96
  1024,
 
74
  "tags": null,
75
  "license": null,
76
  "pretrained_path": null,
77
+ "horizon": 16,
78
+ "n_action_steps": 8,
79
  "normalization_mapping": {
80
  "VISUAL": "MEAN_STD",
81
  "STATE": "MIN_MAX",
 
87
  "crop_ratio": 1.0,
88
  "crop_shape": null,
89
  "crop_is_random": true,
90
+ "pretrained_backbone_weights": null,
91
+ "use_group_norm": true,
92
  "spatial_softmax_num_keypoints": 32,
93
+ "use_separate_rgb_encoder_per_camera": false,
94
  "down_dims": [
95
  512,
96
  1024,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:466371543cb6dba0d500e822ce66f250223831dc12cb43bade311f5267ddb507
3
- size 1351931168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0bea626d7c807f1f9cc3abdad118d8df95c15f579c4c9fa593656ac757032f2
3
+ size 1127674144
train_config.json CHANGED
@@ -77,7 +77,6 @@
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
  "video_backend": "torchcodec",
80
- "return_uint8": false,
81
  "streaming": false
82
  },
83
  "env": null,
@@ -157,8 +156,8 @@
157
  "tags": null,
158
  "license": null,
159
  "pretrained_path": null,
160
- "horizon": 64,
161
- "n_action_steps": 32,
162
  "normalization_mapping": {
163
  "VISUAL": "MEAN_STD",
164
  "STATE": "MIN_MAX",
@@ -170,10 +169,10 @@
170
  "crop_ratio": 1.0,
171
  "crop_shape": null,
172
  "crop_is_random": true,
173
- "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
174
- "use_group_norm": false,
175
  "spatial_softmax_num_keypoints": 32,
176
- "use_separate_rgb_encoder_per_camera": true,
177
  "down_dims": [
178
  512,
179
  1024,
@@ -205,7 +204,6 @@
205
  "scheduler_name": "cosine",
206
  "scheduler_warmup_steps": 500
207
  },
208
- "reward_model": null,
209
  "output_dir": "../franka_data/policy/train/diffusion_HuskyMango/red-block-simple_20260510_200349",
210
  "job_name": "diffusion_HuskyMango/red-block-simple_20260510_200349",
211
  "resume": false,
@@ -213,9 +211,7 @@
213
  "cudnn_deterministic": false,
214
  "num_workers": 4,
215
  "batch_size": 32,
216
- "prefetch_factor": 4,
217
- "persistent_workers": true,
218
- "steps": 10000,
219
  "eval_freq": 20000,
220
  "log_freq": 200,
221
  "tolerance_s": 0.0001,
@@ -240,8 +236,8 @@
240
  },
241
  "eval": {
242
  "n_episodes": 50,
243
- "batch_size": 16,
244
- "use_async_envs": true
245
  },
246
  "wandb": {
247
  "enable": true,
@@ -249,12 +245,16 @@
249
  "project": "lerobot",
250
  "entity": null,
251
  "notes": null,
252
- "run_id": "1f55vgxf",
253
  "mode": null,
254
  "add_tags": true
255
  },
256
  "peft": null,
257
- "sample_weighting": null,
 
 
 
 
258
  "rename_map": {},
259
  "checkpoint_path": null
260
  }
 
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
  "video_backend": "torchcodec",
 
80
  "streaming": false
81
  },
82
  "env": null,
 
156
  "tags": null,
157
  "license": null,
158
  "pretrained_path": null,
159
+ "horizon": 16,
160
+ "n_action_steps": 8,
161
  "normalization_mapping": {
162
  "VISUAL": "MEAN_STD",
163
  "STATE": "MIN_MAX",
 
169
  "crop_ratio": 1.0,
170
  "crop_shape": null,
171
  "crop_is_random": true,
172
+ "pretrained_backbone_weights": null,
173
+ "use_group_norm": true,
174
  "spatial_softmax_num_keypoints": 32,
175
+ "use_separate_rgb_encoder_per_camera": false,
176
  "down_dims": [
177
  512,
178
  1024,
 
204
  "scheduler_name": "cosine",
205
  "scheduler_warmup_steps": 500
206
  },
 
207
  "output_dir": "../franka_data/policy/train/diffusion_HuskyMango/red-block-simple_20260510_200349",
208
  "job_name": "diffusion_HuskyMango/red-block-simple_20260510_200349",
209
  "resume": false,
 
211
  "cudnn_deterministic": false,
212
  "num_workers": 4,
213
  "batch_size": 32,
214
+ "steps": 100000,
 
 
215
  "eval_freq": 20000,
216
  "log_freq": 200,
217
  "tolerance_s": 0.0001,
 
236
  },
237
  "eval": {
238
  "n_episodes": 50,
239
+ "batch_size": 50,
240
+ "use_async_envs": false
241
  },
242
  "wandb": {
243
  "enable": true,
 
245
  "project": "lerobot",
246
  "entity": null,
247
  "notes": null,
248
+ "run_id": "wdqe36c6",
249
  "mode": null,
250
  "add_tags": true
251
  },
252
  "peft": null,
253
+ "use_rabc": false,
254
+ "rabc_progress_path": null,
255
+ "rabc_kappa": 0.01,
256
+ "rabc_epsilon": 1e-06,
257
+ "rabc_head_mode": "sparse",
258
  "rename_map": {},
259
  "checkpoint_path": null
260
  }