NithanNguyen commited on
Commit
f13d802
·
1 Parent(s): 527df28
Conveyor_Sorting/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # Task Lead: Quoc An
Foam_Inlaying/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # Task Lead: Nguyen
Foam_Inlaying/readme.md DELETED
File without changes
Foam_Inlaying/v1/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
+ 62
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": 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
+ }
Foam_Inlaying/v1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d344027f337d3557ec4849074c87c6402e4a0e345cfef17bc0851248c7058f
3
+ size 206986512
Foam_Inlaying/v1/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
+ }
Foam_Inlaying/v1/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbd9783e28607d0ef2be5da64c9e98a02492b91dce4dc809b89baed03cb23f0d
3
+ size 12392
Foam_Inlaying/v1/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
+ 62
30
+ ]
31
+ },
32
+ "observation.images.head_left": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "observation.images.head_right": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 480,
45
+ 640
46
+ ]
47
+ },
48
+ "observation.images.wrist_left": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 480,
53
+ 640
54
+ ]
55
+ },
56
+ "observation.images.wrist_right": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 480,
61
+ 640
62
+ ]
63
+ },
64
+ "action": {
65
+ "type": "ACTION",
66
+ "shape": [
67
+ 20
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
+ }
Foam_Inlaying/v1/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407d9014cc1f5ad77ea2934a5deb899e740b42b84852dbd6a72f6dfbe9131864
3
+ size 12408
Foam_Inlaying/v1/train_config.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "ghrc2026-foam-inlaying",
4
+ "root": "/kaggle/input/datasets/nguynltrn/ghrc2026-foam-inlaying/Foam_Inlaying_Train",
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9
16
+ ],
17
+ "image_transforms": {
18
+ "enable": false,
19
+ "max_num_transforms": 3,
20
+ "random_order": false,
21
+ "tfs": {
22
+ "brightness": {
23
+ "weight": 1.0,
24
+ "type": "ColorJitter",
25
+ "kwargs": {
26
+ "brightness": [
27
+ 0.8,
28
+ 1.2
29
+ ]
30
+ }
31
+ },
32
+ "contrast": {
33
+ "weight": 1.0,
34
+ "type": "ColorJitter",
35
+ "kwargs": {
36
+ "contrast": [
37
+ 0.8,
38
+ 1.2
39
+ ]
40
+ }
41
+ },
42
+ "saturation": {
43
+ "weight": 1.0,
44
+ "type": "ColorJitter",
45
+ "kwargs": {
46
+ "saturation": [
47
+ 0.5,
48
+ 1.5
49
+ ]
50
+ }
51
+ },
52
+ "hue": {
53
+ "weight": 1.0,
54
+ "type": "ColorJitter",
55
+ "kwargs": {
56
+ "hue": [
57
+ -0.05,
58
+ 0.05
59
+ ]
60
+ }
61
+ },
62
+ "sharpness": {
63
+ "weight": 1.0,
64
+ "type": "SharpnessJitter",
65
+ "kwargs": {
66
+ "sharpness": [
67
+ 0.5,
68
+ 1.5
69
+ ]
70
+ }
71
+ },
72
+ "affine": {
73
+ "weight": 1.0,
74
+ "type": "RandomAffine",
75
+ "kwargs": {
76
+ "degrees": [
77
+ -5.0,
78
+ 5.0
79
+ ],
80
+ "translate": [
81
+ 0.05,
82
+ 0.05
83
+ ]
84
+ }
85
+ }
86
+ }
87
+ },
88
+ "revision": null,
89
+ "use_imagenet_stats": true,
90
+ "video_backend": "torchcodec",
91
+ "return_uint8": false,
92
+ "depth_output_unit": "mm",
93
+ "streaming": false,
94
+ "eval_split": 0.0
95
+ },
96
+ "env": null,
97
+ "policy": {
98
+ "type": "act",
99
+ "n_obs_steps": 1,
100
+ "input_features": {
101
+ "observation.state": {
102
+ "type": "STATE",
103
+ "shape": [
104
+ 62
105
+ ]
106
+ },
107
+ "observation.images.head_left": {
108
+ "type": "VISUAL",
109
+ "shape": [
110
+ 3,
111
+ 480,
112
+ 640
113
+ ]
114
+ },
115
+ "observation.images.head_right": {
116
+ "type": "VISUAL",
117
+ "shape": [
118
+ 3,
119
+ 480,
120
+ 640
121
+ ]
122
+ },
123
+ "observation.images.wrist_left": {
124
+ "type": "VISUAL",
125
+ "shape": [
126
+ 3,
127
+ 480,
128
+ 640
129
+ ]
130
+ },
131
+ "observation.images.wrist_right": {
132
+ "type": "VISUAL",
133
+ "shape": [
134
+ 3,
135
+ 480,
136
+ 640
137
+ ]
138
+ }
139
+ },
140
+ "output_features": {
141
+ "action": {
142
+ "type": "ACTION",
143
+ "shape": [
144
+ 20
145
+ ]
146
+ }
147
+ },
148
+ "device": "cuda",
149
+ "use_amp": false,
150
+ "use_peft": false,
151
+ "push_to_hub": false,
152
+ "repo_id": null,
153
+ "private": null,
154
+ "tags": null,
155
+ "license": null,
156
+ "pretrained_path": null,
157
+ "pretrained_revision": null,
158
+ "chunk_size": 100,
159
+ "n_action_steps": 100,
160
+ "normalization_mapping": {
161
+ "VISUAL": "MEAN_STD",
162
+ "STATE": "MEAN_STD",
163
+ "ACTION": "MEAN_STD"
164
+ },
165
+ "vision_backbone": "resnet18",
166
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
167
+ "replace_final_stride_with_dilation": false,
168
+ "pre_norm": false,
169
+ "dim_model": 512,
170
+ "n_heads": 8,
171
+ "dim_feedforward": 3200,
172
+ "feedforward_activation": "relu",
173
+ "n_encoder_layers": 4,
174
+ "n_decoder_layers": 1,
175
+ "use_vae": true,
176
+ "latent_dim": 32,
177
+ "n_vae_encoder_layers": 4,
178
+ "temporal_ensemble_coeff": null,
179
+ "dropout": 0.1,
180
+ "kl_weight": 10.0,
181
+ "optimizer_lr": 1e-05,
182
+ "optimizer_weight_decay": 0.0001,
183
+ "optimizer_lr_backbone": 1e-05
184
+ },
185
+ "reward_model": null,
186
+ "output_dir": "/kaggle/working/act_foam_small",
187
+ "job_name": "act",
188
+ "resume": false,
189
+ "seed": 1000,
190
+ "cudnn_deterministic": false,
191
+ "num_workers": 2,
192
+ "batch_size": 2,
193
+ "prefetch_factor": 4,
194
+ "persistent_workers": true,
195
+ "steps": 100,
196
+ "env_eval_freq": 20000,
197
+ "log_freq": 200,
198
+ "eval_steps": 0,
199
+ "max_eval_samples": 0,
200
+ "tolerance_s": 0.0001,
201
+ "save_checkpoint": true,
202
+ "save_freq": 50,
203
+ "use_policy_training_preset": true,
204
+ "optimizer": {
205
+ "type": "adamw",
206
+ "lr": 1e-05,
207
+ "weight_decay": 0.0001,
208
+ "grad_clip_norm": 10.0,
209
+ "betas": [
210
+ 0.9,
211
+ 0.999
212
+ ],
213
+ "eps": 1e-08
214
+ },
215
+ "scheduler": null,
216
+ "eval": {
217
+ "n_episodes": 50,
218
+ "batch_size": 2,
219
+ "use_async_envs": true,
220
+ "recording": false,
221
+ "recording_repo_id": null,
222
+ "recording_private": false
223
+ },
224
+ "wandb": {
225
+ "enable": false,
226
+ "disable_artifact": false,
227
+ "project": "lerobot",
228
+ "entity": null,
229
+ "notes": null,
230
+ "run_id": null,
231
+ "mode": null,
232
+ "add_tags": true
233
+ },
234
+ "peft": null,
235
+ "job": {
236
+ "target": null,
237
+ "image": "huggingface/lerobot-gpu:latest",
238
+ "timeout": "2d",
239
+ "detach": false,
240
+ "tags": []
241
+ },
242
+ "save_checkpoint_to_hub": false,
243
+ "sample_weighting": null,
244
+ "rename_map": {},
245
+ "checkpoint_path": null
246
+ }
Packing_Box/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # Task Lead: Khoi
Part_Sorting/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # Task Lead: Hoang An