maximellerbach commited on
Commit
170ce58
·
verified ·
1 Parent(s): 17b1dbb

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +9 -9
  3. model.safetensors +2 -2
  4. train_config.json +19 -58
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- datasets: lerobot/aloha_sim_transfer_cube_human
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: wam
 
1
  ---
2
+ datasets: maximellerbach/pickandplace
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: wam
config.json CHANGED
@@ -2,26 +2,26 @@
2
  "type": "wam",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
- "observation.images.top": {
 
 
 
 
 
 
6
  "type": "VISUAL",
7
  "shape": [
8
  3,
9
  480,
10
  640
11
  ]
12
- },
13
- "observation.state": {
14
- "type": "STATE",
15
- "shape": [
16
- 14
17
- ]
18
  }
19
  },
20
  "output_features": {
21
  "action": {
22
  "type": "ACTION",
23
  "shape": [
24
- 14
25
  ]
26
  }
27
  },
@@ -33,7 +33,7 @@
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": 30,
38
  "lag_offset": 3,
39
  "image_size": [
 
2
  "type": "wam",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
15
  480,
16
  640
17
  ]
 
 
 
 
 
 
18
  }
19
  },
20
  "output_features": {
21
  "action": {
22
  "type": "ACTION",
23
  "shape": [
24
+ 6
25
  ]
26
  }
27
  },
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": null,
37
  "time_between_frames": 30,
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:9b57b85e4c428bbe41fcee74b77a3971d811dafe6f6cb687f8cc2fb16652ef66
3
- size 292788316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3cf02055f2b698e414b8ff9d68ebf05529de9b4c774d9f1e02b22b3b1d60301
3
+ size 291755156
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "lerobot/aloha_sim_transfer_cube_human",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -79,70 +79,31 @@
79
  "video_backend": "torchcodec",
80
  "streaming": false
81
  },
82
- "env": {
83
- "type": "aloha",
84
- "task": "AlohaTransferCube-v0",
85
- "fps": 50,
86
- "features": {
87
- "action": {
88
- "type": "ACTION",
89
- "shape": [
90
- 14
91
- ]
92
- },
93
- "agent_pos": {
94
- "type": "STATE",
95
- "shape": [
96
- 14
97
- ]
98
- },
99
- "pixels/top": {
100
- "type": "VISUAL",
101
- "shape": [
102
- 480,
103
- 640,
104
- 3
105
- ]
106
- }
107
- },
108
- "features_map": {
109
- "action": "action",
110
- "agent_pos": "observation.state",
111
- "top": "observation.image.top",
112
- "pixels/top": "observation.images.top"
113
- },
114
- "max_parallel_tasks": 1,
115
- "disable_env_checker": true,
116
- "episode_length": 400,
117
- "obs_type": "pixels_agent_pos",
118
- "observation_height": 480,
119
- "observation_width": 640,
120
- "render_mode": "rgb_array"
121
- },
122
  "policy": {
123
  "type": "wam",
124
  "n_obs_steps": 1,
125
  "input_features": {
126
- "observation.images.top": {
 
 
 
 
 
 
127
  "type": "VISUAL",
128
  "shape": [
129
  3,
130
  480,
131
  640
132
  ]
133
- },
134
- "observation.state": {
135
- "type": "STATE",
136
- "shape": [
137
- 14
138
- ]
139
  }
140
  },
141
  "output_features": {
142
  "action": {
143
  "type": "ACTION",
144
  "shape": [
145
- 14
146
  ]
147
  }
148
  },
@@ -154,7 +115,7 @@
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": 30,
159
  "lag_offset": 3,
160
  "image_size": [
@@ -193,15 +154,15 @@
193
  "scheduler_warmup_steps": 500,
194
  "scheduler_decay_steps": 5000
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": 8000,
204
- "eval_freq": 2000,
205
  "log_freq": 200,
206
  "tolerance_s": 0.0001,
207
  "save_checkpoint": true,
@@ -226,8 +187,8 @@
226
  "decay_lr": 1e-05
227
  },
228
  "eval": {
229
- "n_episodes": 4,
230
- "batch_size": 4,
231
  "use_async_envs": false
232
  },
233
  "wandb": {
@@ -236,7 +197,7 @@
236
  "project": "lerobot",
237
  "entity": null,
238
  "notes": null,
239
- "run_id": "9xrdavcl",
240
  "mode": null,
241
  "add_tags": true
242
  },
@@ -247,5 +208,5 @@
247
  "rabc_epsilon": 1e-06,
248
  "rabc_head_mode": "sparse",
249
  "rename_map": {},
250
- "checkpoint_path": "outputs/train/wam_aloha_transfer/checkpoints/last"
251
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "maximellerbach/pickandplace",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
79
  "video_backend": "torchcodec",
80
  "streaming": false
81
  },
82
+ "env": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  "policy": {
84
  "type": "wam",
85
  "n_obs_steps": 1,
86
  "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 6
91
+ ]
92
+ },
93
+ "observation.images.front": {
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
97
  480,
98
  640
99
  ]
 
 
 
 
 
 
100
  }
101
  },
102
  "output_features": {
103
  "action": {
104
  "type": "ACTION",
105
  "shape": [
106
+ 6
107
  ]
108
  }
109
  },
 
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": null,
119
  "time_between_frames": 30,
120
  "lag_offset": 3,
121
  "image_size": [
 
154
  "scheduler_warmup_steps": 500,
155
  "scheduler_decay_steps": 5000
156
  },
157
+ "output_dir": "outputs/train/wam_pickandplace",
158
+ "job_name": "wam",
159
+ "resume": false,
160
  "seed": 1000,
161
  "cudnn_deterministic": false,
162
  "num_workers": 4,
163
  "batch_size": 8,
164
  "steps": 8000,
165
+ "eval_freq": 20000,
166
  "log_freq": 200,
167
  "tolerance_s": 0.0001,
168
  "save_checkpoint": true,
 
187
  "decay_lr": 1e-05
188
  },
189
  "eval": {
190
+ "n_episodes": 50,
191
+ "batch_size": 50,
192
  "use_async_envs": false
193
  },
194
  "wandb": {
 
197
  "project": "lerobot",
198
  "entity": null,
199
  "notes": null,
200
+ "run_id": "ftbz9kk0",
201
  "mode": null,
202
  "add_tags": true
203
  },
 
208
  "rabc_epsilon": 1e-06,
209
  "rabc_head_mode": "sparse",
210
  "rename_map": {},
211
+ "checkpoint_path": null
212
  }