TInkybala commited on
Commit
a0235e2
·
verified ·
1 Parent(s): b25be25

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "wall_x",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 15
9
+ ]
10
+ },
11
+ "observation.images.camera_1": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.camera_2": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ }
27
+ },
28
+ "output_features": {
29
+ "action": {
30
+ "type": "ACTION",
31
+ "shape": [
32
+ 7
33
+ ]
34
+ }
35
+ },
36
+ "device": "cuda",
37
+ "use_amp": true,
38
+ "use_peft": false,
39
+ "push_to_hub": true,
40
+ "repo_id": "TInkybala/Polymetis_CoT_Merged_wall_x_20260515_184326",
41
+ "private": null,
42
+ "tags": null,
43
+ "license": null,
44
+ "pretrained_path": null,
45
+ "chunk_size": 10,
46
+ "n_action_steps": 10,
47
+ "max_action_dim": 20,
48
+ "max_state_dim": 20,
49
+ "normalization_mapping": {
50
+ "VISUAL": "IDENTITY",
51
+ "STATE": "MEAN_STD",
52
+ "ACTION": "MEAN_STD"
53
+ },
54
+ "pretrained_name_or_path": "x-square-robot/wall-oss-flow",
55
+ "action_tokenizer_path": null,
56
+ "prediction_mode": "diffusion",
57
+ "attn_implementation": "eager",
58
+ "optimizer_lr": 2e-05,
59
+ "optimizer_betas": [
60
+ 0.9,
61
+ 0.95
62
+ ],
63
+ "optimizer_eps": 1e-08,
64
+ "optimizer_weight_decay": 0.01,
65
+ "optimizer_grad_clip_norm": 1.0,
66
+ "scheduler_warmup_steps": 1000,
67
+ "scheduler_decay_steps": 100000,
68
+ "scheduler_decay_lr": 1e-06
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98bc9daf9f54faa750772814bbfbb0dd312b4cc6d95254c70536d22a9c917859
3
+ size 8474064688
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
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
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:8148e1744ca562543ce81fbe07899f0f1260f444cad70d0a699ff05eb1f7347f
3
+ size 8024
policy_preprocessor.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "wall_x_task_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "normalizer_processor",
20
+ "config": {
21
+ "eps": 1e-08,
22
+ "features": {
23
+ "observation.state": {
24
+ "type": "STATE",
25
+ "shape": [
26
+ 15
27
+ ]
28
+ },
29
+ "observation.images.camera_1": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 480,
34
+ 640
35
+ ]
36
+ },
37
+ "observation.images.camera_2": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 480,
42
+ 640
43
+ ]
44
+ },
45
+ "action": {
46
+ "type": "ACTION",
47
+ "shape": [
48
+ 7
49
+ ]
50
+ }
51
+ },
52
+ "norm_map": {
53
+ "VISUAL": "IDENTITY",
54
+ "STATE": "MEAN_STD",
55
+ "ACTION": "MEAN_STD"
56
+ }
57
+ },
58
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
59
+ },
60
+ {
61
+ "registry_name": "device_processor",
62
+ "config": {
63
+ "device": "cuda",
64
+ "float_dtype": null
65
+ }
66
+ }
67
+ ]
68
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8148e1744ca562543ce81fbe07899f0f1260f444cad70d0a699ff05eb1f7347f
3
+ size 8024
train_config.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "TInkybala/polymetis_cot_merged",
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": "wall_x",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 15
91
+ ]
92
+ },
93
+ "observation.images.camera_1": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
+ "observation.images.camera_2": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 480,
106
+ 640
107
+ ]
108
+ }
109
+ },
110
+ "output_features": {
111
+ "action": {
112
+ "type": "ACTION",
113
+ "shape": [
114
+ 7
115
+ ]
116
+ }
117
+ },
118
+ "device": "cuda",
119
+ "use_amp": true,
120
+ "use_peft": false,
121
+ "push_to_hub": true,
122
+ "repo_id": "TInkybala/Polymetis_CoT_Merged_wall_x_20260515_184326",
123
+ "private": null,
124
+ "tags": null,
125
+ "license": null,
126
+ "pretrained_path": null,
127
+ "chunk_size": 10,
128
+ "n_action_steps": 10,
129
+ "max_action_dim": 20,
130
+ "max_state_dim": 20,
131
+ "normalization_mapping": {
132
+ "VISUAL": "IDENTITY",
133
+ "STATE": "MEAN_STD",
134
+ "ACTION": "MEAN_STD"
135
+ },
136
+ "pretrained_name_or_path": "x-square-robot/wall-oss-flow",
137
+ "action_tokenizer_path": null,
138
+ "prediction_mode": "diffusion",
139
+ "attn_implementation": "eager",
140
+ "optimizer_lr": 2e-05,
141
+ "optimizer_betas": [
142
+ 0.9,
143
+ 0.95
144
+ ],
145
+ "optimizer_eps": 1e-08,
146
+ "optimizer_weight_decay": 0.01,
147
+ "optimizer_grad_clip_norm": 1.0,
148
+ "scheduler_warmup_steps": 1000,
149
+ "scheduler_decay_steps": 100000,
150
+ "scheduler_decay_lr": 1e-06
151
+ },
152
+ "output_dir": "outputs/train/TInkybala_Polymetis_CoT_Merged_wall_x_20260515_184326",
153
+ "job_name": "real_panda_PickCubeVLA0_wall_x",
154
+ "resume": false,
155
+ "seed": 1000,
156
+ "num_workers": 4,
157
+ "batch_size": 8,
158
+ "steps": 40000,
159
+ "eval_freq": 20000,
160
+ "log_freq": 200,
161
+ "tolerance_s": 0.0001,
162
+ "save_checkpoint": true,
163
+ "save_freq": 10000,
164
+ "use_policy_training_preset": true,
165
+ "optimizer": {
166
+ "type": "adamw",
167
+ "lr": 2e-05,
168
+ "weight_decay": 0.01,
169
+ "grad_clip_norm": 1.0,
170
+ "betas": [
171
+ 0.9,
172
+ 0.95
173
+ ],
174
+ "eps": 1e-08
175
+ },
176
+ "scheduler": {
177
+ "type": "cosine_decay_with_warmup",
178
+ "num_warmup_steps": 1000,
179
+ "num_decay_steps": 100000,
180
+ "peak_lr": 2e-05,
181
+ "decay_lr": 1e-06
182
+ },
183
+ "eval": {
184
+ "n_episodes": 50,
185
+ "batch_size": 50,
186
+ "use_async_envs": false
187
+ },
188
+ "wandb": {
189
+ "enable": true,
190
+ "disable_artifact": false,
191
+ "project": "lerobot",
192
+ "entity": null,
193
+ "notes": null,
194
+ "run_id": "z51yerac",
195
+ "mode": null
196
+ },
197
+ "peft": null,
198
+ "use_rabc": false,
199
+ "rabc_progress_path": null,
200
+ "rabc_kappa": 0.01,
201
+ "rabc_epsilon": 1e-06,
202
+ "rabc_head_mode": "sparse",
203
+ "rename_map": {},
204
+ "checkpoint_path": null
205
+ }