Chengmingethz commited on
Commit
678d1f1
·
verified ·
1 Parent(s): 9cf6082

Upload eval3_wallx checkpoint 003000 pretrained model

Browse files
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # eval3_wallx
2
+
3
+ Wall-X fine-tune for Eval 3: place an empty 330 ml slim coke can on the celebrity image named in the prompt.
4
+
5
+ Important: this upload is the available `003000` checkpoint from the local run. A `005000` checkpoint was not present on disk.
6
+
7
+ Training summary:
8
+
9
+ - Base model: `x-square-robot/wall-oss-flow`
10
+ - Policy: LeRobot `wall_x`
11
+ - Dataset requested: `robot-learning-group47/eval3_180_new`
12
+ - Local training subset: first 99 complete episodes from `eval3_180_new`
13
+ - Reason for subset: the Hub dataset has 180 parquet episodes but only 104 MP4 files; LeRobot requires videos for selected episodes.
14
+ - Steps: 3000
15
+ - Batch size: 4
16
+ - Effective batch size: 4
17
+ - Device: A100 80 GB
18
+ - W&B: offline
19
+
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "wall_x",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 240,
16
+ 320
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": true,
30
+ "use_peft": false,
31
+ "push_to_hub": false,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "chunk_size": 32,
38
+ "n_action_steps": 32,
39
+ "max_action_dim": 20,
40
+ "max_state_dim": 20,
41
+ "normalization_mapping": {
42
+ "VISUAL": "IDENTITY",
43
+ "STATE": "MEAN_STD",
44
+ "ACTION": "MEAN_STD"
45
+ },
46
+ "pretrained_name_or_path": "x-square-robot/wall-oss-flow",
47
+ "action_tokenizer_path": null,
48
+ "prediction_mode": "diffusion",
49
+ "attn_implementation": "eager",
50
+ "optimizer_lr": 2e-05,
51
+ "optimizer_betas": [
52
+ 0.9,
53
+ 0.95
54
+ ],
55
+ "optimizer_eps": 1e-08,
56
+ "optimizer_weight_decay": 0.01,
57
+ "optimizer_grad_clip_norm": 1.0,
58
+ "scheduler_warmup_steps": 1000,
59
+ "scheduler_decay_steps": 100000,
60
+ "scheduler_decay_lr": 1e-06
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da7e09f28a8a09922b6f403a7d635410c5a3918288da0de1f6fe7307abd01e9
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
+ 6
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:4ec4f3742a63af18f8893f65f386129c63790c57351b91cc402cdb2d8a79ab44
3
+ size 6560
policy_preprocessor.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 6
27
+ ]
28
+ },
29
+ "observation.images.front": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 240,
34
+ 320
35
+ ]
36
+ },
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 6
41
+ ]
42
+ }
43
+ },
44
+ "norm_map": {
45
+ "VISUAL": "IDENTITY",
46
+ "STATE": "MEAN_STD",
47
+ "ACTION": "MEAN_STD"
48
+ }
49
+ },
50
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
51
+ },
52
+ {
53
+ "registry_name": "device_processor",
54
+ "config": {
55
+ "device": "cuda",
56
+ "float_dtype": null
57
+ }
58
+ }
59
+ ]
60
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac69b9e1f1c0cbbf0ab09343f6c139fab56b46b3e1395e4bec4d218e0a955059
3
+ size 6568
train_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "robot-learning-group47/eval3_180_new",
4
+ "root": "/data/lerobot_datasets/robot-learning-group47/eval3_180_new_first99",
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
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "wall_x",
86
+ "n_obs_steps": 1,
87
+ "input_features": {
88
+ "observation.state": {
89
+ "type": "STATE",
90
+ "shape": [
91
+ 6
92
+ ]
93
+ },
94
+ "observation.images.front": {
95
+ "type": "VISUAL",
96
+ "shape": [
97
+ 3,
98
+ 240,
99
+ 320
100
+ ]
101
+ }
102
+ },
103
+ "output_features": {
104
+ "action": {
105
+ "type": "ACTION",
106
+ "shape": [
107
+ 6
108
+ ]
109
+ }
110
+ },
111
+ "device": "cuda",
112
+ "use_amp": true,
113
+ "use_peft": false,
114
+ "push_to_hub": false,
115
+ "repo_id": null,
116
+ "private": null,
117
+ "tags": null,
118
+ "license": null,
119
+ "pretrained_path": null,
120
+ "chunk_size": 32,
121
+ "n_action_steps": 32,
122
+ "max_action_dim": 20,
123
+ "max_state_dim": 20,
124
+ "normalization_mapping": {
125
+ "VISUAL": "IDENTITY",
126
+ "STATE": "MEAN_STD",
127
+ "ACTION": "MEAN_STD"
128
+ },
129
+ "pretrained_name_or_path": "x-square-robot/wall-oss-flow",
130
+ "action_tokenizer_path": null,
131
+ "prediction_mode": "diffusion",
132
+ "attn_implementation": "eager",
133
+ "optimizer_lr": 2e-05,
134
+ "optimizer_betas": [
135
+ 0.9,
136
+ 0.95
137
+ ],
138
+ "optimizer_eps": 1e-08,
139
+ "optimizer_weight_decay": 0.01,
140
+ "optimizer_grad_clip_norm": 1.0,
141
+ "scheduler_warmup_steps": 1000,
142
+ "scheduler_decay_steps": 100000,
143
+ "scheduler_decay_lr": 1e-06
144
+ },
145
+ "reward_model": null,
146
+ "output_dir": "outputs/train/2026-05-20/12-50-26_wall_x",
147
+ "job_name": "wall_x",
148
+ "resume": false,
149
+ "seed": 1000,
150
+ "cudnn_deterministic": false,
151
+ "num_workers": 4,
152
+ "batch_size": 4,
153
+ "prefetch_factor": 4,
154
+ "persistent_workers": true,
155
+ "steps": 3000,
156
+ "eval_freq": 20000,
157
+ "log_freq": 200,
158
+ "tolerance_s": 0.0001,
159
+ "save_checkpoint": true,
160
+ "save_freq": 20000,
161
+ "use_policy_training_preset": true,
162
+ "optimizer": {
163
+ "type": "adamw",
164
+ "lr": 2e-05,
165
+ "weight_decay": 0.01,
166
+ "grad_clip_norm": 1.0,
167
+ "betas": [
168
+ 0.9,
169
+ 0.95
170
+ ],
171
+ "eps": 1e-08
172
+ },
173
+ "scheduler": {
174
+ "type": "cosine_decay_with_warmup",
175
+ "num_warmup_steps": 1000,
176
+ "num_decay_steps": 100000,
177
+ "peak_lr": 2e-05,
178
+ "decay_lr": 1e-06
179
+ },
180
+ "eval": {
181
+ "n_episodes": 50,
182
+ "batch_size": 11,
183
+ "use_async_envs": true
184
+ },
185
+ "wandb": {
186
+ "enable": false,
187
+ "disable_artifact": false,
188
+ "project": "lerobot",
189
+ "entity": null,
190
+ "notes": null,
191
+ "run_id": null,
192
+ "mode": null,
193
+ "add_tags": true
194
+ },
195
+ "peft": null,
196
+ "sample_weighting": null,
197
+ "rename_map": {},
198
+ "checkpoint_path": null
199
+ }