Robotics
LeRobot
Safetensors
wam
maximellerbach commited on
Commit
3b39bb2
·
1 Parent(s): 70bd322

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +4 -4
  3. model.safetensors +2 -2
  4. train_config.json +9 -9
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - lerobot
 
10
  - wam
11
  ---
12
 
 
5
  model_name: wam
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
+ - robotics
10
  - wam
11
  ---
12
 
config.json CHANGED
@@ -33,10 +33,10 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": "outputs/train/wam_aloha/checkpoints/last/pretrained_model",
37
- "n_obs_frames": 3,
38
  "obs_frame_skip": 10,
39
- "pred_frame_skip": 25,
40
  "n_pred_frames": 2,
41
  "lag_offset": 3,
42
  "image_size": [
@@ -44,7 +44,7 @@
44
  256
45
  ],
46
  "horizon": 50,
47
- "n_action_steps": 50,
48
  "normalization_mapping": {
49
  "VISUAL": "MEAN_STD",
50
  "STATE": "MEAN_STD",
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/wam_aloha_oneframe/checkpoints/last/pretrained_model",
37
+ "n_obs_frames": 1,
38
  "obs_frame_skip": 10,
39
+ "pred_frame_skip": 20,
40
  "n_pred_frames": 2,
41
  "lag_offset": 3,
42
  "image_size": [
 
44
  256
45
  ],
46
  "horizon": 50,
47
+ "n_action_steps": 20,
48
  "normalization_mapping": {
49
  "VISUAL": "MEAN_STD",
50
  "STATE": "MEAN_STD",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e692f77eaa7bbf8c890f0897272f075f9b5787a97f5c784fa1b64d91c018205
3
- size 299527568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892ddb2cc87c330b5e1fe3d791b98d358ffb1d1a7ccc62ed8637fa0be853a6bf
3
+ size 299524496
train_config.json CHANGED
@@ -154,10 +154,10 @@
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
- "pretrained_path": "outputs/train/wam_aloha/checkpoints/last/pretrained_model",
158
- "n_obs_frames": 3,
159
  "obs_frame_skip": 10,
160
- "pred_frame_skip": 25,
161
  "n_pred_frames": 2,
162
  "lag_offset": 3,
163
  "image_size": [
@@ -165,7 +165,7 @@
165
  256
166
  ],
167
  "horizon": 50,
168
- "n_action_steps": 50,
169
  "normalization_mapping": {
170
  "VISUAL": "MEAN_STD",
171
  "STATE": "MEAN_STD",
@@ -195,7 +195,7 @@
195
  "scheduler_warmup_steps": 500,
196
  "scheduler_decay_steps": 5000
197
  },
198
- "output_dir": "outputs/train/wam_aloha",
199
  "job_name": "aloha_wam",
200
  "resume": true,
201
  "seed": 1000,
@@ -228,8 +228,8 @@
228
  "decay_lr": 1e-05
229
  },
230
  "eval": {
231
- "n_episodes": 5,
232
- "batch_size": 1,
233
  "use_async_envs": false
234
  },
235
  "wandb": {
@@ -238,7 +238,7 @@
238
  "project": "lerobot",
239
  "entity": null,
240
  "notes": null,
241
- "run_id": "ttq8wv3s",
242
  "mode": null,
243
  "add_tags": true
244
  },
@@ -249,5 +249,5 @@
249
  "rabc_epsilon": 1e-06,
250
  "rabc_head_mode": "sparse",
251
  "rename_map": {},
252
- "checkpoint_path": "outputs/train/wam_aloha/checkpoints/last"
253
  }
 
154
  "private": null,
155
  "tags": null,
156
  "license": null,
157
+ "pretrained_path": "outputs/train/wam_aloha_oneframe/checkpoints/last/pretrained_model",
158
+ "n_obs_frames": 1,
159
  "obs_frame_skip": 10,
160
+ "pred_frame_skip": 20,
161
  "n_pred_frames": 2,
162
  "lag_offset": 3,
163
  "image_size": [
 
165
  256
166
  ],
167
  "horizon": 50,
168
+ "n_action_steps": 20,
169
  "normalization_mapping": {
170
  "VISUAL": "MEAN_STD",
171
  "STATE": "MEAN_STD",
 
195
  "scheduler_warmup_steps": 500,
196
  "scheduler_decay_steps": 5000
197
  },
198
+ "output_dir": "outputs/train/wam_aloha_oneframe",
199
  "job_name": "aloha_wam",
200
  "resume": true,
201
  "seed": 1000,
 
228
  "decay_lr": 1e-05
229
  },
230
  "eval": {
231
+ "n_episodes": 4,
232
+ "batch_size": 4,
233
  "use_async_envs": false
234
  },
235
  "wandb": {
 
238
  "project": "lerobot",
239
  "entity": null,
240
  "notes": null,
241
+ "run_id": "dwkawax5",
242
  "mode": null,
243
  "add_tags": true
244
  },
 
249
  "rabc_epsilon": 1e-06,
250
  "rabc_head_mode": "sparse",
251
  "rename_map": {},
252
+ "checkpoint_path": "outputs/train/wam_aloha_oneframe/checkpoints/last"
253
  }