Robotics
LeRobot
Safetensors
wam
maximellerbach commited on
Commit
44dccb7
·
verified ·
1 Parent(s): c6e8ba4

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +5 -5
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": "outputs/train/wam_aloha_ema/checkpoints/last/pretrained_model",
37
  "n_obs_frames": 1,
38
  "obs_frame_skip": 5,
39
  "pred_frame_skip": 50,
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/wam_aloha_cosine_sim/checkpoints/last/pretrained_model",
37
  "n_obs_frames": 1,
38
  "obs_frame_skip": 5,
39
  "pred_frame_skip": 50,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b31fd18cc9306a2e680f9d23de445383e26b6e9cb4eaa02a9d81153c90f4856
3
  size 346253912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83d3670113067ad49ff966d1775e3c0001f04db5ff300b9649e0c00a5e4400e
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_ema/checkpoints/last/pretrained_model",
158
  "n_obs_frames": 1,
159
  "obs_frame_skip": 5,
160
  "pred_frame_skip": 50,
@@ -194,7 +194,7 @@
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": true,
200
  "seed": 1000,
@@ -236,8 +236,8 @@
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,5 +248,5 @@
248
  "rabc_epsilon": 1e-06,
249
  "rabc_head_mode": "sparse",
250
  "rename_map": {},
251
- "checkpoint_path": "outputs/train/wam_aloha_ema/checkpoints/last"
252
  }
 
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
+ "pretrained_path": "outputs/train/wam_aloha_cosine_sim/checkpoints/last/pretrained_model",
158
  "n_obs_frames": 1,
159
  "obs_frame_skip": 5,
160
  "pred_frame_skip": 50,
 
194
  "scheduler_warmup_steps": 500,
195
  "scheduler_decay_steps": 5000
196
  },
197
+ "output_dir": "outputs/train/wam_aloha_cosine_sim",
198
  "job_name": "aloha_wam",
199
  "resume": true,
200
  "seed": 1000,
 
236
  "disable_artifact": false,
237
  "project": "lerobot",
238
  "entity": null,
239
+ "notes": null,
240
+ "run_id": "x4vt5npi",
241
  "mode": null,
242
  "add_tags": true
243
  },
 
248
  "rabc_epsilon": 1e-06,
249
  "rabc_head_mode": "sparse",
250
  "rename_map": {},
251
+ "checkpoint_path": "outputs/train/wam_aloha_cosine_sim/checkpoints/last"
252
  }