maximellerbach commited on
Commit
15590f1
·
verified ·
1 Parent(s): ba0a029

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 +1 -1
  4. train_config.json +4 -4
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - robotics
10
- - wam
11
  ---
12
 
13
  # Model Card for wam
 
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
8
+ - wam
9
  - lerobot
10
  - robotics
 
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_latent/checkpoints/last/pretrained_model",
37
  "time_between_frames": 50,
38
  "lag_offset": 3,
39
  "image_size": [
 
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": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:060c91732b9707b1ce03550e0cdd3a4638f08e9fd1942e03a5b58012fe82dc3f
3
  size 303432392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5aa3ff41b61f60ea8880ad86c840224439938b3588e34f65c8aaf5e1e6dbccd
3
  size 303432392
train_config.json CHANGED
@@ -154,7 +154,7 @@
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
- "pretrained_path": "outputs/train/wam_aloha_latent/checkpoints/last/pretrained_model",
158
  "time_between_frames": 50,
159
  "lag_offset": 3,
160
  "image_size": [
@@ -192,7 +192,7 @@
192
  "scheduler_warmup_steps": 500,
193
  "scheduler_decay_steps": 5000
194
  },
195
- "output_dir": "outputs/train/wam_aloha_latent",
196
  "job_name": "aloha_wam",
197
  "resume": true,
198
  "seed": 1000,
@@ -235,7 +235,7 @@
235
  "project": "lerobot",
236
  "entity": null,
237
  "notes": null,
238
- "run_id": "cp1fqc4s",
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_latent/checkpoints/last"
250
  }
 
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": [
 
192
  "scheduler_warmup_steps": 500,
193
  "scheduler_decay_steps": 5000
194
  },
195
+ "output_dir": "outputs/train/wam_aloha_decoder",
196
  "job_name": "aloha_wam",
197
  "resume": true,
198
  "seed": 1000,
 
235
  "project": "lerobot",
236
  "entity": null,
237
  "notes": null,
238
+ "run_id": "2eptl0z3",
239
  "mode": null,
240
  "add_tags": true
241
  },
 
246
  "rabc_epsilon": 1e-06,
247
  "rabc_head_mode": "sparse",
248
  "rename_map": {},
249
+ "checkpoint_path": "outputs/train/wam_aloha_decoder/checkpoints/last"
250
  }