Robotics
LeRobot
Safetensors
lingbot_va
maximellerbach commited on
Commit
1e15115
·
verified ·
1 Parent(s): 3946090

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +21 -20
  3. model.safetensors +2 -2
  4. train_config.json +31 -29
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: lingbot_va
6
  pipeline_tag: robotics
7
  tags:
8
  - lingbot_va
9
- - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for lingbot_va
@@ -78,10 +78,10 @@ The policy consumes these observation features and produces these action feature
78
 
79
  | Setting | Value |
80
  | --- | --- |
81
- | Training steps | 66686 |
82
  | Batch size | 16 |
83
  | Optimizer | adamw |
84
- | Learning rate | 1e-05 |
85
  | Seed | 1000 |
86
  | LeRobot version | 0.6.1 |
87
 
 
6
  pipeline_tag: robotics
7
  tags:
8
  - lingbot_va
 
9
  - robotics
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for lingbot_va
 
78
 
79
  | Setting | Value |
80
  | --- | --- |
81
+ | Training steps | 26674 |
82
  | Batch size | 16 |
83
  | Optimizer | adamw |
84
+ | Learning rate | 2e-05 |
85
  | Seed | 1000 |
86
  | LeRobot version | 0.6.1 |
87
 
config.json CHANGED
@@ -43,7 +43,7 @@
43
  "private": null,
44
  "tags": null,
45
  "license": null,
46
- "pretrained_path": "lerobot/lingbot_va_base",
47
  "pretrained_revision": null,
48
  "patch_size": [
49
  1,
@@ -87,22 +87,22 @@
87
  "action_snr_shift": 1.0,
88
  "max_sequence_length": 512,
89
  "used_action_channel_ids": [
90
- 0,
91
- 1,
92
- 2,
93
- 3,
94
- 4,
95
- 5,
96
- 6,
97
- 7,
98
- 8,
99
- 9,
100
- 10,
101
- 11,
102
- 12,
103
- 13,
104
  14,
105
- 15
 
 
 
 
 
 
106
  ],
107
  "use_relative_actions": true,
108
  "relative_exclude_joints": [
@@ -132,14 +132,15 @@
132
  "STATE": "IDENTITY",
133
  "ACTION": "QUANTILES"
134
  },
135
- "optimizer_lr": 1e-05,
136
  "optimizer_betas": [
137
  0.9,
138
- 0.999
139
  ],
140
  "optimizer_eps": 1e-08,
141
  "optimizer_weight_decay": 0.0001,
142
  "optimizer_grad_clip_norm": 1.0,
143
- "scheduler_warmup_steps": 3000,
144
- "scheduler_type": "cosine_annealing_with_warmup"
 
145
  }
 
43
  "private": null,
44
  "tags": null,
45
  "license": null,
46
+ "pretrained_path": "/fsx/maxime_ellerbach/robots/runs/folding-tshirt/outputs/train/lingbot_absolute_22372322/checkpoints/last/pretrained_model",
47
  "pretrained_revision": null,
