Robotics
LeRobot
Safetensors
wam
maximellerbach commited on
Commit
5b2c6ce
·
verified ·
1 Parent(s): 4fca400

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -1
  3. model.safetensors +2 -2
  4. train_config.json +8 -7
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - wam
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for wam
 
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
 
8
  - wam
9
  - robotics
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for wam
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": "outputs/train/wam_aloha_single_obs_aw1/checkpoints/last/pretrained_model",
37
  "n_obs_frames": 1,
38
  "obs_frame_skip": 5,
39
  "pred_frame_skip": 50,
@@ -57,6 +57,7 @@
57
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
58
  "use_pretrained_backbone": true,
59
  "freeze_backbone": false,
 
60
  "latent_dim": 32,
61
  "n_vae_encoder_layers": 4,
62
  "vae_num_heads": 8,
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": null,
37
  "n_obs_frames": 1,
38
  "obs_frame_skip": 5,
39
  "pred_frame_skip": 50,
 
57
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
58
  "use_pretrained_backbone": true,
59
  "freeze_backbone": false,
60
+ "ema_decay": 0.99,
61
  "latent_dim": 32,
62
  "n_vae_encoder_layers": 4,
63
  "vae_num_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13255821e5570ba8f063069725c799df6e98595c4e3c891884e855451d51a1e4
3
- size 300706096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3b9d8f49728576e4ac0421f39fcfd15d4e7f955b46cc94c2dac624a3cd6c92
3
+ size 346253912
train_config.json CHANGED
@@ -154,7 +154,7 @@
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
- "pretrained_path": "outputs/train/wam_aloha_single_obs_aw1/checkpoints/last/pretrained_model",
158
  "n_obs_frames": 1,
159
  "obs_frame_skip": 5,
160
  "pred_frame_skip": 50,
@@ -178,6 +178,7 @@
178
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
179
  "use_pretrained_backbone": true,
180
  "freeze_backbone": false,
 
181
  "latent_dim": 32,
182
  "n_vae_encoder_layers": 4,
183
  "vae_num_heads": 8,
@@ -193,14 +194,14 @@
193
  "scheduler_warmup_steps": 500,
194
  "scheduler_decay_steps": 5000
195
  },
196
- "output_dir": "outputs/train/wam_aloha_single_obs_aw1",
197
  "job_name": "aloha_wam",
198
- "resume": true,
199
  "seed": 1000,
200
  "cudnn_deterministic": false,
201
  "num_workers": 4,
202
  "batch_size": 8,
203
- "steps": 14000,
204
  "eval_freq": 2000,
205
  "log_freq": 200,
206
  "tolerance_s": 0.0001,
@@ -235,8 +236,8 @@
235
  "disable_artifact": false,
236
  "project": "lerobot",
237
  "entity": null,
238
- "notes": null,
239
- "run_id": "1xn0rhtr",
240
  "mode": null,
241
  "add_tags": true
242
  },
@@ -247,5 +248,5 @@
247
  "rabc_epsilon": 1e-06,
248
  "rabc_head_mode": "sparse",
249
  "rename_map": {},
250
- "checkpoint_path": "outputs/train/wam_aloha_single_obs_aw1/checkpoints/last"
251
  }
 
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
+ "pretrained_path": null,
158
  "n_obs_frames": 1,
159
  "obs_frame_skip": 5,
160
  "pred_frame_skip": 50,
 
178
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
179
  "use_pretrained_backbone": true,
180
  "freeze_backbone": false,
181
+ "ema_decay": 0.99,
182
  "latent_dim": 32,
183
  "n_vae_encoder_layers": 4,
184
  "vae_num_heads": 8,
 
194
  "scheduler_warmup_steps": 500,
195
  "scheduler_decay_steps": 5000
196
  },
197
+ "output_dir": "outputs/train/wam_aloha_ema",
198
  "job_name": "aloha_wam",
199
+ "resume": false,
200
  "seed": 1000,
201
  "cudnn_deterministic": false,
202
  "num_workers": 4,
203
  "batch_size": 8,
204
+ "steps": 10000,
205
  "eval_freq": 2000,
206
  "log_freq": 200,
207
  "tolerance_s": 0.0001,
 
236
  "disable_artifact": false,
237
  "project": "lerobot",
238
  "entity": null,
239
+ "notes": "EMA",
240
+ "run_id": "e9cpcjw0",
241
  "mode": null,
242
  "add_tags": true
243
  },
 
248
  "rabc_epsilon": 1e-06,
249
  "rabc_head_mode": "sparse",
250
  "rename_map": {},
251
+ "checkpoint_path": null
252
  }