Zasha01 commited on
Commit
6b4ef8d
·
verified ·
1 Parent(s): c0bee70

Upload folder using huggingface_hub

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