maximellerbach commited on
Commit
97dea32
·
verified ·
1 Parent(s): 32c443f

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 +4 -4
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": null,
37
  "time_between_frames": 10,
38
  "lag_offset": 3,
39
  "image_size": [
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/wam_aloha_transfer/checkpoints/last/pretrained_model",
37
  "time_between_frames": 10,
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:2658b43cbae83d540e3e13b0b0b9653974e7593f2c8b40941331e3308e9c3ef8
3
  size 292783912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e77e4ae2a71a2d0dd9cb8898c7141443b3b5c7d0d18ed63ae19d1b91a816cac
3
  size 292783912
train_config.json CHANGED
@@ -154,7 +154,7 @@
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
- "pretrained_path": null,
158
  "time_between_frames": 10,
159
  "lag_offset": 3,
160
  "image_size": [
@@ -195,12 +195,12 @@
195
  },
196
  "output_dir": "outputs/train/wam_aloha_transfer",
197
  "job_name": "aloha_wam",
198
- "resume": false,
199
  "seed": 1000,
200
  "cudnn_deterministic": false,
201
  "num_workers": 4,
202
  "batch_size": 8,
203
- "steps": 8000,
204
  "eval_freq": 2000,
205
  "log_freq": 200,
206
  "tolerance_s": 0.0001,
@@ -247,5 +247,5 @@
247
  "rabc_epsilon": 1e-06,
248
  "rabc_head_mode": "sparse",
249
  "rename_map": {},
250
- "checkpoint_path": null
251
  }
 
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
+ "pretrained_path": "outputs/train/wam_aloha_transfer/checkpoints/last/pretrained_model",
158
  "time_between_frames": 10,
159
  "lag_offset": 3,
160
  "image_size": [
 
195
  },
196
  "output_dir": "outputs/train/wam_aloha_transfer",
197
  "job_name": "aloha_wam",
198
+ "resume": true,
199
  "seed": 1000,
200
  "cudnn_deterministic": false,
201
  "num_workers": 4,
202
  "batch_size": 8,
203
+ "steps": 10000,
204
  "eval_freq": 2000,
205
  "log_freq": 200,
206
  "tolerance_s": 0.0001,
 
247
  "rabc_epsilon": 1e-06,
248
  "rabc_head_mode": "sparse",
249
  "rename_map": {},
250
+ "checkpoint_path": "outputs/train/wam_aloha_transfer/checkpoints/last"
251
  }