akimaru commited on
Commit
2e4e7bb
·
verified ·
1 Parent(s): 73b2a3b

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.robot": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.front": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.side": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 480,
32
+ 640
33
+ ]
34
+ },
35
+ "observation.images.naname": {
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
+ 6
49
+ ]
50
+ }
51
+ },
52
+ "device": "cuda",
53
+ "use_amp": false,
54
+ "use_peft": false,
55
+ "push_to_hub": true,
56
+ "repo_id": "akimaru/act_so101_10th",
57
+ "private": null,
58
+ "tags": null,
59
+ "license": null,
60
+ "pretrained_path": "outputs/train/act_so101_10th/checkpoints/1755000/pretrained_model",
61
+ "pretrained_revision": null,
62
+ "chunk_size": 100,
63
+ "n_action_steps": 100,
64
+ "normalization_mapping": {
65
+ "VISUAL": "MEAN_STD",
66
+ "STATE": "MEAN_STD",
67
+ "ACTION": "MEAN_STD"
68
+ },
69
+ "vision_backbone": "resnet18",
70
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
71
+ "replace_final_stride_with_dilation": 0,
72
+ "pre_norm": false,
73
+ "dim_model": 512,
74
+ "n_heads": 8,
75
+ "dim_feedforward": 3200,
76
+ "feedforward_activation": "relu",
77
+ "n_encoder_layers": 4,
78
+ "n_decoder_layers": 1,
79
+ "use_vae": true,
80
+ "latent_dim": 32,
81
+ "n_vae_encoder_layers": 4,
82
+ "temporal_ensemble_coeff": null,
83
+ "dropout": 0.1,
84
+ "kl_weight": 10.0,
85
+ "optimizer_lr": 1e-05,
86
+ "optimizer_weight_decay": 0.0001,
87
+ "optimizer_lr_backbone": 1e-05
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e81971aaf170de3014c257fcfccd1e64ae2f8add49787ab8fd31e782e61630
3
+ size 206699736
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
+ }
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9223410221ecb8af13056b1a906c670a116397caab0972fc560241f7d837d68
3
+ size 9576
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
+ 6
30
+ ]
31
+ },
32
+ "observation.images.robot": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "observation.images.front": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 480,
45
+ 640
46
+ ]
47
+ },
48
+ "observation.images.side": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 480,
53
+ 640
54
+ ]
55
+ },
56
+ "observation.images.naname": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 480,
61
+ 640
62
+ ]
63
+ },
64
+ "action": {
65
+ "type": "ACTION",
66
+ "shape": [
67
+ 6
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:149b329ff3561b6c2a38d29589307879efe8e3fbcbe3d58a235f50920939121f
3
+ size 9592
train_config.json ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "akimaru/newhouse",
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": "torchcodec",
80
+ "return_uint8": false,
81
+ "depth_output_unit": "mm",
82
+ "streaming": false,
83
+ "eval_split": 0.0
84
+ },
85
+ "env": null,
86
+ "policy": {
87
+ "type": "act",
88
+ "n_obs_steps": 1,
89
+ "input_features": {
90
+ "observation.state": {
91
+ "type": "STATE",
92
+ "shape": [
93
+ 6
94
+ ]
95
+ },
96
+ "observation.images.robot": {
97
+ "type": "VISUAL",
98
+ "shape": [
99
+ 3,
100
+ 480,
101
+ 640
102
+ ]
103
+ },
104
+ "observation.images.front": {
105
+ "type": "VISUAL",
106
+ "shape": [
107
+ 3,
108
+ 480,
109
+ 640
110
+ ]
111
+ },
112
+ "observation.images.side": {
113
+ "type": "VISUAL",
114
+ "shape": [
115
+ 3,
116
+ 480,
117
+ 640
118
+ ]
119
+ },
120
+ "observation.images.naname": {
121
+ "type": "VISUAL",
122
+ "shape": [
123
+ 3,
124
+ 480,
125
+ 640
126
+ ]
127
+ }
128
+ },
129
+ "output_features": {
130
+ "action": {
131
+ "type": "ACTION",
132
+ "shape": [
133
+ 6
134
+ ]
135
+ }
136
+ },
137
+ "device": "cuda",
138
+ "use_amp": false,
139
+ "use_peft": false,
140
+ "push_to_hub": true,
141
+ "repo_id": "akimaru/act_so101_10th",
142
+ "private": null,
143
+ "tags": null,
144
+ "license": null,
145
+ "pretrained_path": "outputs/train/act_so101_10th/checkpoints/1755000/pretrained_model",
146
+ "pretrained_revision": 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": 0,
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
+ "reward_model": null,
175
+ "output_dir": "outputs/train/act_so101_10th",
176
+ "job_name": "act_so101_10th",
177
+ "resume": true,
178
+ "seed": 1000,
179
+ "cudnn_deterministic": false,
180
+ "num_workers": 4,
181
+ "batch_size": 24,
182
+ "prefetch_factor": 4,
183
+ "persistent_workers": true,
184
+ "dataloader_multiprocessing_context": "spawn",
185
+ "steps": 3000000,
186
+ "env_eval_freq": 20000,
187
+ "log_freq": 100,
188
+ "eval_steps": 0,
189
+ "max_eval_samples": 0,
190
+ "tolerance_s": 0.0001,
191
+ "save_checkpoint": true,
192
+ "save_freq": 5000,
193
+ "use_policy_training_preset": true,
194
+ "optimizer": {
195
+ "type": "adamw",
196
+ "lr": 1e-05,
197
+ "weight_decay": 0.0001,
198
+ "grad_clip_norm": 10.0,
199
+ "betas": [
200
+ 0.9,
201
+ 0.999
202
+ ],
203
+ "eps": 1e-08
204
+ },
205
+ "scheduler": null,
206
+ "eval": {
207
+ "n_episodes": 50,
208
+ "batch_size": 14,
209
+ "use_async_envs": true,
210
+ "recording": false,
211
+ "recording_repo_id": null,
212
+ "recording_private": false
213
+ },
214
+ "wandb": {
215
+ "enable": true,
216
+ "disable_artifact": false,
217
+ "project": "act_so101",
218
+ "entity": null,
219
+ "notes": null,
220
+ "run_id": "3gbitlct",
221
+ "mode": null,
222
+ "add_tags": true
223
+ },
224
+ "peft": null,
225
+ "job": {
226
+ "target": null,
227
+ "image": "huggingface/lerobot-gpu:latest",
228
+ "timeout": "2d",
229
+ "detach": false,
230
+ "tags": []
231
+ },
232
+ "save_checkpoint_to_hub": false,
233
+ "sample_weighting": null,
234
+ "rename_map": {},
235
+ "checkpoint_path": "outputs/train/act_so101_10th/checkpoints/1755000"
236
+ }