maximellerbach commited on
Commit
e840c12
·
verified ·
1 Parent(s): 991ef16

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +4 -4
  3. model.safetensors +2 -2
  4. train_config.json +6 -6
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: wam
6
  pipeline_tag: robotics
7
  tags:
8
  - wam
9
- - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for wam
 
6
  pipeline_tag: robotics
7
  tags:
8
  - wam
 
9
  - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for wam
config.json CHANGED
@@ -34,7 +34,7 @@
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": [
40
  256,
@@ -55,14 +55,14 @@
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,
61
  "action_head_num_heads": 8,
62
  "action_head_dropout": 0.1,
63
- "predictor_num_layers": 6,
64
  "predictor_num_heads": 8,
65
- "predictor_dropout": 0.1,
66
  "predictor_max_tokens": 1024,
67
  "optimizer_lr": 5e-05,
68
  "optimizer_weight_decay": 0.01,
 
34
  "tags": null,
35
  "license": null,
36
  "pretrained_path": "outputs/train/wam_aloha_decoder/checkpoints/last/pretrained_model",
37
+ "time_between_frames": 25,
38
  "lag_offset": 3,
39
  "image_size": [
40
  256,
 
55
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
56
  "use_pretrained_backbone": true,
57
  "freeze_backbone": false,
58
+ "latent_dim": 32,
59
  "n_vae_encoder_layers": 4,
60
  "action_head_num_layers": 4,
61
  "action_head_num_heads": 8,
62
  "action_head_dropout": 0.1,
63
+ "predictor_num_layers": 8,
64
  "predictor_num_heads": 8,
65
+ "predictor_dropout": 0.05,
66
  "predictor_max_tokens": 1024,
67
  "optimizer_lr": 5e-05,
68
  "optimizer_weight_decay": 0.01,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:895312746da5cfe45107082b9e2685584b3ef9ad7b194e081d4235803715ab85
3
- size 303432392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c3fceec6c954c2139c883af085c71884ba334b7e5f5f684fd2e6878e3a92fd3
3
+ size 370502980
train_config.json CHANGED
@@ -155,7 +155,7 @@
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": [
161
  256,
@@ -176,14 +176,14 @@
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,
182
  "action_head_num_heads": 8,
183
  "action_head_dropout": 0.1,
184
- "predictor_num_layers": 6,
185
  "predictor_num_heads": 8,
186
- "predictor_dropout": 0.1,
187
  "predictor_max_tokens": 1024,
188
  "optimizer_lr": 5e-05,
189
  "optimizer_weight_decay": 0.01,
@@ -199,7 +199,7 @@
199
  "cudnn_deterministic": false,
200
  "num_workers": 4,
201
  "batch_size": 8,
202
- "steps": 28000,
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": "2eptl0z3",
239
  "mode": null,
240
  "add_tags": true
241
  },
 
155
  "tags": null,
156
  "license": null,
157
  "pretrained_path": "outputs/train/wam_aloha_decoder/checkpoints/last/pretrained_model",
158
+ "time_between_frames": 25,
159
  "lag_offset": 3,
160
  "image_size": [
161
  256,
 
176
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
177
  "use_pretrained_backbone": true,
178
  "freeze_backbone": false,
179
+ "latent_dim": 32,
180
  "n_vae_encoder_layers": 4,
181
  "action_head_num_layers": 4,
182
  "action_head_num_heads": 8,
183
  "action_head_dropout": 0.1,
184
+ "predictor_num_layers": 8,
185
  "predictor_num_heads": 8,
186
+ "predictor_dropout": 0.05,
187
  "predictor_max_tokens": 1024,
188
  "optimizer_lr": 5e-05,
189
  "optimizer_weight_decay": 0.01,
 
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": "fbz99gme",
239
  "mode": null,
240
  "add_tags": true
241
  },