Robotics
LeRobot
Safetensors
vla_jepa
maximellerbach commited on
Commit
2a2f806
·
verified ·
1 Parent(s): e817562

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +8 -4
  3. model.safetensors +2 -2
  4. train_config.json +18 -12
README.md CHANGED
@@ -79,10 +79,10 @@ The policy consumes these observation features and produces these action feature
79
 
80
  | Setting | Value |
81
  | --- | --- |
82
- | Training steps | 5000 |
83
  | Batch size | 16 |
84
  | Optimizer | adamw |
85
- | Learning rate | 2e-05 |
86
  | Seed | 1000 |
87
  | LeRobot version | 0.6.1 |
88
 
 
79
 
80
  | Setting | Value |
81
  | --- | --- |
82
+ | Training steps | 66686 |
83
  | Batch size | 16 |
84
  | Optimizer | adamw |
85
+ | Learning rate | 0.0001 |
86
  | Seed | 1000 |
87
  | LeRobot version | 0.6.1 |
88
 
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "/fsx/maxime_ellerbach/robots/outputs/train/folding_vla_jepa_multinode_3711/checkpoints/last/pretrained_model",
53
  "pretrained_revision": null,
54
  "chunk_size": 30,
55
  "n_action_steps": 30,
@@ -108,8 +108,8 @@
108
  "action_noise_beta_alpha": 1.5,
109
  "action_noise_beta_beta": 1.0,
110
  "action_noise_s": 0.999,
111
- "num_target_vision_tokens": 32,
112
  "action_max_seq_len": 1024,
 
113
  "num_video_frames": 8,
114
  "predictor_depth": 12,
115
  "predictor_num_heads": 8,
@@ -117,6 +117,7 @@
117
  "predictor_dropout": 0.0,
118
  "world_model_loss_weight": 0.1,
119
  "jepa_tubelet_size": 2,
 
120
  "repeated_diffusion_steps": 8,
