maximellerbach commited on
Commit
9d792a2
·
verified ·
1 Parent(s): 9d3057f

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 +7 -7
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
 
8
  - wam
9
  - robotics
10
- - lerobot
11
  ---
12
 
13
  # Model Card for wam
 
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
8
+ - lerobot
9
  - wam
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for wam
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": "outputs/train/wam_multiview/checkpoints/last/pretrained_model",
45
  "n_obs_frames": 1,
46
  "obs_frame_skip": 5,
47
  "pred_frame_skip": 30,
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": null,
45
  "n_obs_frames": 1,
46
  "obs_frame_skip": 5,
47
  "pred_frame_skip": 30,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82b13aeea7adf374d372c7c3d161f86bec452f5f7d2310a8632c70b512219937
3
  size 330848832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f14082410dde2e007e79e6f2b58f5d286e21bfb0f0b27ad15c2f9c17bb2ea5c
3
  size 330848832
train_config.json CHANGED
@@ -123,7 +123,7 @@
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
- "pretrained_path": "outputs/train/wam_multiview/checkpoints/last/pretrained_model",
127
  "n_obs_frames": 1,
128
  "obs_frame_skip": 5,
129
  "pred_frame_skip": 30,
@@ -163,14 +163,14 @@
163
  "scheduler_warmup_steps": 500,
164
  "scheduler_decay_steps": 5000
165
  },
166
- "output_dir": "outputs/train/wam_multiview",
167
  "job_name": "wam",
168
- "resume": true,
169
  "seed": 1000,
170
  "cudnn_deterministic": false,
171
  "num_workers": 4,
172
  "batch_size": 4,
173
- "steps": 20000,
174
  "eval_freq": 20000,
175
  "log_freq": 200,
176
  "tolerance_s": 0.0001,
@@ -201,12 +201,12 @@
201
  "use_async_envs": false
202
  },
203
  "wandb": {
204
- "enable": true,
205
  "disable_artifact": false,
206
  "project": "lerobot",
207
  "entity": null,
208
  "notes": null,
209
- "run_id": "jqg9jnpr",
210
  "mode": null,
211
  "add_tags": true
212
  },
@@ -217,5 +217,5 @@
217
  "rabc_epsilon": 1e-06,
218
  "rabc_head_mode": "sparse",
219
  "rename_map": {},
220
- "checkpoint_path": "outputs/train/wam_multiview/checkpoints/last"
221
  }
 
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": null,
127
  "n_obs_frames": 1,
128
  "obs_frame_skip": 5,
129
  "pred_frame_skip": 30,
 
163
  "scheduler_warmup_steps": 500,
164
  "scheduler_decay_steps": 5000
165
  },
166
+ "output_dir": "outputs/train/wam_multiview_test",
167
  "job_name": "wam",
168
+ "resume": false,
169
  "seed": 1000,
170
  "cudnn_deterministic": false,
171
  "num_workers": 4,
172
  "batch_size": 4,
173
+ "steps": 12000,
174
  "eval_freq": 20000,
175
  "log_freq": 200,
176
  "tolerance_s": 0.0001,
 
201
  "use_async_envs": false
202
  },
203
  "wandb": {
204
+ "enable": false,
205
  "disable_artifact": false,
206
  "project": "lerobot",
207
  "entity": null,
208
  "notes": null,
209
+ "run_id": null,
210
  "mode": null,
211
  "add_tags": true
212
  },
 
217
  "rabc_epsilon": 1e-06,
218
  "rabc_head_mode": "sparse",
219
  "rename_map": {},
220
+ "checkpoint_path": null
221
  }