maximellerbach commited on
Commit
82eb720
·
verified ·
1 Parent(s): 2196379

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
  - robotics
9
  - wam
10
+ - lerobot
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": null,
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_no_time_embed/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:5b762ff0d9717bd10ceb7cea447d32c4ea1ec1dd4d802f0b062b254d96fbfc9c
3
  size 332075480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3579be336bcaa6d3276dbcbccbf59f70be67d29bad004d4f1828ad207fc33da
3
  size 332075480
train_config.json CHANGED
@@ -154,7 +154,7 @@
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,12 +196,12 @@
196
  },
197
  "output_dir": "outputs/train/wam_aloha_no_time_embed",
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,
@@ -248,5 +248,5 @@
248
  "rabc_epsilon": 1e-06,
249
  "rabc_head_mode": "sparse",
250
  "rename_map": {},
251
- "checkpoint_path": null
252
  }
 
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
+ "pretrained_path": "outputs/train/wam_aloha_no_time_embed/checkpoints/last/pretrained_model",
158
  "n_obs_frames": 1,
159
  "obs_frame_skip": 5,
160
  "pred_frame_skip": 50,
 
196
  },
197
  "output_dir": "outputs/train/wam_aloha_no_time_embed",
198
  "job_name": "aloha_wam",
199
+ "resume": true,
200
  "seed": 1000,
201
  "cudnn_deterministic": false,
202
  "num_workers": 8,
203
  "batch_size": 8,
204
+ "steps": 14000,
205
  "eval_freq": 2000,
206
  "log_freq": 200,
207
  "tolerance_s": 0.0001,
 
248
  "rabc_epsilon": 1e-06,
249
  "rabc_head_mode": "sparse",
250
  "rename_map": {},
251
+ "checkpoint_path": "outputs/train/wam_aloha_no_time_embed/checkpoints/last"
252
  }