Dongkkka commited on
Commit
1b0bd41
·
verified ·
1 Parent(s): a1f1b72

Upload Task OrangeCoffee Lift bugfix2 ACT Intern final checkpoint 050000

Browse files
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 17
9
+ ]
10
+ },
11
+ "observation.images.rgb.cam_left_head": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 376,
16
+ 672
17
+ ]
18
+ },
19
+ "observation.images.rgb.cam_left_wrist": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 640,
24
+ 480
25
+ ]
26
+ },
27
+ "observation.images.rgb.cam_right_wrist": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 640,
32
+ 480
33
+ ]
34
+ }
35
+ },
36
+ "output_features": {
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 17
41
+ ]
42
+ }
43
+ },
44
+ "device": "cuda",
45
+ "use_amp": false,
46
+ "use_peft": false,
47
+ "push_to_hub": false,
48
+ "repo_id": null,
49
+ "private": null,
50
+ "tags": null,
51
+ "license": null,
52
+ "pretrained_path": "/workspace/model/lerobot/task_000001_native50_vision_tuned_lift0trim_endpoint_action_allcams_chunk100_act/checkpoints/010000/pretrained_model",
53
+ "pretrained_revision": null,
54
+ "chunk_size": 100,
55
+ "n_action_steps": 100,
56
+ "normalization_mapping": {
57
+ "VISUAL": "MEAN_STD",
58
+ "STATE": "MEAN_STD",
59
+ "ACTION": "MEAN_STD"
60
+ },
61
+ "vision_backbone": "resnet18",
62
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
63
+ "replace_final_stride_with_dilation": 0,
64
+ "pre_norm": false,
65
+ "dim_model": 512,
66
+ "n_heads": 8,
67
+ "dim_feedforward": 3200,
68
+ "feedforward_activation": "relu",
69
+ "n_encoder_layers": 4,
70
+ "n_decoder_layers": 1,
71
+ "use_vae": true,
72
+ "latent_dim": 32,
73
+ "n_vae_encoder_layers": 4,
74
+ "temporal_ensemble_coeff": null,
75
+ "dropout": 0.1,
76
+ "kl_weight": 10.0,
77
+ "optimizer_lr": 1e-05,
78
+ "optimizer_weight_decay": 0.0001,
79
+ "optimizer_lr_backbone": 1e-05
80
+ }
cyclo_policy.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: task_000001
2
+ robot: ffw_sg2_rev1
3
+ policy_hz: 15
4
+ state:
5
+ names:
6
+ - arm_l_joint1
7
+ - arm_l_joint2
8
+ - arm_l_joint3
9
+ - arm_l_joint4
10
+ - arm_l_joint5
11
+ - arm_l_joint6
12
+ - arm_l_joint7
13
+ - gripper_l_joint1
14
+ - arm_r_joint1
15
+ - arm_r_joint2
16
+ - arm_r_joint3
17
+ - arm_r_joint4
18
+ - arm_r_joint5
19
+ - arm_r_joint6
20
+ - arm_r_joint7
21
+ - gripper_r_joint1
22
+ - lift_joint
23
+ action:
24
+ names:
25
+ - arm_l_joint1
26
+ - arm_l_joint2
27
+ - arm_l_joint3
28
+ - arm_l_joint4
29
+ - arm_l_joint5
30
+ - arm_l_joint6
31
+ - arm_l_joint7
32
+ - gripper_l_joint1
33
+ - arm_r_joint1
34
+ - arm_r_joint2
35
+ - arm_r_joint3
36
+ - arm_r_joint4
37
+ - arm_r_joint5
38
+ - arm_r_joint6
39
+ - arm_r_joint7
40
+ - gripper_r_joint1
41
+ - lift_joint
42
+ inactive:
43
+ head: hold_current
44
+ mobile: hold_current
45
+ cameras:
46
+ cam_left_head:
47
+ key: observation.images.rgb.cam_left_head
48
+ width: 672
49
+ height: 376
50
+ cam_left_wrist:
51
+ key: observation.images.rgb.cam_left_wrist
52
+ width: 480
53
+ height: 640
54
+ cam_right_wrist:
55
+ key: observation.images.rgb.cam_right_wrist
56
+ width: 480
57
+ height: 640
58
+ simulation:
59
+ environment: Cyclo-Real-Showroom-Task000001-FFW-SG2-v0
60
+ randomized_environment: Cyclo-Real-Showroom-Task000001-Random-FFW-SG2-v0
61
+ default_reset: deterministic
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041adf96c3f2408783c80df9f406a4fa6d7e389720a9fab9ca137967b1ed80a3
3
+ size 206789892
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
+ 17
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:8fc35a7fcea6334c6ccfc5f7c3cd761494030457fd357511eebbc2e45cb2b712
3
+ size 9824
policy_preprocessor.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 17
30
+ ]
31
+ },
32
+ "observation.images.rgb.cam_left_head": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 376,
37
+ 672
38
+ ]
39
+ },
40
+ "observation.images.rgb.cam_left_wrist": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 640,
45
+ 480
46
+ ]
47
+ },
48
+ "observation.images.rgb.cam_right_wrist": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 640,
53
+ 480
54
+ ]
55
+ },
56
+ "action": {
57
+ "type": "ACTION",
58
+ "shape": [
59
+ 17
60
+ ]
61
+ }
62
+ },
63
+ "norm_map": {
64
+ "VISUAL": "MEAN_STD",
65
+ "STATE": "MEAN_STD",
66
+ "ACTION": "MEAN_STD"
67
+ }
68
+ },
69
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
70
+ }
71
+ ]
72
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac2b33542f0e52a72ece4faf1673aa8ab21bcfc66e479a97a61ab27a50a66fe0
3
+ size 9832
train_config.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "robotis/task_000001_coffee_transport_allcams_native50_vision_tuned_lift0trim_endpoint_action_v30",
4
+ "root": "/workspace/dataset/robotis/task_000001_coffee_transport_allcams_native50_vision_tuned_lift0trim_endpoint_action_v30",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": true,
8
+ "max_num_transforms": 2,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.95,
17
+ 1.05
18
+ ]
19
+ }
20
+ },
21
+ "affine": {
22
+ "weight": 1.0,
23
+ "type": "RandomAffine",
24
+ "kwargs": {
25
+ "degrees": [
26
+ -2,
27
+ 2
28
+ ],
29
+ "translate": [
30
+ 0.01,
31
+ 0.01
32
+ ]
33
+ }
34
+ }
35
+ }
36
+ },
37
+ "revision": null,
38
+ "use_imagenet_stats": true,
39
+ "video_backend": "torchcodec",
40
+ "return_uint8": true,
41
+ "depth_output_unit": "mm",
42
+ "streaming": false,
43
+ "eval_split": 0.0
44
+ },
45
+ "env": null,
46
+ "policy": {
47
+ "type": "act",
48
+ "n_obs_steps": 1,
49
+ "input_features": {
50
+ "observation.state": {
51
+ "type": "STATE",
52
+ "shape": [
53
+ 17
54
+ ]
55
+ },
56
+ "observation.images.rgb.cam_left_head": {
57
+ "type": "VISUAL",
58
+ "shape": [
59
+ 3,
60
+ 376,
61
+ 672
62
+ ]
63
+ },
64
+ "observation.images.rgb.cam_left_wrist": {
65
+ "type": "VISUAL",
66
+ "shape": [
67
+ 3,
68
+ 640,
69
+ 480
70
+ ]
71
+ },
72
+ "observation.images.rgb.cam_right_wrist": {
73
+ "type": "VISUAL",
74
+ "shape": [
75
+ 3,
76
+ 640,
77
+ 480
78
+ ]
79
+ }
80
+ },
81
+ "output_features": {
82
+ "action": {
83
+ "type": "ACTION",
84
+ "shape": [
85
+ 17
86
+ ]
87
+ }
88
+ },
89
+ "device": "cuda",
90
+ "use_amp": false,
91
+ "use_peft": false,
92
+ "push_to_hub": false,
93
+ "repo_id": null,
94
+ "private": null,
95
+ "tags": null,
96
+ "license": null,
97
+ "pretrained_path": "/workspace/model/lerobot/task_000001_native50_vision_tuned_lift0trim_endpoint_action_allcams_chunk100_act/checkpoints/010000/pretrained_model",
98
+ "pretrained_revision": null,
99
+ "chunk_size": 100,
100
+ "n_action_steps": 100,
101
+ "normalization_mapping": {
102
+ "VISUAL": "MEAN_STD",
103
+ "STATE": "MEAN_STD",
104
+ "ACTION": "MEAN_STD"
105
+ },
106
+ "vision_backbone": "resnet18",
107
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
108
+ "replace_final_stride_with_dilation": 0,
109
+ "pre_norm": false,
110
+ "dim_model": 512,
111
+ "n_heads": 8,
112
+ "dim_feedforward": 3200,
113
+ "feedforward_activation": "relu",
114
+ "n_encoder_layers": 4,
115
+ "n_decoder_layers": 1,
116
+ "use_vae": true,
117
+ "latent_dim": 32,
118
+ "n_vae_encoder_layers": 4,
119
+ "temporal_ensemble_coeff": null,
120
+ "dropout": 0.1,
121
+ "kl_weight": 10.0,
122
+ "optimizer_lr": 1e-05,
123
+ "optimizer_weight_decay": 0.0001,
124
+ "optimizer_lr_backbone": 1e-05
125
+ },
126
+ "reward_model": null,
127
+ "output_dir": "/workspace/model/lerobot/task_000001_native50_vision_tuned_lift0trim_endpoint_action_allcams_chunk100_act",
128
+ "job_name": "task_000001_native50_vision_tuned_lift0trim_endpoint_action_allcams_chunk100_act",
129
+ "resume": true,
130
+ "seed": 1001,
131
+ "cudnn_deterministic": false,
132
+ "num_workers": 16,
133
+ "batch_size": 16,
134
+ "prefetch_factor": 8,
135
+ "persistent_workers": true,
136
+ "steps": 50000,
137
+ "env_eval_freq": 0,
138
+ "log_freq": 100,
139
+ "eval_steps": 0,
140
+ "max_eval_samples": 0,
141
+ "tolerance_s": 0.0001,
142
+ "save_checkpoint": true,
143
+ "save_freq": 10000,
144
+ "use_policy_training_preset": true,
145
+ "optimizer": {
146
+ "type": "adamw",
147
+ "lr": 1e-05,
148
+ "weight_decay": 0.0001,
149
+ "grad_clip_norm": 10.0,
150
+ "betas": [
151
+ 0.9,
152
+ 0.999
153
+ ],
154
+ "eps": 1e-08
155
+ },
156
+ "scheduler": null,
157
+ "eval": {
158
+ "n_episodes": 50,
159
+ "batch_size": 16,
160
+ "use_async_envs": true,
161
+ "recording": false,
162
+ "recording_repo_id": null,
163
+ "recording_private": false
164
+ },
165
+ "wandb": {
166
+ "enable": false,
167
+ "disable_artifact": false,
168
+ "project": "cyclo-sg2-act",
169
+ "entity": null,
170
+ "notes": null,
171
+ "run_id": null,
172
+ "mode": null,
173
+ "add_tags": true
174
+ },
175
+ "peft": null,
176
+ "job": {
177
+ "target": null,
178
+ "image": "huggingface/lerobot-gpu:latest",
179
+ "timeout": "2d",
180
+ "detach": false,
181
+ "tags": []
182
+ },
183
+ "save_checkpoint_to_hub": false,
184
+ "sample_weighting": null,
185
+ "rename_map": {},
186
+ "checkpoint_path": "/workspace/model/lerobot/task_000001_native50_vision_tuned_lift0trim_endpoint_action_allcams_chunk100_act/checkpoints/010000"
187
+ }