Robotics
LeRobot
Safetensors
act
AriRyo commited on
Commit
d8e73d4
·
verified ·
1 Parent(s): 6164fda

upload blockpick_gray_act_48 step 080000

Browse files
checkpoints/080000/pretrained_model/config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.above": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.side": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ }
27
+ },
28
+ "output_features": {
29
+ "action": {
30
+ "type": "ACTION",
31
+ "shape": [
32
+ 6
33
+ ]
34
+ }
35
+ },
36
+ "device": "cuda",
37
+ "use_amp": false,
38
+ "use_peft": false,
39
+ "push_to_hub": true,
40
+ "repo_id": "AriRyo/blockpick_gray_act_48",
41
+ "private": null,
42
+ "tags": null,
43
+ "license": null,
44
+ "pretrained_path": null,
45
+ "chunk_size": 100,
46
+ "n_action_steps": 100,
47
+ "normalization_mapping": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MEAN_STD",
50
+ "ACTION": "MEAN_STD"
51
+ },
52
+ "vision_backbone": "resnet18",
53
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
+ "replace_final_stride_with_dilation": false,
55
+ "pre_norm": false,
56
+ "dim_model": 512,
57
+ "n_heads": 8,
58
+ "dim_feedforward": 3200,
59
+ "feedforward_activation": "relu",
60
+ "n_encoder_layers": 4,
61
+ "n_decoder_layers": 1,
62
+ "use_vae": true,
63
+ "latent_dim": 32,
64
+ "n_vae_encoder_layers": 4,
65
+ "temporal_ensemble_coeff": null,
66
+ "dropout": 0.1,
67
+ "kl_weight": 10.0,
68
+ "optimizer_lr": 1e-05,
69
+ "optimizer_weight_decay": 0.0001,
70
+ "optimizer_lr_backbone": 1e-05
71
+ }
checkpoints/080000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb818f25fd8f3638e68a57815efbd0d386e8d47a850f0a9a5771673067f9d35a
3
+ size 206699736
checkpoints/080000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/080000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a8dbfdd37f659b805d3db81ba9fc2f4c60c6e17e95c65b53191429efb3d5672
3
+ size 7544
checkpoints/080000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 6
30
+ ]
31
+ },
32
+ "observation.images.above": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "observation.images.side": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 480,
45
+ 640
46
+ ]
47
+ },
48
+ "action": {
49
+ "type": "ACTION",
50
+ "shape": [
51
+ 6
52
+ ]
53
+ }
54
+ },
55
+ "norm_map": {
56
+ "VISUAL": "MEAN_STD",
57
+ "STATE": "MEAN_STD",
58
+ "ACTION": "MEAN_STD"
59
+ }
60
+ },
61
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
62
+ }
63
+ ]
64
+ }
checkpoints/080000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a8dbfdd37f659b805d3db81ba9fc2f4c60c6e17e95c65b53191429efb3d5672
3
+ size 7544
checkpoints/080000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "AriRyo/blockpick_gray_03",
4
+ "root": null,
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41,
48
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47
54
+ ],
55
+ "image_transforms": {
56
+ "enable": false,
57
+ "max_num_transforms": 3,
58
+ "random_order": false,
59
+ "tfs": {
60
+ "brightness": {
61
+ "weight": 1.0,
62
+ "type": "ColorJitter",
63
+ "kwargs": {
64
+ "brightness": [
65
+ 0.8,
66
+ 1.2
67
+ ]
68
+ }
69
+ },
70
+ "contrast": {
71
+ "weight": 1.0,
72
+ "type": "ColorJitter",
73
+ "kwargs": {
74
+ "contrast": [
75
+ 0.8,
76
+ 1.2
77
+ ]
78
+ }
79
+ },
80
+ "saturation": {
81
+ "weight": 1.0,
82
+ "type": "ColorJitter",
83
+ "kwargs": {
84
+ "saturation": [
85
+ 0.5,
86
+ 1.5
87
+ ]
88
+ }
89
+ },
90
+ "hue": {
91
+ "weight": 1.0,
92
+ "type": "ColorJitter",
93
+ "kwargs": {
94
+ "hue": [
95
+ -0.05,
96
+ 0.05
97
+ ]
98
+ }
99
+ },
100
+ "sharpness": {
101
+ "weight": 1.0,
102
+ "type": "SharpnessJitter",
103
+ "kwargs": {
104
+ "sharpness": [
105
+ 0.5,
106
+ 1.5
107
+ ]
108
+ }
109
+ },
110
+ "affine": {
111
+ "weight": 1.0,
112
+ "type": "RandomAffine",
113
+ "kwargs": {
114
+ "degrees": [
115
+ -5.0,
116
+ 5.0
117
+ ],
118
+ "translate": [
119
+ 0.05,
120
+ 0.05
121
+ ]
122
+ }
123
+ }
124
+ }
125
+ },
126
+ "revision": null,
127
+ "use_imagenet_stats": true,
128
+ "video_backend": "torchcodec",
129
+ "streaming": false
130
+ },
131
+ "env": null,
132
+ "policy": {
133
+ "type": "act",
134
+ "n_obs_steps": 1,
135
+ "input_features": {
136
+ "observation.state": {
137
+ "type": "STATE",
138
+ "shape": [
139
+ 6
140
+ ]
141
+ },
142
+ "observation.images.above": {
143
+ "type": "VISUAL",
144
+ "shape": [
145
+ 3,
146
+ 480,
147
+ 640
148
+ ]
149
+ },
150
+ "observation.images.side": {
151
+ "type": "VISUAL",
152
+ "shape": [
153
+ 3,
154
+ 480,
155
+ 640
156
+ ]
157
+ }
158
+ },
159
+ "output_features": {
160
+ "action": {
161
+ "type": "ACTION",
162
+ "shape": [
163
+ 6
164
+ ]
165
+ }
166
+ },
167
+ "device": "cuda",
168
+ "use_amp": false,
169
+ "use_peft": false,
170
+ "push_to_hub": true,
171
+ "repo_id": "AriRyo/blockpick_gray_act_48",
172
+ "private": null,
173
+ "tags": null,
174
+ "license": null,
175
+ "pretrained_path": null,
176
+ "chunk_size": 100,
177
+ "n_action_steps": 100,
178
+ "normalization_mapping": {
179
+ "VISUAL": "MEAN_STD",
180
+ "STATE": "MEAN_STD",
181
+ "ACTION": "MEAN_STD"
182
+ },
183
+ "vision_backbone": "resnet18",
184
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
185
+ "replace_final_stride_with_dilation": false,
186
+ "pre_norm": false,
187
+ "dim_model": 512,
188
+ "n_heads": 8,
189
+ "dim_feedforward": 3200,
190
+ "feedforward_activation": "relu",
191
+ "n_encoder_layers": 4,
192
+ "n_decoder_layers": 1,
193
+ "use_vae": true,
194
+ "latent_dim": 32,
195
+ "n_vae_encoder_layers": 4,
196
+ "temporal_ensemble_coeff": null,
197
+ "dropout": 0.1,
198
+ "kl_weight": 10.0,
199
+ "optimizer_lr": 1e-05,
200
+ "optimizer_weight_decay": 0.0001,
201
+ "optimizer_lr_backbone": 1e-05
202
+ },
203
+ "output_dir": "outputs/train/blockpick_gray_act_48",
204
+ "job_name": "blockpick_gray_act_48",
205
+ "resume": false,
206
+ "seed": 1000,
207
+ "num_workers": 4,
208
+ "batch_size": 8,
209
+ "steps": 100000,
210
+ "eval_freq": 20000,
211
+ "log_freq": 200,
212
+ "tolerance_s": 0.0001,
213
+ "save_checkpoint": true,
214
+ "save_freq": 20000,
215
+ "use_policy_training_preset": true,
216
+ "optimizer": {
217
+ "type": "adamw",
218
+ "lr": 1e-05,
219
+ "weight_decay": 0.0001,
220
+ "grad_clip_norm": 10.0,
221
+ "betas": [
222
+ 0.9,
223
+ 0.999
224
+ ],
225
+ "eps": 1e-08
226
+ },
227
+ "scheduler": null,
228
+ "eval": {
229
+ "n_episodes": 50,
230
+ "batch_size": 50,
231
+ "use_async_envs": false
232
+ },
233
+ "wandb": {
234
+ "enable": true,
235
+ "disable_artifact": false,
236
+ "project": "lerobot",
237
+ "entity": null,
238
+ "notes": null,
239
+ "run_id": "5j7h5oxv",
240
+ "mode": null
241
+ },
242
+ "peft": null,
243
+ "use_rabc": false,
244
+ "rabc_progress_path": null,
245
+ "rabc_kappa": 0.01,
246
+ "rabc_epsilon": 1e-06,
247
+ "rabc_head_mode": "sparse",
248
+ "rename_map": {},
249
+ "checkpoint_path": null
250
+ }
checkpoints/080000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 1e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
checkpoints/080000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:235110d04f06162044fec85041bf8ca46b49f9cf3a7127e40a04ba691a9f43d3
3
+ size 412817652
checkpoints/080000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9cf5702e45e47f6b7142f81195e60595220cbbfb69701adeacc093912aaba10
3
+ size 15708
checkpoints/080000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 80000
3
+ }