nguyenan080105 commited on
Commit
9d3ecf6
·
verified ·
1 Parent(s): 9c5d0ee

Upload folder using huggingface_hub

Browse files
Part_Sorting/v8/testA/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
+ 48
9
+ ]
10
+ },
11
+ "observation.images.head_left": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.head_right": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.wrist_left": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 480,
32
+ 640
33
+ ]
34
+ },
35
+ "observation.images.wrist_right": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 480,
40
+ 640
41
+ ]
42
+ }
43
+ },
44
+ "output_features": {
45
+ "action": {
46
+ "type": "ACTION",
47
+ "shape": [
48
+ 20
49
+ ]
50
+ }
51
+ },
52
+ "device": "cuda",
53
+ "use_amp": true,
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": "/kaggle/working/output_state48/Part_Sorting/act/checkpoints/last/pretrained_model",
61
+ "chunk_size": 50,
62
+ "n_action_steps": 15,
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": 0,
71
+ "pre_norm": false,
72
+ "dim_model": 256,
73
+ "n_heads": 4,
74
+ "dim_feedforward": 1024,
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
+ }
Part_Sorting/v8/testA/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb88b1d1fbdd2a5948b3eb66bf1eef2714e08550689ea5ee3bac4de06c7771a
3
+ size 75132488
Part_Sorting/v8/testA/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
+ 20
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
+ }
Part_Sorting/v8/testA/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8336274a1b2bed15b6154b8191119b0b05fcbff3f352287c30b361f78d8e2e
3
+ size 11888
Part_Sorting/v8/testA/policy_preprocessor.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "state_slicer_processor",
6
+ "config": {
7
+ "n_dims": 48
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "state_slicer_processor",
12
+ "config": {
13
+ "n_dims": 48
14
+ }
15
+ },
16
+ {
17
+ "registry_name": "state_slicer_processor",
18
+ "config": {
19
+ "n_dims": 48
20
+ }
21
+ },
22
+ {
23
+ "registry_name": "state_slicer_processor",
24
+ "config": {
25
+ "n_dims": 48
26
+ }
27
+ },
28
+ {
29
+ "registry_name": "state_slicer_processor",
30
+ "config": {
31
+ "n_dims": 48
32
+ }
33
+ },
34
+ {
35
+ "registry_name": "state_slicer_processor",
36
+ "config": {
37
+ "n_dims": 48
38
+ }
39
+ },
40
+ {
41
+ "registry_name": "state_slicer_processor",
42
+ "config": {
43
+ "n_dims": 48
44
+ }
45
+ },
46
+ {
47
+ "registry_name": "state_slicer_processor",
48
+ "config": {
49
+ "n_dims": 48
50
+ }
51
+ },
52
+ {
53
+ "registry_name": "state_slicer_processor",
54
+ "config": {
55
+ "n_dims": 48
56
+ }
57
+ },
58
+ {
59
+ "registry_name": "rename_observations_processor",
60
+ "config": {
61
+ "rename_map": {}
62
+ }
63
+ },
64
+ {
65
+ "registry_name": "to_batch_processor",
66
+ "config": {}
67
+ },
68
+ {
69
+ "registry_name": "device_processor",
70
+ "config": {
71
+ "device": "cuda",
72
+ "float_dtype": null
73
+ }
74
+ },
75
+ {
76
+ "registry_name": "normalizer_processor",
77
+ "config": {
78
+ "eps": 1e-08,
79
+ "features": {
80
+ "observation.state": {
81
+ "type": "STATE",
82
+ "shape": [
83
+ 48
84
+ ]
85
+ },
86
+ "observation.images.head_left": {
87
+ "type": "VISUAL",
88
+ "shape": [
89
+ 3,
90
+ 480,
91
+ 640
92
+ ]
93
+ },
94
+ "observation.images.head_right": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 480,
99
+ 640
100
+ ]
101
+ },
102
+ "observation.images.wrist_left": {
103
+ "type": "VISUAL",
104
+ "shape": [
105
+ 3,
106
+ 480,
107
+ 640
108
+ ]
109
+ },
110
+ "observation.images.wrist_right": {
111
+ "type": "VISUAL",
112
+ "shape": [
113
+ 3,
114
+ 480,
115
+ 640
116
+ ]
117
+ },
118
+ "action": {
119
+ "type": "ACTION",
120
+ "shape": [
121
+ 20
122
+ ]
123
+ }
124
+ },
125
+ "norm_map": {
126
+ "VISUAL": "MEAN_STD",
127
+ "STATE": "MEAN_STD",
128
+ "ACTION": "MEAN_STD"
129
+ }
130
+ },
131
+ "state_file": "policy_preprocessor_step_12_normalizer_processor.safetensors"
132
+ }
133
+ ]
134
+ }
Part_Sorting/v8/testA/policy_preprocessor_step_12_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8336274a1b2bed15b6154b8191119b0b05fcbff3f352287c30b361f78d8e2e
3
+ size 11888
Part_Sorting/v8/testA/train_config.json ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/part_sorting",
4
+ "root": "/kaggle/working/dataset_full",
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
+ 48
91
+ ]
92
+ },
93
+ "observation.images.head_left": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
+ "observation.images.head_right": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 480,
106
+ 640
107
+ ]
108
+ },
109
+ "observation.images.wrist_left": {
110
+ "type": "VISUAL",
111
+ "shape": [
112
+ 3,
113
+ 480,
114
+ 640
115
+ ]
116
+ },
117
+ "observation.images.wrist_right": {
118
+ "type": "VISUAL",
119
+ "shape": [
120
+ 3,
121
+ 480,
122
+ 640
123
+ ]
124
+ }
125
+ },
126
+ "output_features": {
127
+ "action": {
128
+ "type": "ACTION",
129
+ "shape": [
130
+ 20
131
+ ]
132
+ }
133
+ },
134
+ "device": "cuda",
135
+ "use_amp": true,
136
+ "use_peft": false,
137
+ "push_to_hub": false,
138
+ "repo_id": null,
139
+ "private": null,
140
+ "tags": null,
141
+ "license": null,
142
+ "pretrained_path": "/kaggle/working/output_state48/Part_Sorting/act/checkpoints/last/pretrained_model",
143
+ "chunk_size": 50,
144
+ "n_action_steps": 50,
145
+ "normalization_mapping": {
146
+ "VISUAL": "MEAN_STD",
147
+ "STATE": "MEAN_STD",
148
+ "ACTION": "MEAN_STD"
149
+ },
150
+ "vision_backbone": "resnet18",
151
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
152
+ "replace_final_stride_with_dilation": 0,
153
+ "pre_norm": false,
154
+ "dim_model": 256,
155
+ "n_heads": 4,
156
+ "dim_feedforward": 1024,
157
+ "feedforward_activation": "relu",
158
+ "n_encoder_layers": 4,
159
+ "n_decoder_layers": 1,
160
+ "use_vae": true,
161
+ "latent_dim": 32,
162
+ "n_vae_encoder_layers": 4,
163
+ "temporal_ensemble_coeff": null,
164
+ "dropout": 0.1,
165
+ "kl_weight": 10.0,
166
+ "optimizer_lr": 1e-05,
167
+ "optimizer_weight_decay": 0.0001,
168
+ "optimizer_lr_backbone": 1e-05
169
+ },
170
+ "output_dir": "/kaggle/working/output_state48/Part_Sorting/act",
171
+ "job_name": "part_sorting_act_state48",
172
+ "resume": true,
173
+ "seed": 1000,
174
+ "cudnn_deterministic": false,
175
+ "num_workers": 4,
176
+ "batch_size": 8,
177
+ "steps": 250000,
178
+ "eval_freq": 0,
179
+ "log_freq": 200,
180
+ "tolerance_s": 0.0001,
181
+ "save_checkpoint": true,
182
+ "save_freq": 2500,
183
+ "use_policy_training_preset": true,
184
+ "optimizer": {
185
+ "type": "adamw",
186
+ "lr": 1e-05,
187
+ "weight_decay": 0.0001,
188
+ "grad_clip_norm": 10.0,
189
+ "betas": [
190
+ 0.9,
191
+ 0.999
192
+ ],
193
+ "eps": 1e-08
194
+ },
195
+ "scheduler": null,
196
+ "eval": {
197
+ "n_episodes": 50,
198
+ "batch_size": 50,
199
+ "use_async_envs": false
200
+ },
201
+ "wandb": {
202
+ "enable": false,
203
+ "disable_artifact": false,
204
+ "project": "lerobot",
205
+ "entity": null,
206
+ "notes": null,
207
+ "run_id": null,
208
+ "mode": null,
209
+ "add_tags": true
210
+ },
211
+ "peft": null,
212
+ "use_rabc": false,
213
+ "rabc_progress_path": null,
214
+ "rabc_kappa": 0.01,
215
+ "rabc_epsilon": 1e-06,
216
+ "rabc_head_mode": "sparse",
217
+ "rename_map": {},
218
+ "checkpoint_path": "/kaggle/working/output_state48/Part_Sorting/act/checkpoints/last"
219
+ }
Part_Sorting/v8/testB/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
+ 48
9
+ ]
10
+ },
11
+ "observation.images.head_left": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.head_right": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.wrist_left": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 480,
32
+ 640
33
+ ]
34
+ },
35
+ "observation.images.wrist_right": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 480,
40
+ 640
41
+ ]
42
+ }
43
+ },
44
+ "output_features": {
45
+ "action": {
46
+ "type": "ACTION",
47
+ "shape": [
48
+ 20
49
+ ]
50
+ }
51
+ },
52
+ "device": "cuda",
53
+ "use_amp": true,
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": "/kaggle/working/output_state48/Part_Sorting/act/checkpoints/last/pretrained_model",
61
+ "chunk_size": 50,
62
+ "n_action_steps": 1,
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": 0,
71
+ "pre_norm": false,
72
+ "dim_model": 256,
73
+ "n_heads": 4,
74
+ "dim_feedforward": 1024,
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": 0.01,
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
+ }
Part_Sorting/v8/testB/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb88b1d1fbdd2a5948b3eb66bf1eef2714e08550689ea5ee3bac4de06c7771a
3
+ size 75132488
Part_Sorting/v8/testB/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
+ 20
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
+ }
Part_Sorting/v8/testB/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8336274a1b2bed15b6154b8191119b0b05fcbff3f352287c30b361f78d8e2e
3
+ size 11888
Part_Sorting/v8/testB/policy_preprocessor.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "state_slicer_processor",
6
+ "config": {
7
+ "n_dims": 48
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "state_slicer_processor",
12
+ "config": {
13
+ "n_dims": 48
14
+ }
15
+ },
16
+ {
17
+ "registry_name": "state_slicer_processor",
18
+ "config": {
19
+ "n_dims": 48
20
+ }
21
+ },
22
+ {
23
+ "registry_name": "state_slicer_processor",
24
+ "config": {
25
+ "n_dims": 48
26
+ }
27
+ },
28
+ {
29
+ "registry_name": "state_slicer_processor",
30
+ "config": {
31
+ "n_dims": 48
32
+ }
33
+ },
34
+ {
35
+ "registry_name": "state_slicer_processor",
36
+ "config": {
37
+ "n_dims": 48
38
+ }
39
+ },
40
+ {
41
+ "registry_name": "state_slicer_processor",
42
+ "config": {
43
+ "n_dims": 48
44
+ }
45
+ },
46
+ {
47
+ "registry_name": "state_slicer_processor",
48
+ "config": {
49
+ "n_dims": 48
50
+ }
51
+ },
52
+ {
53
+ "registry_name": "state_slicer_processor",
54
+ "config": {
55
+ "n_dims": 48
56
+ }
57
+ },
58
+ {
59
+ "registry_name": "rename_observations_processor",
60
+ "config": {
61
+ "rename_map": {}
62
+ }
63
+ },
64
+ {
65
+ "registry_name": "to_batch_processor",
66
+ "config": {}
67
+ },
68
+ {
69
+ "registry_name": "device_processor",
70
+ "config": {
71
+ "device": "cuda",
72
+ "float_dtype": null
73
+ }
74
+ },
75
+ {
76
+ "registry_name": "normalizer_processor",
77
+ "config": {
78
+ "eps": 1e-08,
79
+ "features": {
80
+ "observation.state": {
81
+ "type": "STATE",
82
+ "shape": [
83
+ 48
84
+ ]
85
+ },
86
+ "observation.images.head_left": {
87
+ "type": "VISUAL",
88
+ "shape": [
89
+ 3,
90
+ 480,
91
+ 640
92
+ ]
93
+ },
94
+ "observation.images.head_right": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 480,
99
+ 640
100
+ ]
101
+ },
102
+ "observation.images.wrist_left": {
103
+ "type": "VISUAL",
104
+ "shape": [
105
+ 3,
106
+ 480,
107
+ 640
108
+ ]
109
+ },
110
+ "observation.images.wrist_right": {
111
+ "type": "VISUAL",
112
+ "shape": [
113
+ 3,
114
+ 480,
115
+ 640
116
+ ]
117
+ },
118
+ "action": {
119
+ "type": "ACTION",
120
+ "shape": [
121
+ 20
122
+ ]
123
+ }
124
+ },
125
+ "norm_map": {
126
+ "VISUAL": "MEAN_STD",
127
+ "STATE": "MEAN_STD",
128
+ "ACTION": "MEAN_STD"
129
+ }
130
+ },
131
+ "state_file": "policy_preprocessor_step_12_normalizer_processor.safetensors"
132
+ }
133
+ ]
134
+ }
Part_Sorting/v8/testB/policy_preprocessor_step_12_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8336274a1b2bed15b6154b8191119b0b05fcbff3f352287c30b361f78d8e2e
3
+ size 11888
Part_Sorting/v8/testB/train_config.json ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/part_sorting",
4
+ "root": "/kaggle/working/dataset_full",
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
+ 48
91
+ ]
92
+ },
93
+ "observation.images.head_left": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
+ "observation.images.head_right": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 480,
106
+ 640
107
+ ]
108
+ },
109
+ "observation.images.wrist_left": {
110
+ "type": "VISUAL",
111
+ "shape": [
112
+ 3,
113
+ 480,
114
+ 640
115
+ ]
116
+ },
117
+ "observation.images.wrist_right": {
118
+ "type": "VISUAL",
119
+ "shape": [
120
+ 3,
121
+ 480,
122
+ 640
123
+ ]
124
+ }
125
+ },
126
+ "output_features": {
127
+ "action": {
128
+ "type": "ACTION",
129
+ "shape": [
130
+ 20
131
+ ]
132
+ }
133
+ },
134
+ "device": "cuda",
135
+ "use_amp": true,
136
+ "use_peft": false,
137
+ "push_to_hub": false,
138
+ "repo_id": null,
139
+ "private": null,
140
+ "tags": null,
141
+ "license": null,
142
+ "pretrained_path": "/kaggle/working/output_state48/Part_Sorting/act/checkpoints/last/pretrained_model",
143
+ "chunk_size": 50,
144
+ "n_action_steps": 50,
145
+ "normalization_mapping": {
146
+ "VISUAL": "MEAN_STD",
147
+ "STATE": "MEAN_STD",
148
+ "ACTION": "MEAN_STD"
149
+ },
150
+ "vision_backbone": "resnet18",
151
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
152
+ "replace_final_stride_with_dilation": 0,
153
+ "pre_norm": false,
154
+ "dim_model": 256,
155
+ "n_heads": 4,
156
+ "dim_feedforward": 1024,
157
+ "feedforward_activation": "relu",
158
+ "n_encoder_layers": 4,
159
+ "n_decoder_layers": 1,
160
+ "use_vae": true,
161
+ "latent_dim": 32,
162
+ "n_vae_encoder_layers": 4,
163
+ "temporal_ensemble_coeff": null,
164
+ "dropout": 0.1,
165
+ "kl_weight": 10.0,
166
+ "optimizer_lr": 1e-05,
167
+ "optimizer_weight_decay": 0.0001,
168
+ "optimizer_lr_backbone": 1e-05
169
+ },
170
+ "output_dir": "/kaggle/working/output_state48/Part_Sorting/act",
171
+ "job_name": "part_sorting_act_state48",
172
+ "resume": true,
173
+ "seed": 1000,
174
+ "cudnn_deterministic": false,
175
+ "num_workers": 4,
176
+ "batch_size": 8,
177
+ "steps": 250000,
178
+ "eval_freq": 0,
179
+ "log_freq": 200,
180
+ "tolerance_s": 0.0001,
181
+ "save_checkpoint": true,
182
+ "save_freq": 2500,
183
+ "use_policy_training_preset": true,
184
+ "optimizer": {
185
+ "type": "adamw",
186
+ "lr": 1e-05,
187
+ "weight_decay": 0.0001,
188
+ "grad_clip_norm": 10.0,
189
+ "betas": [
190
+ 0.9,
191
+ 0.999
192
+ ],
193
+ "eps": 1e-08
194
+ },
195
+ "scheduler": null,
196
+ "eval": {
197
+ "n_episodes": 50,
198
+ "batch_size": 50,
199
+ "use_async_envs": false
200
+ },
201
+ "wandb": {
202
+ "enable": false,
203
+ "disable_artifact": false,
204
+ "project": "lerobot",
205
+ "entity": null,
206
+ "notes": null,
207
+ "run_id": null,
208
+ "mode": null,
209
+ "add_tags": true
210
+ },
211
+ "peft": null,
212
+ "use_rabc": false,
213
+ "rabc_progress_path": null,
214
+ "rabc_kappa": 0.01,
215
+ "rabc_epsilon": 1e-06,
216
+ "rabc_head_mode": "sparse",
217
+ "rename_map": {},
218
+ "checkpoint_path": "/kaggle/working/output_state48/Part_Sorting/act/checkpoints/last"
219
+ }