Sendera commited on
Commit
95b7f2b
·
verified ·
1 Parent(s): 922a114

ACT pick3 DrQ 280K

Browse files
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 7
9
+ ]
10
+ },
11
+ "observation.images.Cam1_global": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 256,
16
+ 256
17
+ ]
18
+ },
19
+ "observation.images.Cam1_local": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 256,
24
+ 256
25
+ ]
26
+ },
27
+ "observation.images.Cam2_global": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 256,
32
+ 256
33
+ ]
34
+ },
35
+ "observation.images.Cam2_local": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 256,
40
+ 256
41
+ ]
42
+ }
43
+ },
44
+ "output_features": {
45
+ "action": {
46
+ "type": "ACTION",
47
+ "shape": [
48
+ 14
49
+ ]
50
+ }
51
+ },
52
+ "device": "cuda",
53
+ "use_amp": false,
54
+ "use_peft": false,
55
+ "push_to_hub": false,
56
+ "repo_id": null,
57
+ "private": null,
58
+ "tags": null,
59
+ "license": null,
60
+ "pretrained_path": null,
61
+ "chunk_size": 100,
62
+ "n_action_steps": 100,
63
+ "normalization_mapping": {
64
+ "VISUAL": "MEAN_STD",
65
+ "STATE": "MEAN_STD",
66
+ "ACTION": "MEAN_STD"
67
+ },
68
+ "vision_backbone": "resnet18",
69
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
70
+ "replace_final_stride_with_dilation": false,
71
+ "pre_norm": false,
72
+ "dim_model": 512,
73
+ "n_heads": 8,
74
+ "dim_feedforward": 3200,
75
+ "feedforward_activation": "relu",
76
+ "n_encoder_layers": 4,
77
+ "n_decoder_layers": 1,
78
+ "use_vae": true,
79
+ "latent_dim": 32,
80
+ "n_vae_encoder_layers": 4,
81
+ "temporal_ensemble_coeff": null,
82
+ "dropout": 0.1,
83
+ "kl_weight": 10.0,
84
+ "optimizer_lr": 1e-05,
85
+ "optimizer_weight_decay": 0.0001,
86
+ "optimizer_lr_backbone": 1e-05
87
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6b21ff2c24135c29a6ca6394df9af72c894bceb336187caa1c78fa6b466b54
3
+ size 206736632
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
+ 14
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
+ }
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6c32c244ffead60455c436947cf62c2aad9910ea776c7f086a6af602085e2a
3
+ size 10164
policy_preprocessor.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 7
30
+ ]
31
+ },
32
+ "observation.images.Cam1_global": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 256,
37
+ 256
38
+ ]
39
+ },
40
+ "observation.images.Cam1_local": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 256,
45
+ 256
46
+ ]
47
+ },
48
+ "observation.images.Cam2_global": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 256,
53
+ 256
54
+ ]
55
+ },
56
+ "observation.images.Cam2_local": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 256,
61
+ 256
62
+ ]
63
+ },
64
+ "action": {
65
+ "type": "ACTION",
66
+ "shape": [
67
+ 14
68
+ ]
69
+ }
70
+ },
71
+ "norm_map": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ }
76
+ },
77
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
78
+ }
79
+ ]
80
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6c32c244ffead60455c436947cf62c2aad9910ea776c7f086a6af602085e2a
3
+ size 10164
train_config.json ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "pick3",
4
+ "root": "C:\\Users\\Sendera\\Documents\\26t1\\Project\\lerobot\\data\\pick3",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": true,
8
+ "max_num_transforms": 1,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "drq": {
12
+ "weight": 1.0,
13
+ "type": "DrQRandomShift",
14
+ "kwargs": {
15
+ "pad": 13,
16
+ "mode": "crop"
17
+ }
18
+ },
19
+ "brightness": {
20
+ "weight": 0.0,
21
+ "type": "ColorJitter",
22
+ "kwargs": {
23
+ "brightness": [
24
+ 0.8,
25
+ 1.2
26
+ ]
27
+ }
28
+ },
29
+ "contrast": {
30
+ "weight": 0.0,
31
+ "type": "ColorJitter",
32
+ "kwargs": {
33
+ "contrast": [
34
+ 0.8,
35
+ 1.2
36
+ ]
37
+ }
38
+ },
39
+ "saturation": {
40
+ "weight": 0.0,
41
+ "type": "ColorJitter",
42
+ "kwargs": {
43
+ "saturation": [
44
+ 0.5,
45
+ 1.5
46
+ ]
47
+ }
48
+ },
49
+ "hue": {
50
+ "weight": 0.0,
51
+ "type": "ColorJitter",
52
+ "kwargs": {
53
+ "hue": [
54
+ -0.05,
55
+ 0.05
56
+ ]
57
+ }
58
+ },
59
+ "sharpness": {
60
+ "weight": 0.0,
61
+ "type": "SharpnessJitter",
62
+ "kwargs": {
63
+ "sharpness": [
64
+ 0.5,
65
+ 1.5
66
+ ]
67
+ }
68
+ },
69
+ "affine": {
70
+ "weight": 0.0,
71
+ "type": "RandomAffine",
72
+ "kwargs": {
73
+ "degrees": [
74
+ -5.0,
75
+ 5.0
76
+ ],
77
+ "translate": [
78
+ 0.05,
79
+ 0.05
80
+ ]
81
+ }
82
+ }
83
+ }
84
+ },
85
+ "revision": null,
86
+ "use_imagenet_stats": true,
87
+ "video_backend": "pyav",
88
+ "streaming": false
89
+ },
90
+ "env": null,
91
+ "policy": {
92
+ "type": "act",
93
+ "n_obs_steps": 1,
94
+ "input_features": {
95
+ "observation.state": {
96
+ "type": "STATE",
97
+ "shape": [
98
+ 7
99
+ ]
100
+ },
101
+ "observation.images.Cam1_global": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 256,
106
+ 256
107
+ ]
108
+ },
109
+ "observation.images.Cam1_local": {
110
+ "type": "VISUAL",
111
+ "shape": [
112
+ 3,
113
+ 256,
114
+ 256
115
+ ]
116
+ },
117
+ "observation.images.Cam2_global": {
118
+ "type": "VISUAL",
119
+ "shape": [
120
+ 3,
121
+ 256,
122
+ 256
123
+ ]
124
+ },
125
+ "observation.images.Cam2_local": {
126
+ "type": "VISUAL",
127
+ "shape": [
128
+ 3,
129
+ 256,
130
+ 256
131
+ ]
132
+ }
133
+ },
134
+ "output_features": {
135
+ "action": {
136
+ "type": "ACTION",
137
+ "shape": [
138
+ 14
139
+ ]
140
+ }
141
+ },
142
+ "device": "cuda",
143
+ "use_amp": false,
144
+ "use_peft": false,
145
+ "push_to_hub": false,
146
+ "repo_id": null,
147
+ "private": null,
148
+ "tags": null,
149
+ "license": null,
150
+ "pretrained_path": null,
151
+ "chunk_size": 100,
152
+ "n_action_steps": 100,
153
+ "normalization_mapping": {
154
+ "VISUAL": "MEAN_STD",
155
+ "STATE": "MEAN_STD",
156
+ "ACTION": "MEAN_STD"
157
+ },
158
+ "vision_backbone": "resnet18",
159
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
160
+ "replace_final_stride_with_dilation": false,
161
+ "pre_norm": false,
162
+ "dim_model": 512,
163
+ "n_heads": 8,
164
+ "dim_feedforward": 3200,
165
+ "feedforward_activation": "relu",
166
+ "n_encoder_layers": 4,
167
+ "n_decoder_layers": 1,
168
+ "use_vae": true,
169
+ "latent_dim": 32,
170
+ "n_vae_encoder_layers": 4,
171
+ "temporal_ensemble_coeff": null,
172
+ "dropout": 0.1,
173
+ "kl_weight": 10.0,
174
+ "optimizer_lr": 1e-05,
175
+ "optimizer_weight_decay": 0.0001,
176
+ "optimizer_lr_backbone": 1e-05
177
+ },
178
+ "output_dir": "outputs\\act_pick3_drq",
179
+ "job_name": "act",
180
+ "resume": false,
181
+ "seed": 1000,
182
+ "num_workers": 4,
183
+ "batch_size": 8,
184
+ "steps": 400000,
185
+ "eval_freq": 20000,
186
+ "log_freq": 200,
187
+ "tolerance_s": 0.0001,
188
+ "save_checkpoint": true,
189
+ "save_freq": 20000,
190
+ "use_policy_training_preset": true,
191
+ "optimizer": {
192
+ "type": "adamw",
193
+ "lr": 1e-05,
194
+ "weight_decay": 0.0001,
195
+ "grad_clip_norm": 10.0,
196
+ "betas": [
197
+ 0.9,
198
+ 0.999
199
+ ],
200
+ "eps": 1e-08
201
+ },
202
+ "scheduler": null,
203
+ "eval": {
204
+ "n_episodes": 50,
205
+ "batch_size": 50,
206
+ "use_async_envs": false
207
+ },
208
+ "wandb": {
209
+ "enable": true,
210
+ "disable_artifact": false,
211
+ "project": "lerobot",
212
+ "entity": null,
213
+ "notes": null,
214
+ "run_id": "20xefl50",
215
+ "mode": null
216
+ },
217
+ "peft": null,
218
+ "use_rabc": false,
219
+ "rabc_progress_path": null,
220
+ "rabc_kappa": 0.01,
221
+ "rabc_epsilon": 1e-06,
222
+ "rabc_head_mode": "sparse",
223
+ "rename_map": {},
224
+ "checkpoint_path": null
225
+ }