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

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +2 -2
  4. train_config.json +2 -2
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - robotics
 
10
  - wam
11
  ---
12
 
 
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
+ - lerobot
10
  - wam
11
  ---
12
 
config.json CHANGED
@@ -54,7 +54,7 @@
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,
 
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:822302b4a08baa9e1858cca0c2e5081f76773ae9ae95f6b8085904d0e9aa4347
3
- size 301331136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8a6ac2966b8237ea8d66fbd76636f86065632e18e2e327ef37e287482f991b
3
+ size 303432392
train_config.json CHANGED
@@ -175,7 +175,7 @@
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,
@@ -235,7 +235,7 @@
235
  "project": "lerobot",
236
  "entity": null,
237
  "notes": null,
238
- "run_id": "mix86rg4",
239
  "mode": null,
240
  "add_tags": true
241
  },
 
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,
 
235
  "project": "lerobot",
236
  "entity": null,
237
  "notes": null,
238
+ "run_id": "p2t1vcb8",
239
  "mode": null,
240
  "add_tags": true
241
  },