121
  "resize_images_to": [
122
  224,
@@ -127,8 +128,11 @@
127
  "clip_normalized_actions": false,
128
  "gripper_dim": 6,
129
  "gripper_threshold": 0.5,
 
 
 
130
  "torch_dtype": "bfloat16",
131
- "optimizer_lr": 2e-05,
132
  "optimizer_betas": [
133
  0.9,
134
  0.95
@@ -136,7 +140,7 @@
136
  "optimizer_eps": 1e-08,
137
  "optimizer_weight_decay": 1e-08,
138
  "optimizer_grad_clip_norm": 1.0,
139
- "scheduler_warmup_steps": 500,
140
  "scheduler_decay_steps": 30000,
141
  "scheduler_decay_lr": 2e-05
142
  }
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "/fsx/maxime_ellerbach/robots/runs/folding-tshirt/vla_jepa_base_3cam",
53
  "pretrained_revision": null,
54
  "chunk_size": 30,
55
  "n_action_steps": 30,
 
108
  "action_noise_beta_alpha": 1.5,
109
  "action_noise_beta_beta": 1.0,
110
  "action_noise_s": 0.999,
 
111
  "action_max_seq_len": 1024,
112
+ "num_target_vision_tokens": 32,
113
  "num_video_frames": 8,
114
  "predictor_depth": 12,
115
  "predictor_num_heads": 8,
 
117
  "predictor_dropout": 0.0,
118
  "world_model_loss_weight": 0.1,
119
  "jepa_tubelet_size": 2,
120
+ "world_model_num_views": null,
121
  "repeated_diffusion_steps": 8,
122
  "resize_images_to": [
123
  224,
 
128
  "clip_normalized_actions": false,
129
  "gripper_dim": 6,
130
  "gripper_threshold": 0.5,
131
+ "gripper_joint_names": [
132
+ "gripper"
133
+ ],
134
  "torch_dtype": "bfloat16",
135
+ "optimizer_lr": 0.0001,
136
  "optimizer_betas": [
137
  0.9,
138
  0.95
 
140
  "optimizer_eps": 1e-08,
141
  "optimizer_weight_decay": 1e-08,
142
  "optimizer_grad_clip_norm": 1.0,
143
+ "scheduler_warmup_steps": 5000,
144
  "scheduler_decay_steps": 30000,
145
  "scheduler_decay_lr": 2e-05
146
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91835efb3763a07288ff882fe96ae7922f8a0ea4f42a84571a1f5ae8472e8752
3
- size 6174639408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2ab63be325c5f270d55508b74e346dfb90f108a89c97cfb363caf340e3313bf
3
+ size 6157857616
train_config.json CHANGED
@@ -134,7 +134,7 @@
134
  "private": null,
135
  "tags": null,
136
  "license": null,
137
- "pretrained_path": "/fsx/maxime_ellerbach/robots/outputs/train/folding_vla_jepa_multinode_3711/checkpoints/last/pretrained_model",
138
  "pretrained_revision": null,
139
  "chunk_size": 30,
140
  "n_action_steps": 30,
@@ -193,8 +193,8 @@
193
  "action_noise_beta_alpha": 1.5,
194
  "action_noise_beta_beta": 1.0,
195
  "action_noise_s": 0.999,
196
- "num_target_vision_tokens": 32,
197
  "action_max_seq_len": 1024,
 
198
  "num_video_frames": 8,
199
  "predictor_depth": 12,
200
  "predictor_num_heads": 8,
@@ -202,6 +202,7 @@
202
  "predictor_dropout": 0.0,
203
  "world_model_loss_weight": 0.1,
204
  "jepa_tubelet_size": 2,
 
205
  "repeated_diffusion_steps": 8,
206
  "resize_images_to": [
207
  224,
@@ -212,8 +213,11 @@
212
  "clip_normalized_actions": false,
213
  "gripper_dim": 6,
214
  "gripper_threshold": 0.5,
 
 
 
215
  "torch_dtype": "bfloat16",
216
- "optimizer_lr": 2e-05,
217
  "optimizer_betas": [
218
  0.9,
219
  0.95
@@ -221,32 +225,34 @@
221
  "optimizer_eps": 1e-08,
222
  "optimizer_weight_decay": 1e-08,
223
  "optimizer_grad_clip_norm": 1.0,
224
- "scheduler_warmup_steps": 500,
225
  "scheduler_decay_steps": 30000,
226
  "scheduler_decay_lr": 2e-05
227
  },
228
  "reward_model": null,
229
- "output_dir": "outputs/train/folding_vla_jepa_statefix_6400",
230
- "job_name": "folding_vla_jepa_statefix",
231
  "resume": false,
 
232
  "seed": 1000,
233
  "cudnn_deterministic": false,
234
  "num_workers": 4,
235
  "batch_size": 16,
236
  "prefetch_factor": 4,
237
  "persistent_workers": true,
238
- "steps": 5000,
 
239
  "env_eval_freq": 20000,
240
  "log_freq": 50,
241
  "eval_steps": 0,
242
  "max_eval_samples": 0,
243
  "tolerance_s": 0.0001,
244
  "save_checkpoint": true,
245
- "save_freq": 1000,
246
  "use_policy_training_preset": true,
247
  "optimizer": {
248
  "type": "adamw",
249
- "lr": 2e-05,
250
  "weight_decay": 1e-08,
251
  "grad_clip_norm": 1.0,
252
  "betas": [
@@ -257,9 +263,9 @@
257
  },
258
  "scheduler": {
259
  "type": "cosine_decay_with_warmup",
260
- "num_warmup_steps": 500,
261
  "num_decay_steps": 30000,
262
- "peak_lr": 2e-05,
263
  "decay_lr": 2e-05
264
  },
265
  "eval": {
@@ -277,7 +283,7 @@
277
  "project": "folding-tshirt",
278
  "entity": null,
279
  "notes": null,
280
- "run_id": "i7jnld97",
281
  "mode": null,
282
  "add_tags": true
283
  },
 
134
  "private": null,
135
  "tags": null,
136
  "license": null,
137
+ "pretrained_path": "/fsx/maxime_ellerbach/robots/runs/folding-tshirt/vla_jepa_base_3cam",
138
  "pretrained_revision": null,
139
  "chunk_size": 30,
140
  "n_action_steps": 30,
 
193
  "action_noise_beta_alpha": 1.5,
194
  "action_noise_beta_beta": 1.0,
195
  "action_noise_s": 0.999,
 
196
  "action_max_seq_len": 1024,
197
+ "num_target_vision_tokens": 32,
198
  "num_video_frames": 8,
199
  "predictor_depth": 12,
200
  "predictor_num_heads": 8,
 
202
  "predictor_dropout": 0.0,
203
  "world_model_loss_weight": 0.1,
204
  "jepa_tubelet_size": 2,
205
+ "world_model_num_views": null,
206
  "repeated_diffusion_steps": 8,
207
  "resize_images_to": [
208
  224,
 
213
  "clip_normalized_actions": false,
214
  "gripper_dim": 6,
215
  "gripper_threshold": 0.5,
216
+ "gripper_joint_names": [
217
+ "gripper"
218
+ ],
219
  "torch_dtype": "bfloat16",
220
+ "optimizer_lr": 0.0001,
221
  "optimizer_betas": [
222
  0.9,
223
  0.95
 
225
  "optimizer_eps": 1e-08,
226
  "optimizer_weight_decay": 1e-08,
227
  "optimizer_grad_clip_norm": 1.0,
228
+ "scheduler_warmup_steps": 5000,
229
  "scheduler_decay_steps": 30000,
230
  "scheduler_decay_lr": 2e-05
231
  },
232
  "reward_model": null,
233
+ "output_dir": "outputs/train/folding_vla_jepa_refactor_lr_8799",
234
+ "job_name": "folding_vla_jepa_refactor_lr",
235
  "resume": false,
236
+ "rebuild_processors": false,
237
  "seed": 1000,
238
  "cudnn_deterministic": false,
239
  "num_workers": 4,
240
  "batch_size": 16,
241
  "prefetch_factor": 4,
242
  "persistent_workers": true,
243
+ "dataloader_multiprocessing_context": "spawn",
244
+ "steps": 66686,
245
  "env_eval_freq": 20000,
246
  "log_freq": 50,
247
  "eval_steps": 0,
248
  "max_eval_samples": 0,
249
  "tolerance_s": 0.0001,
250
  "save_checkpoint": true,
251
+ "save_freq": 10000,
252
  "use_policy_training_preset": true,
253
  "optimizer": {
254
  "type": "adamw",
255
+ "lr": 0.0001,
256
  "weight_decay": 1e-08,
257
  "grad_clip_norm": 1.0,
258
  "betas": [
 
263
  },
264
  "scheduler": {
265
  "type": "cosine_decay_with_warmup",
266
+ "num_warmup_steps": 5000,
267
  "num_decay_steps": 30000,
268
+ "peak_lr": 0.0001,
269
  "decay_lr": 2e-05
270
  },
271
  "eval": {
 
283
  "project": "folding-tshirt",
284
  "entity": null,
285
  "notes": null,
286
+ "run_id": "gsj0i9xi",
287
  "mode": null,
288
  "add_tags": true
289
  },