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

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +2 -2
  3. train_config.json +6 -6
config.json CHANGED
@@ -33,7 +33,7 @@
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,
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": null,
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:a83d3670113067ad49ff966d1775e3c0001f04db5ff300b9649e0c00a5e4400e
3
- size 346253912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a988061168166bf852bd1d5cee2f6ac1f105abeca4424273d6c314138cde07
3
+ size 346244600
train_config.json CHANGED
@@ -154,7 +154,7 @@
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,
@@ -196,12 +196,12 @@
196
  },
197
  "output_dir": "outputs/train/wam_aloha_cosine_sim",
198
  "job_name": "aloha_wam",
199
- "resume": true,
200
  "seed": 1000,
201
  "cudnn_deterministic": false,
202
- "num_workers": 4,
203
  "batch_size": 8,
204
- "steps": 14000,
205
  "eval_freq": 2000,
206
  "log_freq": 200,
207
  "tolerance_s": 0.0001,
@@ -237,7 +237,7 @@
237
  "project": "lerobot",
238
  "entity": null,
239
  "notes": null,
240
- "run_id": "x4vt5npi",
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_cosine_sim/checkpoints/last"
252
  }
 
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
+ "pretrained_path": null,
158
  "n_obs_frames": 1,
159
  "obs_frame_skip": 5,
160
  "pred_frame_skip": 50,
 
196
  },
197
  "output_dir": "outputs/train/wam_aloha_cosine_sim",
198
  "job_name": "aloha_wam",
199
+ "resume": false,
200
  "seed": 1000,
201
  "cudnn_deterministic": false,
202
+ "num_workers": 8,
203
  "batch_size": 8,
204
+ "steps": 10000,
205
  "eval_freq": 2000,
206
  "log_freq": 200,
207
  "tolerance_s": 0.0001,
 
237
  "project": "lerobot",
238
  "entity": null,
239
  "notes": null,
240
+ "run_id": "ll7e7h3r",
241
  "mode": null,
242
  "add_tags": true
243
  },
 
248
  "rabc_epsilon": 1e-06,
249
  "rabc_head_mode": "sparse",
250
  "rename_map": {},
251
+ "checkpoint_path": null
252
  }