48
  "patch_size": [
49
  1,
 
87
  "action_snr_shift": 1.0,
88
  "max_sequence_length": 512,
89
  "used_action_channel_ids": [
90
+ 21,
91
+ 22,
92
+ 23,
93
+ 24,
94
+ 25,
95
+ 26,
96
+ 27,
97
+ 29,
 
 
 
 
 
 
98
  14,
99
+ 15,
100
+ 16,
101
+ 17,
102
+ 18,
103
+ 19,
104
+ 20,
105
+ 28
106
  ],
107
  "use_relative_actions": true,
108
  "relative_exclude_joints": [
 
132
  "STATE": "IDENTITY",
133
  "ACTION": "QUANTILES"
134
  },
135
+ "optimizer_lr": 2e-05,
136
  "optimizer_betas": [
137
  0.9,
138
+ 0.95
139
  ],
140
  "optimizer_eps": 1e-08,
141
  "optimizer_weight_decay": 0.0001,
142
  "optimizer_grad_clip_norm": 1.0,
143
+ "scheduler_warmup_steps": 1000,
144
+ "scheduler_type": "constant_with_warmup",
145
+ "action_noisy_cond_prob": 0.2
146
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24fd2d1d1b44ae6446c93706e691c8c85999ed769613cc339d2ee886b20d1112
3
- size 10177841764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf50786ac1c88783dd22d44c187f79e70eff53ac47ba0e3182a923a21ffe000
3
+ size 20355587160
train_config.json CHANGED
@@ -128,7 +128,7 @@
128
  "private": null,
129
  "tags": null,
130
  "license": null,
131
- "pretrained_path": "lerobot/lingbot_va_base",
132
  "pretrained_revision": null,
133
  "patch_size": [
134
  1,
@@ -172,22 +172,22 @@
172
  "action_snr_shift": 1.0,
173
  "max_sequence_length": 512,
174
  "used_action_channel_ids": [
175
- 0,
176
- 1,
177
- 2,
178
- 3,
179
- 4,
180
- 5,
181
- 6,
182
- 7,
183
- 8,
184
- 9,
185
- 10,
186
- 11,
187
- 12,
188
- 13,
189
  14,
190
- 15
 
 
 
 
 
 
191
  ],
192
  "use_relative_actions": true,
193
  "relative_exclude_joints": [
@@ -217,20 +217,21 @@
217
  "STATE": "IDENTITY",
218
  "ACTION": "QUANTILES"
219
  },
220
- "optimizer_lr": 1e-05,
221
  "optimizer_betas": [
222
  0.9,
223
- 0.999
224
  ],
225
  "optimizer_eps": 1e-08,
226
  "optimizer_weight_decay": 0.0001,
227
  "optimizer_grad_clip_norm": 1.0,
228
- "scheduler_warmup_steps": 3000,
229
- "scheduler_type": "cosine_annealing_with_warmup"
 
230
  },
231
  "reward_model": null,
232
- "output_dir": "outputs/train/lingbot_wu3k_b999_22363492",
233
- "job_name": "lingbot_wu3k_b999",
234
  "resume": false,
235
  "seed": 1000,
236
  "cudnn_deterministic": false,
@@ -238,7 +239,7 @@
238
  "batch_size": 16,
239
  "prefetch_factor": 4,
240
  "persistent_workers": true,
241
- "steps": 66686,
242
  "env_eval_freq": 20000,
243
  "log_freq": 50,
244
  "eval_steps": 0,
@@ -249,18 +250,18 @@
249
  "use_policy_training_preset": true,
250
  "optimizer": {
251
  "type": "adamw",
252
- "lr": 1e-05,
253
  "weight_decay": 0.0001,
254
  "grad_clip_norm": 1.0,
255
  "betas": [
256
  0.9,
257
- 0.999
258
  ],
259
  "eps": 1e-08
260
  },
261
  "scheduler": {
262
- "type": "cosine_annealing_with_warmup",
263
- "num_warmup_steps": 3000
264
  },
265
  "eval": {
266
  "n_episodes": 50,
@@ -268,7 +269,8 @@
268
  "use_async_envs": true,
269
  "recording": false,
270
  "recording_repo_id": null,
271
- "recording_private": false
 
272
  },
273
  "wandb": {
274
  "enable": true,
@@ -276,7 +278,7 @@
276
  "project": "folding-tshirt",
277
  "entity": null,
278
  "notes": null,
279
- "run_id": "zh1364z2",
280
  "mode": null,
281
  "add_tags": true
282
  },
 
128
  "private": null,
129
  "tags": null,
130
  "license": null,
131
+ "pretrained_path": "/fsx/maxime_ellerbach/robots/runs/folding-tshirt/outputs/train/lingbot_absolute_22372322/checkpoints/last/pretrained_model",
132
  "pretrained_revision": null,
133
  "patch_size": [
134
  1,
 
172
  "action_snr_shift": 1.0,
173
  "max_sequence_length": 512,
174
  "used_action_channel_ids": [
175
+ 21,
176
+ 22,
177
+ 23,
178
+ 24,
179
+ 25,
180
+ 26,
181
+ 27,
182
+ 29,
 
 
 
 
 
 
183
  14,
184
+ 15,
185
+ 16,
186
+ 17,
187
+ 18,
188
+ 19,
189
+ 20,
190
+ 28
191
  ],
192
  "use_relative_actions": true,
193
  "relative_exclude_joints": [
 
217
  "STATE": "IDENTITY",
218
  "ACTION": "QUANTILES"
219
  },
220
+ "optimizer_lr": 2e-05,
221
  "optimizer_betas": [
222
  0.9,
223
+ 0.95
224
  ],
225
  "optimizer_eps": 1e-08,
226
  "optimizer_weight_decay": 0.0001,
227
  "optimizer_grad_clip_norm": 1.0,
228
+ "scheduler_warmup_steps": 1000,
229
+ "scheduler_type": "constant_with_warmup",
230
+ "action_noisy_cond_prob": 0.2
231
  },
232
  "reward_model": null,
233
+ "output_dir": "outputs/train/folding_lingbot_multinode_3706",
234
+ "job_name": "folding_lingbot_multinode",
235
  "resume": false,
236
  "seed": 1000,
237
  "cudnn_deterministic": false,
 
239
  "batch_size": 16,
240
  "prefetch_factor": 4,
241
  "persistent_workers": true,
242
+ "steps": 26674,
243
  "env_eval_freq": 20000,
244
  "log_freq": 50,
245
  "eval_steps": 0,
 
250
  "use_policy_training_preset": true,
251
  "optimizer": {
252
  "type": "adamw",
253
+ "lr": 2e-05,
254
  "weight_decay": 0.0001,
255
  "grad_clip_norm": 1.0,
256
  "betas": [
257
  0.9,
258
+ 0.95
259
  ],
260
  "eps": 1e-08
261
  },
262
  "scheduler": {
263
+ "type": "constant_with_warmup",
264
+ "num_warmup_steps": 1000
265
  },
266
  "eval": {
267
  "n_episodes": 50,
 
269
  "use_async_envs": true,
270
  "recording": false,
271
  "recording_repo_id": null,
272
+ "recording_private": false,
273
+ "save_predicted_video": false
274
  },
275
  "wandb": {
276
  "enable": true,
 
278
  "project": "folding-tshirt",
279
  "entity": null,
280
  "notes": null,
281
+ "run_id": "s7n6kfhx",
282
  "mode": null,
283
  "add_tags": true
284
  },