maximellerbach commited on
Commit
fe451d4
·
verified ·
1 Parent(s): de7649f

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
8
- - wam
9
- - robotics
10
  - lerobot
 
 
11
  ---
12
 
13
  # Model Card for wam
 
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - lerobot
9
+ - robotics
10
+ - wam
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_decoder/checkpoints/last/pretrained_model",
37
  "time_between_frames": 50,
38
  "lag_offset": 3,
39
  "image_size": [
@@ -54,7 +54,7 @@
54
  "vision_backbone": "resnet18",
55
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
56
  "use_pretrained_backbone": true,
57
- "freeze_backbone": false,
58
  "latent_dim": 64,
59
  "n_vae_encoder_layers": 4,
60
  "action_head_num_layers": 4,
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": null,
37
  "time_between_frames": 50,
38
  "lag_offset": 3,
39
  "image_size": [
 
54
  "vision_backbone": "resnet18",
55
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
56
  "use_pretrained_backbone": true,
57
+ "freeze_backbone": true,
58
  "latent_dim": 64,
59
  "n_vae_encoder_layers": 4,
60
  "action_head_num_layers": 4,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57f1cff9aea224c05a8781d0b824e0491f6f7c037aa1ad8d919fd845e23b18bd
3
  size 301331136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:822302b4a08baa9e1858cca0c2e5081f76773ae9ae95f6b8085904d0e9aa4347
3
  size 301331136
train_config.json CHANGED
@@ -154,7 +154,7 @@
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
- "pretrained_path": "outputs/train/wam_aloha_decoder/checkpoints/last/pretrained_model",
158
  "time_between_frames": 50,
159
  "lag_offset": 3,
160
  "image_size": [
@@ -175,7 +175,7 @@
175
  "vision_backbone": "resnet18",
176
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
177
  "use_pretrained_backbone": true,
178
- "freeze_backbone": false,
179
  "latent_dim": 64,
180
  "n_vae_encoder_layers": 4,
181
  "action_head_num_layers": 4,
@@ -194,12 +194,12 @@
194
  },
195
  "output_dir": "outputs/train/wam_aloha_decoder",
196
  "job_name": "aloha_wam",
197
- "resume": true,
198
  "seed": 1000,
199
  "cudnn_deterministic": false,
200
  "num_workers": 4,
201
  "batch_size": 8,
202
- "steps": 12000,
203
  "eval_freq": 2000,
204
  "log_freq": 200,
205
  "tolerance_s": 0.0001,
@@ -235,7 +235,7 @@
235
  "project": "lerobot",
236
  "entity": null,
237
  "notes": null,
238
- "run_id": "8sbw5ian",
239
  "mode": null,
240
  "add_tags": true
241
  },
@@ -246,5 +246,5 @@
246
  "rabc_epsilon": 1e-06,
247
  "rabc_head_mode": "sparse",
248
  "rename_map": {},
249
- "checkpoint_path": "outputs/train/wam_aloha_decoder/checkpoints/last"
250
  }
 
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
+ "pretrained_path": null,
158
  "time_between_frames": 50,
159
  "lag_offset": 3,
160
  "image_size": [
 
175
  "vision_backbone": "resnet18",
176
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
177
  "use_pretrained_backbone": true,
178
+ "freeze_backbone": true,
179
  "latent_dim": 64,
180
  "n_vae_encoder_layers": 4,
181
  "action_head_num_layers": 4,
 
194
  },
195
  "output_dir": "outputs/train/wam_aloha_decoder",
196
  "job_name": "aloha_wam",
197
+ "resume": false,
198
  "seed": 1000,
199
  "cudnn_deterministic": false,
200
  "num_workers": 4,
201
  "batch_size": 8,
202
+ "steps": 8000,
203
  "eval_freq": 2000,
204
  "log_freq": 200,
205
  "tolerance_s": 0.0001,
 
235
  "project": "lerobot",
236
  "entity": null,
237
  "notes": null,
238
+ "run_id": "mix86rg4",
239
  "mode": null,
240
  "add_tags": true
241
  },
 
246
  "rabc_epsilon": 1e-06,
247
  "rabc_head_mode": "sparse",
248
  "rename_map": {},
249
+ "checkpoint_path": null
250
  }