jjr1007 commited on
Commit
649eb3a
·
verified ·
1 Parent(s): 02de79f

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. 002000/pretrained_model/config.json +97 -0
  2. 002000/pretrained_model/model.safetensors +3 -0
  3. 002000/pretrained_model/policy_postprocessor.json +32 -0
  4. 002000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  5. 002000/pretrained_model/policy_preprocessor.json +67 -0
  6. 002000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors +3 -0
  7. 002000/pretrained_model/train_config.json +233 -0
  8. 002000/training_state/optimizer_param_groups.json +307 -0
  9. 002000/training_state/optimizer_state.safetensors +3 -0
  10. 002000/training_state/rng_state.safetensors +3 -0
  11. 002000/training_state/scheduler_state.json +18 -0
  12. 002000/training_state/training_step.json +3 -0
  13. 004000/pretrained_model/config.json +97 -0
  14. 004000/pretrained_model/model.safetensors +3 -0
  15. 004000/pretrained_model/policy_postprocessor.json +32 -0
  16. 004000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  17. 004000/pretrained_model/policy_preprocessor.json +67 -0
  18. 004000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors +3 -0
  19. 004000/pretrained_model/train_config.json +233 -0
  20. 004000/training_state/optimizer_param_groups.json +307 -0
  21. 004000/training_state/optimizer_state.safetensors +3 -0
  22. 004000/training_state/rng_state.safetensors +3 -0
  23. 004000/training_state/scheduler_state.json +18 -0
  24. 004000/training_state/training_step.json +3 -0
  25. 006000/pretrained_model/config.json +97 -0
  26. 006000/pretrained_model/model.safetensors +3 -0
  27. 006000/pretrained_model/policy_postprocessor.json +32 -0
  28. 006000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  29. 006000/pretrained_model/policy_preprocessor.json +67 -0
  30. 006000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors +3 -0
  31. 006000/pretrained_model/train_config.json +233 -0
  32. 006000/training_state/optimizer_param_groups.json +307 -0
  33. 006000/training_state/optimizer_state.safetensors +3 -0
  34. 006000/training_state/rng_state.safetensors +3 -0
  35. 006000/training_state/scheduler_state.json +18 -0
  36. 006000/training_state/training_step.json +3 -0
  37. 008000/pretrained_model/config.json +97 -0
  38. 008000/pretrained_model/model.safetensors +3 -0
  39. 008000/pretrained_model/policy_postprocessor.json +32 -0
  40. 008000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  41. 008000/pretrained_model/policy_preprocessor.json +67 -0
  42. 008000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors +3 -0
  43. 008000/pretrained_model/train_config.json +233 -0
  44. 008000/training_state/optimizer_param_groups.json +307 -0
  45. 008000/training_state/optimizer_state.safetensors +3 -0
  46. 008000/training_state/rng_state.safetensors +3 -0
  47. 008000/training_state/scheduler_state.json +18 -0
  48. 008000/training_state/training_step.json +3 -0
  49. 010000/pretrained_model/config.json +97 -0
  50. 010000/pretrained_model/model.safetensors +3 -0
002000/pretrained_model/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "multi_task_dit",
3
+ "n_obs_steps": 2,
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
+ 1080,
16
+ 1920
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": true,
32
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 49,
38
+ "n_action_steps": 8,
39
+ "objective": "flow_matching",
40
+ "noise_scheduler_type": "DDPM",
41
+ "num_train_timesteps": 100,
42
+ "beta_schedule": "squaredcos_cap_v2",
43
+ "beta_start": 0.0001,
44
+ "beta_end": 0.02,
45
+ "prediction_type": "epsilon",
46
+ "clip_sample": true,
47
+ "clip_sample_range": 1.0,
48
+ "num_inference_steps": null,
49
+ "sigma_min": 0.0,
50
+ "num_integration_steps": 100,
51
+ "integration_method": "euler",
52
+ "timestep_sampling_strategy": "beta",
53
+ "timestep_sampling_s": 0.999,
54
+ "timestep_sampling_alpha": 1.5,
55
+ "timestep_sampling_beta": 1.0,
56
+ "hidden_dim": 512,
57
+ "num_layers": 6,
58
+ "num_heads": 8,
59
+ "dropout": 0.1,
60
+ "use_positional_encoding": false,
61
+ "timestep_embed_dim": 256,
62
+ "use_rope": true,
63
+ "rope_base": 10000.0,
64
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
65
+ "use_separate_rgb_encoder_per_camera": false,
66
+ "vision_encoder_lr_multiplier": 0.1,
67
+ "image_resize_shape": [
68
+ 224,
69
+ 224
70
+ ],
71
+ "image_crop_shape": [
72
+ 224,
73
+ 224
74
+ ],
75
+ "image_crop_is_random": true,
76
+ "text_encoder_name": "openai/clip-vit-base-patch16",
77
+ "tokenizer_max_length": 77,
78
+ "tokenizer_padding": "max_length",
79
+ "tokenizer_padding_side": "right",
80
+ "tokenizer_truncation": true,
81
+ "normalization_mapping": {
82
+ "VISUAL": "MEAN_STD",
83
+ "STATE": "MIN_MAX",
84
+ "ACTION": "MIN_MAX"
85
+ },
86
+ "optimizer_lr": 2e-05,
87
+ "optimizer_betas": [
88
+ 0.95,
89
+ 0.999
90
+ ],
91
+ "optimizer_eps": 1e-08,
92
+ "optimizer_weight_decay": 0.0,
93
+ "scheduler_name": "cosine",
94
+ "scheduler_warmup_steps": 0,
95
+ "do_mask_loss_for_padding": false,
96
+ "drop_n_last_frames": 40
97
+ }
002000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6245d3bfec225e4d9575fa7cee6fd0dd317a87fda60453c69be4ac4b2c70b272
3
+ size 628503144
002000/pretrained_model/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": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
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
+ }
002000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
002000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "tokenizer_processor",
16
+ "config": {
17
+ "max_length": 77,
18
+ "task_key": "task",
19
+ "padding_side": "right",
20
+ "padding": "max_length",
21
+ "truncation": true,
22
+ "tokenizer_name": "openai/clip-vit-base-patch16"
23
+ }
24
+ },
25
+ {
26
+ "registry_name": "device_processor",
27
+ "config": {
28
+ "device": "cuda",
29
+ "float_dtype": null
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "normalizer_processor",
34
+ "config": {
35
+ "eps": 1e-08,
36
+ "features": {
37
+ "observation.state": {
38
+ "type": "STATE",
39
+ "shape": [
40
+ 6
41
+ ]
42
+ },
43
+ "observation.images.front": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 1080,
48
+ 1920
49
+ ]
50
+ },
51
+ "action": {
52
+ "type": "ACTION",
53
+ "shape": [
54
+ 6
55
+ ]
56
+ }
57
+ },
58
+ "norm_map": {
59
+ "VISUAL": "MEAN_STD",
60
+ "STATE": "MIN_MAX",
61
+ "ACTION": "MIN_MAX"
62
+ }
63
+ },
64
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
65
+ }
66
+ ]
67
+ }
002000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
002000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jjr1007/5may_lorenzo_merged_1-4_6-12",
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
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "multi_task_dit",
86
+ "n_obs_steps": 2,
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
+ 1080,
99
+ 1920
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": true,
115
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
116
+ "private": null,
117
+ "tags": null,
118
+ "license": null,
119
+ "pretrained_path": null,
120
+ "horizon": 49,
121
+ "n_action_steps": 8,
122
+ "objective": "flow_matching",
123
+ "noise_scheduler_type": "DDPM",
124
+ "num_train_timesteps": 100,
125
+ "beta_schedule": "squaredcos_cap_v2",
126
+ "beta_start": 0.0001,
127
+ "beta_end": 0.02,
128
+ "prediction_type": "epsilon",
129
+ "clip_sample": true,
130
+ "clip_sample_range": 1.0,
131
+ "num_inference_steps": null,
132
+ "sigma_min": 0.0,
133
+ "num_integration_steps": 100,
134
+ "integration_method": "euler",
135
+ "timestep_sampling_strategy": "beta",
136
+ "timestep_sampling_s": 0.999,
137
+ "timestep_sampling_alpha": 1.5,
138
+ "timestep_sampling_beta": 1.0,
139
+ "hidden_dim": 512,
140
+ "num_layers": 6,
141
+ "num_heads": 8,
142
+ "dropout": 0.1,
143
+ "use_positional_encoding": false,
144
+ "timestep_embed_dim": 256,
145
+ "use_rope": true,
146
+ "rope_base": 10000.0,
147
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
148
+ "use_separate_rgb_encoder_per_camera": false,
149
+ "vision_encoder_lr_multiplier": 0.1,
150
+ "image_resize_shape": [
151
+ 224,
152
+ 224
153
+ ],
154
+ "image_crop_shape": [
155
+ 224,
156
+ 224
157
+ ],
158
+ "image_crop_is_random": true,
159
+ "text_encoder_name": "openai/clip-vit-base-patch16",
160
+ "tokenizer_max_length": 77,
161
+ "tokenizer_padding": "max_length",
162
+ "tokenizer_padding_side": "right",
163
+ "tokenizer_truncation": true,
164
+ "normalization_mapping": {
165
+ "VISUAL": "MEAN_STD",
166
+ "STATE": "MIN_MAX",
167
+ "ACTION": "MIN_MAX"
168
+ },
169
+ "optimizer_lr": 2e-05,
170
+ "optimizer_betas": [
171
+ 0.95,
172
+ 0.999
173
+ ],
174
+ "optimizer_eps": 1e-08,
175
+ "optimizer_weight_decay": 0.0,
176
+ "scheduler_name": "cosine",
177
+ "scheduler_warmup_steps": 0,
178
+ "do_mask_loss_for_padding": false,
179
+ "drop_n_last_frames": 40
180
+ },
181
+ "reward_model": null,
182
+ "output_dir": "outputs/run1_baseline",
183
+ "job_name": "multi_task_dit",
184
+ "resume": false,
185
+ "seed": 1000,
186
+ "cudnn_deterministic": false,
187
+ "num_workers": 4,
188
+ "batch_size": 32,
189
+ "prefetch_factor": 4,
190
+ "persistent_workers": true,
191
+ "steps": 10000,
192
+ "eval_freq": 1000,
193
+ "log_freq": 100,
194
+ "tolerance_s": 0.0001,
195
+ "save_checkpoint": true,
196
+ "save_freq": 2000,
197
+ "use_policy_training_preset": true,
198
+ "optimizer": {
199
+ "type": "adam",
200
+ "lr": 2e-05,
201
+ "weight_decay": 0.0,
202
+ "grad_clip_norm": 10.0,
203
+ "betas": [
204
+ 0.95,
205
+ 0.999
206
+ ],
207
+ "eps": 1e-08
208
+ },
209
+ "scheduler": {
210
+ "type": "diffuser",
211
+ "num_warmup_steps": 0,
212
+ "name": "cosine"
213
+ },
214
+ "eval": {
215
+ "n_episodes": 50,
216
+ "batch_size": 19,
217
+ "use_async_envs": true
218
+ },
219
+ "wandb": {
220
+ "enable": true,
221
+ "disable_artifact": false,
222
+ "project": "multitask-dit-experiments",
223
+ "entity": null,
224
+ "notes": null,
225
+ "run_id": "run1_baseline_h49_a8",
226
+ "mode": null,
227
+ "add_tags": true
228
+ },
229
+ "peft": null,
230
+ "sample_weighting": null,
231
+ "rename_map": {},
232
+ "checkpoint_path": null
233
+ }
002000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.8090169943749477e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 2e-05,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67
87
+ ]
88
+ },
89
+ {
90
+ "lr": 1.8090169943749478e-06,
91
+ "betas": [
92
+ 0.95,
93
+ 0.999
94
+ ],
95
+ "eps": 1e-08,
96
+ "weight_decay": 0.0,
97
+ "amsgrad": false,
98
+ "maximize": false,
99
+ "foreach": null,
100
+ "capturable": false,
101
+ "differentiable": false,
102
+ "fused": null,
103
+ "decoupled_weight_decay": false,
104
+ "initial_lr": 2.0000000000000003e-06,
105
+ "params": [
106
+ 68,
107
+ 69,
108
+ 70,
109
+ 71,
110
+ 72,
111
+ 73,
112
+ 74,
113
+ 75,
114
+ 76,
115
+ 77,
116
+ 78,
117
+ 79,
118
+ 80,
119
+ 81,
120
+ 82,
121
+ 83,
122
+ 84,
123
+ 85,
124
+ 86,
125
+ 87,
126
+ 88,
127
+ 89,
128
+ 90,
129
+ 91,
130
+ 92,
131
+ 93,
132
+ 94,
133
+ 95,
134
+ 96,
135
+ 97,
136
+ 98,
137
+ 99,
138
+ 100,
139
+ 101,
140
+ 102,
141
+ 103,
142
+ 104,
143
+ 105,
144
+ 106,
145
+ 107,
146
+ 108,
147
+ 109,
148
+ 110,
149
+ 111,
150
+ 112,
151
+ 113,
152
+ 114,
153
+ 115,
154
+ 116,
155
+ 117,
156
+ 118,
157
+ 119,
158
+ 120,
159
+ 121,
160
+ 122,
161
+ 123,
162
+ 124,
163
+ 125,
164
+ 126,
165
+ 127,
166
+ 128,
167
+ 129,
168
+ 130,
169
+ 131,
170
+ 132,
171
+ 133,
172
+ 134,
173
+ 135,
174
+ 136,
175
+ 137,
176
+ 138,
177
+ 139,
178
+ 140,
179
+ 141,
180
+ 142,
181
+ 143,
182
+ 144,
183
+ 145,
184
+ 146,
185
+ 147,
186
+ 148,
187
+ 149,
188
+ 150,
189
+ 151,
190
+ 152,
191
+ 153,
192
+ 154,
193
+ 155,
194
+ 156,
195
+ 157,
196
+ 158,
197
+ 159,
198
+ 160,
199
+ 161,
200
+ 162,
201
+ 163,
202
+ 164,
203
+ 165,
204
+ 166,
205
+ 167,
206
+ 168,
207
+ 169,
208
+ 170,
209
+ 171,
210
+ 172,
211
+ 173,
212
+ 174,
213
+ 175,
214
+ 176,
215
+ 177,
216
+ 178,
217
+ 179,
218
+ 180,
219
+ 181,
220
+ 182,
221
+ 183,
222
+ 184,
223
+ 185,
224
+ 186,
225
+ 187,
226
+ 188,
227
+ 189,
228
+ 190,
229
+ 191,
230
+ 192,
231
+ 193,
232
+ 194,
233
+ 195,
234
+ 196,
235
+ 197,
236
+ 198,
237
+ 199,
238
+ 200,
239
+ 201,
240
+ 202,
241
+ 203,
242
+ 204,
243
+ 205,
244
+ 206,
245
+ 207,
246
+ 208,
247
+ 209,
248
+ 210,
249
+ 211,
250
+ 212,
251
+ 213,
252
+ 214,
253
+ 215,
254
+ 216,
255
+ 217,
256
+ 218,
257
+ 219,
258
+ 220,
259
+ 221,
260
+ 222,
261
+ 223,
262
+ 224,
263
+ 225,
264
+ 226,
265
+ 227,
266
+ 228,
267
+ 229,
268
+ 230,
269
+ 231,
270
+ 232,
271
+ 233,
272
+ 234,
273
+ 235,
274
+ 236,
275
+ 237,
276
+ 238,
277
+ 239,
278
+ 240,
279
+ 241,
280
+ 242,
281
+ 243,
282
+ 244,
283
+ 245,
284
+ 246,
285
+ 247,
286
+ 248,
287
+ 249,
288
+ 250,
289
+ 251,
290
+ 252,
291
+ 253,
292
+ 254,
293
+ 255,
294
+ 256,
295
+ 257,
296
+ 258,
297
+ 259,
298
+ 260,
299
+ 261,
300
+ 262,
301
+ 263,
302
+ 264,
303
+ 265,
304
+ 266
305
+ ]
306
+ }
307
+ ]
002000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a0707739209eb33178eed5becfb680246453653d68c2ea5706fa8b1b6c1b894
3
+ size 1256979084
002000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa14cd3e907f7b2ef47b1a253db4ae42caebacdbae122084c8a18ecabcf7fe0
3
+ size 15708
002000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05,
4
+ 2.0000000000000003e-06
5
+ ],
6
+ "last_epoch": 2000,
7
+ "_step_count": 2001,
8
+ "_is_initial": false,
9
+ "_get_lr_called_within_step": false,
10
+ "_last_lr": [
11
+ 1.8090169943749477e-05,
12
+ 1.8090169943749478e-06
13
+ ],
14
+ "lr_lambdas": [
15
+ null,
16
+ null
17
+ ]
18
+ }
002000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 2000
3
+ }
004000/pretrained_model/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "multi_task_dit",
3
+ "n_obs_steps": 2,
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
+ 1080,
16
+ 1920
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": true,
32
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 49,
38
+ "n_action_steps": 8,
39
+ "objective": "flow_matching",
40
+ "noise_scheduler_type": "DDPM",
41
+ "num_train_timesteps": 100,
42
+ "beta_schedule": "squaredcos_cap_v2",
43
+ "beta_start": 0.0001,
44
+ "beta_end": 0.02,
45
+ "prediction_type": "epsilon",
46
+ "clip_sample": true,
47
+ "clip_sample_range": 1.0,
48
+ "num_inference_steps": null,
49
+ "sigma_min": 0.0,
50
+ "num_integration_steps": 100,
51
+ "integration_method": "euler",
52
+ "timestep_sampling_strategy": "beta",
53
+ "timestep_sampling_s": 0.999,
54
+ "timestep_sampling_alpha": 1.5,
55
+ "timestep_sampling_beta": 1.0,
56
+ "hidden_dim": 512,
57
+ "num_layers": 6,
58
+ "num_heads": 8,
59
+ "dropout": 0.1,
60
+ "use_positional_encoding": false,
61
+ "timestep_embed_dim": 256,
62
+ "use_rope": true,
63
+ "rope_base": 10000.0,
64
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
65
+ "use_separate_rgb_encoder_per_camera": false,
66
+ "vision_encoder_lr_multiplier": 0.1,
67
+ "image_resize_shape": [
68
+ 224,
69
+ 224
70
+ ],
71
+ "image_crop_shape": [
72
+ 224,
73
+ 224
74
+ ],
75
+ "image_crop_is_random": true,
76
+ "text_encoder_name": "openai/clip-vit-base-patch16",
77
+ "tokenizer_max_length": 77,
78
+ "tokenizer_padding": "max_length",
79
+ "tokenizer_padding_side": "right",
80
+ "tokenizer_truncation": true,
81
+ "normalization_mapping": {
82
+ "VISUAL": "MEAN_STD",
83
+ "STATE": "MIN_MAX",
84
+ "ACTION": "MIN_MAX"
85
+ },
86
+ "optimizer_lr": 2e-05,
87
+ "optimizer_betas": [
88
+ 0.95,
89
+ 0.999
90
+ ],
91
+ "optimizer_eps": 1e-08,
92
+ "optimizer_weight_decay": 0.0,
93
+ "scheduler_name": "cosine",
94
+ "scheduler_warmup_steps": 0,
95
+ "do_mask_loss_for_padding": false,
96
+ "drop_n_last_frames": 40
97
+ }
004000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d0aa06a5123225f887aabda0cb91af1e244c8b676ac42a9b237afbaf4a40cc
3
+ size 628503144
004000/pretrained_model/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": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
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
+ }
004000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
004000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "tokenizer_processor",
16
+ "config": {
17
+ "max_length": 77,
18
+ "task_key": "task",
19
+ "padding_side": "right",
20
+ "padding": "max_length",
21
+ "truncation": true,
22
+ "tokenizer_name": "openai/clip-vit-base-patch16"
23
+ }
24
+ },
25
+ {
26
+ "registry_name": "device_processor",
27
+ "config": {
28
+ "device": "cuda",
29
+ "float_dtype": null
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "normalizer_processor",
34
+ "config": {
35
+ "eps": 1e-08,
36
+ "features": {
37
+ "observation.state": {
38
+ "type": "STATE",
39
+ "shape": [
40
+ 6
41
+ ]
42
+ },
43
+ "observation.images.front": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 1080,
48
+ 1920
49
+ ]
50
+ },
51
+ "action": {
52
+ "type": "ACTION",
53
+ "shape": [
54
+ 6
55
+ ]
56
+ }
57
+ },
58
+ "norm_map": {
59
+ "VISUAL": "MEAN_STD",
60
+ "STATE": "MIN_MAX",
61
+ "ACTION": "MIN_MAX"
62
+ }
63
+ },
64
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
65
+ }
66
+ ]
67
+ }
004000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
004000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jjr1007/5may_lorenzo_merged_1-4_6-12",
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
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "multi_task_dit",
86
+ "n_obs_steps": 2,
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
+ 1080,
99
+ 1920
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": true,
115
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
116
+ "private": null,
117
+ "tags": null,
118
+ "license": null,
119
+ "pretrained_path": null,
120
+ "horizon": 49,
121
+ "n_action_steps": 8,
122
+ "objective": "flow_matching",
123
+ "noise_scheduler_type": "DDPM",
124
+ "num_train_timesteps": 100,
125
+ "beta_schedule": "squaredcos_cap_v2",
126
+ "beta_start": 0.0001,
127
+ "beta_end": 0.02,
128
+ "prediction_type": "epsilon",
129
+ "clip_sample": true,
130
+ "clip_sample_range": 1.0,
131
+ "num_inference_steps": null,
132
+ "sigma_min": 0.0,
133
+ "num_integration_steps": 100,
134
+ "integration_method": "euler",
135
+ "timestep_sampling_strategy": "beta",
136
+ "timestep_sampling_s": 0.999,
137
+ "timestep_sampling_alpha": 1.5,
138
+ "timestep_sampling_beta": 1.0,
139
+ "hidden_dim": 512,
140
+ "num_layers": 6,
141
+ "num_heads": 8,
142
+ "dropout": 0.1,
143
+ "use_positional_encoding": false,
144
+ "timestep_embed_dim": 256,
145
+ "use_rope": true,
146
+ "rope_base": 10000.0,
147
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
148
+ "use_separate_rgb_encoder_per_camera": false,
149
+ "vision_encoder_lr_multiplier": 0.1,
150
+ "image_resize_shape": [
151
+ 224,
152
+ 224
153
+ ],
154
+ "image_crop_shape": [
155
+ 224,
156
+ 224
157
+ ],
158
+ "image_crop_is_random": true,
159
+ "text_encoder_name": "openai/clip-vit-base-patch16",
160
+ "tokenizer_max_length": 77,
161
+ "tokenizer_padding": "max_length",
162
+ "tokenizer_padding_side": "right",
163
+ "tokenizer_truncation": true,
164
+ "normalization_mapping": {
165
+ "VISUAL": "MEAN_STD",
166
+ "STATE": "MIN_MAX",
167
+ "ACTION": "MIN_MAX"
168
+ },
169
+ "optimizer_lr": 2e-05,
170
+ "optimizer_betas": [
171
+ 0.95,
172
+ 0.999
173
+ ],
174
+ "optimizer_eps": 1e-08,
175
+ "optimizer_weight_decay": 0.0,
176
+ "scheduler_name": "cosine",
177
+ "scheduler_warmup_steps": 0,
178
+ "do_mask_loss_for_padding": false,
179
+ "drop_n_last_frames": 40
180
+ },
181
+ "reward_model": null,
182
+ "output_dir": "outputs/run1_baseline",
183
+ "job_name": "multi_task_dit",
184
+ "resume": false,
185
+ "seed": 1000,
186
+ "cudnn_deterministic": false,
187
+ "num_workers": 4,
188
+ "batch_size": 32,
189
+ "prefetch_factor": 4,
190
+ "persistent_workers": true,
191
+ "steps": 10000,
192
+ "eval_freq": 1000,
193
+ "log_freq": 100,
194
+ "tolerance_s": 0.0001,
195
+ "save_checkpoint": true,
196
+ "save_freq": 2000,
197
+ "use_policy_training_preset": true,
198
+ "optimizer": {
199
+ "type": "adam",
200
+ "lr": 2e-05,
201
+ "weight_decay": 0.0,
202
+ "grad_clip_norm": 10.0,
203
+ "betas": [
204
+ 0.95,
205
+ 0.999
206
+ ],
207
+ "eps": 1e-08
208
+ },
209
+ "scheduler": {
210
+ "type": "diffuser",
211
+ "num_warmup_steps": 0,
212
+ "name": "cosine"
213
+ },
214
+ "eval": {
215
+ "n_episodes": 50,
216
+ "batch_size": 19,
217
+ "use_async_envs": true
218
+ },
219
+ "wandb": {
220
+ "enable": true,
221
+ "disable_artifact": false,
222
+ "project": "multitask-dit-experiments",
223
+ "entity": null,
224
+ "notes": null,
225
+ "run_id": "run1_baseline_h49_a8",
226
+ "mode": null,
227
+ "add_tags": true
228
+ },
229
+ "peft": null,
230
+ "sample_weighting": null,
231
+ "rename_map": {},
232
+ "checkpoint_path": null
233
+ }
004000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.3090169943749475e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 2e-05,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67
87
+ ]
88
+ },
89
+ {
90
+ "lr": 1.3090169943749477e-06,
91
+ "betas": [
92
+ 0.95,
93
+ 0.999
94
+ ],
95
+ "eps": 1e-08,
96
+ "weight_decay": 0.0,
97
+ "amsgrad": false,
98
+ "maximize": false,
99
+ "foreach": null,
100
+ "capturable": false,
101
+ "differentiable": false,
102
+ "fused": null,
103
+ "decoupled_weight_decay": false,
104
+ "initial_lr": 2.0000000000000003e-06,
105
+ "params": [
106
+ 68,
107
+ 69,
108
+ 70,
109
+ 71,
110
+ 72,
111
+ 73,
112
+ 74,
113
+ 75,
114
+ 76,
115
+ 77,
116
+ 78,
117
+ 79,
118
+ 80,
119
+ 81,
120
+ 82,
121
+ 83,
122
+ 84,
123
+ 85,
124
+ 86,
125
+ 87,
126
+ 88,
127
+ 89,
128
+ 90,
129
+ 91,
130
+ 92,
131
+ 93,
132
+ 94,
133
+ 95,
134
+ 96,
135
+ 97,
136
+ 98,
137
+ 99,
138
+ 100,
139
+ 101,
140
+ 102,
141
+ 103,
142
+ 104,
143
+ 105,
144
+ 106,
145
+ 107,
146
+ 108,
147
+ 109,
148
+ 110,
149
+ 111,
150
+ 112,
151
+ 113,
152
+ 114,
153
+ 115,
154
+ 116,
155
+ 117,
156
+ 118,
157
+ 119,
158
+ 120,
159
+ 121,
160
+ 122,
161
+ 123,
162
+ 124,
163
+ 125,
164
+ 126,
165
+ 127,
166
+ 128,
167
+ 129,
168
+ 130,
169
+ 131,
170
+ 132,
171
+ 133,
172
+ 134,
173
+ 135,
174
+ 136,
175
+ 137,
176
+ 138,
177
+ 139,
178
+ 140,
179
+ 141,
180
+ 142,
181
+ 143,
182
+ 144,
183
+ 145,
184
+ 146,
185
+ 147,
186
+ 148,
187
+ 149,
188
+ 150,
189
+ 151,
190
+ 152,
191
+ 153,
192
+ 154,
193
+ 155,
194
+ 156,
195
+ 157,
196
+ 158,
197
+ 159,
198
+ 160,
199
+ 161,
200
+ 162,
201
+ 163,
202
+ 164,
203
+ 165,
204
+ 166,
205
+ 167,
206
+ 168,
207
+ 169,
208
+ 170,
209
+ 171,
210
+ 172,
211
+ 173,
212
+ 174,
213
+ 175,
214
+ 176,
215
+ 177,
216
+ 178,
217
+ 179,
218
+ 180,
219
+ 181,
220
+ 182,
221
+ 183,
222
+ 184,
223
+ 185,
224
+ 186,
225
+ 187,
226
+ 188,
227
+ 189,
228
+ 190,
229
+ 191,
230
+ 192,
231
+ 193,
232
+ 194,
233
+ 195,
234
+ 196,
235
+ 197,
236
+ 198,
237
+ 199,
238
+ 200,
239
+ 201,
240
+ 202,
241
+ 203,
242
+ 204,
243
+ 205,
244
+ 206,
245
+ 207,
246
+ 208,
247
+ 209,
248
+ 210,
249
+ 211,
250
+ 212,
251
+ 213,
252
+ 214,
253
+ 215,
254
+ 216,
255
+ 217,
256
+ 218,
257
+ 219,
258
+ 220,
259
+ 221,
260
+ 222,
261
+ 223,
262
+ 224,
263
+ 225,
264
+ 226,
265
+ 227,
266
+ 228,
267
+ 229,
268
+ 230,
269
+ 231,
270
+ 232,
271
+ 233,
272
+ 234,
273
+ 235,
274
+ 236,
275
+ 237,
276
+ 238,
277
+ 239,
278
+ 240,
279
+ 241,
280
+ 242,
281
+ 243,
282
+ 244,
283
+ 245,
284
+ 246,
285
+ 247,
286
+ 248,
287
+ 249,
288
+ 250,
289
+ 251,
290
+ 252,
291
+ 253,
292
+ 254,
293
+ 255,
294
+ 256,
295
+ 257,
296
+ 258,
297
+ 259,
298
+ 260,
299
+ 261,
300
+ 262,
301
+ 263,
302
+ 264,
303
+ 265,
304
+ 266
305
+ ]
306
+ }
307
+ ]
004000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08049ae6014bbd38e7134185e210afe5033d41c9d0978035c95653728212c3d9
3
+ size 1256979084
004000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb99af0477c0e787228e1e6b503db4cf50e1390a63e48de0f1f0c340a3c0cb0
3
+ size 15708
004000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05,
4
+ 2.0000000000000003e-06
5
+ ],
6
+ "last_epoch": 4000,
7
+ "_step_count": 4001,
8
+ "_is_initial": false,
9
+ "_get_lr_called_within_step": false,
10
+ "_last_lr": [
11
+ 1.3090169943749475e-05,
12
+ 1.3090169943749477e-06
13
+ ],
14
+ "lr_lambdas": [
15
+ null,
16
+ null
17
+ ]
18
+ }
004000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 4000
3
+ }
006000/pretrained_model/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "multi_task_dit",
3
+ "n_obs_steps": 2,
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
+ 1080,
16
+ 1920
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": true,
32
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 49,
38
+ "n_action_steps": 8,
39
+ "objective": "flow_matching",
40
+ "noise_scheduler_type": "DDPM",
41
+ "num_train_timesteps": 100,
42
+ "beta_schedule": "squaredcos_cap_v2",
43
+ "beta_start": 0.0001,
44
+ "beta_end": 0.02,
45
+ "prediction_type": "epsilon",
46
+ "clip_sample": true,
47
+ "clip_sample_range": 1.0,
48
+ "num_inference_steps": null,
49
+ "sigma_min": 0.0,
50
+ "num_integration_steps": 100,
51
+ "integration_method": "euler",
52
+ "timestep_sampling_strategy": "beta",
53
+ "timestep_sampling_s": 0.999,
54
+ "timestep_sampling_alpha": 1.5,
55
+ "timestep_sampling_beta": 1.0,
56
+ "hidden_dim": 512,
57
+ "num_layers": 6,
58
+ "num_heads": 8,
59
+ "dropout": 0.1,
60
+ "use_positional_encoding": false,
61
+ "timestep_embed_dim": 256,
62
+ "use_rope": true,
63
+ "rope_base": 10000.0,
64
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
65
+ "use_separate_rgb_encoder_per_camera": false,
66
+ "vision_encoder_lr_multiplier": 0.1,
67
+ "image_resize_shape": [
68
+ 224,
69
+ 224
70
+ ],
71
+ "image_crop_shape": [
72
+ 224,
73
+ 224
74
+ ],
75
+ "image_crop_is_random": true,
76
+ "text_encoder_name": "openai/clip-vit-base-patch16",
77
+ "tokenizer_max_length": 77,
78
+ "tokenizer_padding": "max_length",
79
+ "tokenizer_padding_side": "right",
80
+ "tokenizer_truncation": true,
81
+ "normalization_mapping": {
82
+ "VISUAL": "MEAN_STD",
83
+ "STATE": "MIN_MAX",
84
+ "ACTION": "MIN_MAX"
85
+ },
86
+ "optimizer_lr": 2e-05,
87
+ "optimizer_betas": [
88
+ 0.95,
89
+ 0.999
90
+ ],
91
+ "optimizer_eps": 1e-08,
92
+ "optimizer_weight_decay": 0.0,
93
+ "scheduler_name": "cosine",
94
+ "scheduler_warmup_steps": 0,
95
+ "do_mask_loss_for_padding": false,
96
+ "drop_n_last_frames": 40
97
+ }
006000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e5e5004870f75e957c3fbb51b33ea26e7047963c6c03234e3e17b981e6546a
3
+ size 628503144
006000/pretrained_model/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": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
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
+ }
006000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
006000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "tokenizer_processor",
16
+ "config": {
17
+ "max_length": 77,
18
+ "task_key": "task",
19
+ "padding_side": "right",
20
+ "padding": "max_length",
21
+ "truncation": true,
22
+ "tokenizer_name": "openai/clip-vit-base-patch16"
23
+ }
24
+ },
25
+ {
26
+ "registry_name": "device_processor",
27
+ "config": {
28
+ "device": "cuda",
29
+ "float_dtype": null
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "normalizer_processor",
34
+ "config": {
35
+ "eps": 1e-08,
36
+ "features": {
37
+ "observation.state": {
38
+ "type": "STATE",
39
+ "shape": [
40
+ 6
41
+ ]
42
+ },
43
+ "observation.images.front": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 1080,
48
+ 1920
49
+ ]
50
+ },
51
+ "action": {
52
+ "type": "ACTION",
53
+ "shape": [
54
+ 6
55
+ ]
56
+ }
57
+ },
58
+ "norm_map": {
59
+ "VISUAL": "MEAN_STD",
60
+ "STATE": "MIN_MAX",
61
+ "ACTION": "MIN_MAX"
62
+ }
63
+ },
64
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
65
+ }
66
+ ]
67
+ }
006000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
006000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jjr1007/5may_lorenzo_merged_1-4_6-12",
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
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "multi_task_dit",
86
+ "n_obs_steps": 2,
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
+ 1080,
99
+ 1920
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": true,
115
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
116
+ "private": null,
117
+ "tags": null,
118
+ "license": null,
119
+ "pretrained_path": null,
120
+ "horizon": 49,
121
+ "n_action_steps": 8,
122
+ "objective": "flow_matching",
123
+ "noise_scheduler_type": "DDPM",
124
+ "num_train_timesteps": 100,
125
+ "beta_schedule": "squaredcos_cap_v2",
126
+ "beta_start": 0.0001,
127
+ "beta_end": 0.02,
128
+ "prediction_type": "epsilon",
129
+ "clip_sample": true,
130
+ "clip_sample_range": 1.0,
131
+ "num_inference_steps": null,
132
+ "sigma_min": 0.0,
133
+ "num_integration_steps": 100,
134
+ "integration_method": "euler",
135
+ "timestep_sampling_strategy": "beta",
136
+ "timestep_sampling_s": 0.999,
137
+ "timestep_sampling_alpha": 1.5,
138
+ "timestep_sampling_beta": 1.0,
139
+ "hidden_dim": 512,
140
+ "num_layers": 6,
141
+ "num_heads": 8,
142
+ "dropout": 0.1,
143
+ "use_positional_encoding": false,
144
+ "timestep_embed_dim": 256,
145
+ "use_rope": true,
146
+ "rope_base": 10000.0,
147
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
148
+ "use_separate_rgb_encoder_per_camera": false,
149
+ "vision_encoder_lr_multiplier": 0.1,
150
+ "image_resize_shape": [
151
+ 224,
152
+ 224
153
+ ],
154
+ "image_crop_shape": [
155
+ 224,
156
+ 224
157
+ ],
158
+ "image_crop_is_random": true,
159
+ "text_encoder_name": "openai/clip-vit-base-patch16",
160
+ "tokenizer_max_length": 77,
161
+ "tokenizer_padding": "max_length",
162
+ "tokenizer_padding_side": "right",
163
+ "tokenizer_truncation": true,
164
+ "normalization_mapping": {
165
+ "VISUAL": "MEAN_STD",
166
+ "STATE": "MIN_MAX",
167
+ "ACTION": "MIN_MAX"
168
+ },
169
+ "optimizer_lr": 2e-05,
170
+ "optimizer_betas": [
171
+ 0.95,
172
+ 0.999
173
+ ],
174
+ "optimizer_eps": 1e-08,
175
+ "optimizer_weight_decay": 0.0,
176
+ "scheduler_name": "cosine",
177
+ "scheduler_warmup_steps": 0,
178
+ "do_mask_loss_for_padding": false,
179
+ "drop_n_last_frames": 40
180
+ },
181
+ "reward_model": null,
182
+ "output_dir": "outputs/run1_baseline",
183
+ "job_name": "multi_task_dit",
184
+ "resume": false,
185
+ "seed": 1000,
186
+ "cudnn_deterministic": false,
187
+ "num_workers": 4,
188
+ "batch_size": 32,
189
+ "prefetch_factor": 4,
190
+ "persistent_workers": true,
191
+ "steps": 10000,
192
+ "eval_freq": 1000,
193
+ "log_freq": 100,
194
+ "tolerance_s": 0.0001,
195
+ "save_checkpoint": true,
196
+ "save_freq": 2000,
197
+ "use_policy_training_preset": true,
198
+ "optimizer": {
199
+ "type": "adam",
200
+ "lr": 2e-05,
201
+ "weight_decay": 0.0,
202
+ "grad_clip_norm": 10.0,
203
+ "betas": [
204
+ 0.95,
205
+ 0.999
206
+ ],
207
+ "eps": 1e-08
208
+ },
209
+ "scheduler": {
210
+ "type": "diffuser",
211
+ "num_warmup_steps": 0,
212
+ "name": "cosine"
213
+ },
214
+ "eval": {
215
+ "n_episodes": 50,
216
+ "batch_size": 19,
217
+ "use_async_envs": true
218
+ },
219
+ "wandb": {
220
+ "enable": true,
221
+ "disable_artifact": false,
222
+ "project": "multitask-dit-experiments",
223
+ "entity": null,
224
+ "notes": null,
225
+ "run_id": "run1_baseline_h49_a8",
226
+ "mode": null,
227
+ "add_tags": true
228
+ },
229
+ "peft": null,
230
+ "sample_weighting": null,
231
+ "rename_map": {},
232
+ "checkpoint_path": null
233
+ }
006000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 6.909830056250527e-06,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 2e-05,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67
87
+ ]
88
+ },
89
+ {
90
+ "lr": 6.909830056250527e-07,
91
+ "betas": [
92
+ 0.95,
93
+ 0.999
94
+ ],
95
+ "eps": 1e-08,
96
+ "weight_decay": 0.0,
97
+ "amsgrad": false,
98
+ "maximize": false,
99
+ "foreach": null,
100
+ "capturable": false,
101
+ "differentiable": false,
102
+ "fused": null,
103
+ "decoupled_weight_decay": false,
104
+ "initial_lr": 2.0000000000000003e-06,
105
+ "params": [
106
+ 68,
107
+ 69,
108
+ 70,
109
+ 71,
110
+ 72,
111
+ 73,
112
+ 74,
113
+ 75,
114
+ 76,
115
+ 77,
116
+ 78,
117
+ 79,
118
+ 80,
119
+ 81,
120
+ 82,
121
+ 83,
122
+ 84,
123
+ 85,
124
+ 86,
125
+ 87,
126
+ 88,
127
+ 89,
128
+ 90,
129
+ 91,
130
+ 92,
131
+ 93,
132
+ 94,
133
+ 95,
134
+ 96,
135
+ 97,
136
+ 98,
137
+ 99,
138
+ 100,
139
+ 101,
140
+ 102,
141
+ 103,
142
+ 104,
143
+ 105,
144
+ 106,
145
+ 107,
146
+ 108,
147
+ 109,
148
+ 110,
149
+ 111,
150
+ 112,
151
+ 113,
152
+ 114,
153
+ 115,
154
+ 116,
155
+ 117,
156
+ 118,
157
+ 119,
158
+ 120,
159
+ 121,
160
+ 122,
161
+ 123,
162
+ 124,
163
+ 125,
164
+ 126,
165
+ 127,
166
+ 128,
167
+ 129,
168
+ 130,
169
+ 131,
170
+ 132,
171
+ 133,
172
+ 134,
173
+ 135,
174
+ 136,
175
+ 137,
176
+ 138,
177
+ 139,
178
+ 140,
179
+ 141,
180
+ 142,
181
+ 143,
182
+ 144,
183
+ 145,
184
+ 146,
185
+ 147,
186
+ 148,
187
+ 149,
188
+ 150,
189
+ 151,
190
+ 152,
191
+ 153,
192
+ 154,
193
+ 155,
194
+ 156,
195
+ 157,
196
+ 158,
197
+ 159,
198
+ 160,
199
+ 161,
200
+ 162,
201
+ 163,
202
+ 164,
203
+ 165,
204
+ 166,
205
+ 167,
206
+ 168,
207
+ 169,
208
+ 170,
209
+ 171,
210
+ 172,
211
+ 173,
212
+ 174,
213
+ 175,
214
+ 176,
215
+ 177,
216
+ 178,
217
+ 179,
218
+ 180,
219
+ 181,
220
+ 182,
221
+ 183,
222
+ 184,
223
+ 185,
224
+ 186,
225
+ 187,
226
+ 188,
227
+ 189,
228
+ 190,
229
+ 191,
230
+ 192,
231
+ 193,
232
+ 194,
233
+ 195,
234
+ 196,
235
+ 197,
236
+ 198,
237
+ 199,
238
+ 200,
239
+ 201,
240
+ 202,
241
+ 203,
242
+ 204,
243
+ 205,
244
+ 206,
245
+ 207,
246
+ 208,
247
+ 209,
248
+ 210,
249
+ 211,
250
+ 212,
251
+ 213,
252
+ 214,
253
+ 215,
254
+ 216,
255
+ 217,
256
+ 218,
257
+ 219,
258
+ 220,
259
+ 221,
260
+ 222,
261
+ 223,
262
+ 224,
263
+ 225,
264
+ 226,
265
+ 227,
266
+ 228,
267
+ 229,
268
+ 230,
269
+ 231,
270
+ 232,
271
+ 233,
272
+ 234,
273
+ 235,
274
+ 236,
275
+ 237,
276
+ 238,
277
+ 239,
278
+ 240,
279
+ 241,
280
+ 242,
281
+ 243,
282
+ 244,
283
+ 245,
284
+ 246,
285
+ 247,
286
+ 248,
287
+ 249,
288
+ 250,
289
+ 251,
290
+ 252,
291
+ 253,
292
+ 254,
293
+ 255,
294
+ 256,
295
+ 257,
296
+ 258,
297
+ 259,
298
+ 260,
299
+ 261,
300
+ 262,
301
+ 263,
302
+ 264,
303
+ 265,
304
+ 266
305
+ ]
306
+ }
307
+ ]
006000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae1df59c56f20c0d9beb0002cf47ecde413a0ec15ac7dd9233c70709ced2431a
3
+ size 1256979084
006000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2216518ac2cca1365dbb86c17bec18ec46a70522a6bc4be3f27ae3734ad3abc6
3
+ size 15708
006000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05,
4
+ 2.0000000000000003e-06
5
+ ],
6
+ "last_epoch": 6000,
7
+ "_step_count": 6001,
8
+ "_is_initial": false,
9
+ "_get_lr_called_within_step": false,
10
+ "_last_lr": [
11
+ 6.909830056250527e-06,
12
+ 6.909830056250527e-07
13
+ ],
14
+ "lr_lambdas": [
15
+ null,
16
+ null
17
+ ]
18
+ }
006000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 6000
3
+ }
008000/pretrained_model/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "multi_task_dit",
3
+ "n_obs_steps": 2,
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
+ 1080,
16
+ 1920
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": true,
32
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 49,
38
+ "n_action_steps": 8,
39
+ "objective": "flow_matching",
40
+ "noise_scheduler_type": "DDPM",
41
+ "num_train_timesteps": 100,
42
+ "beta_schedule": "squaredcos_cap_v2",
43
+ "beta_start": 0.0001,
44
+ "beta_end": 0.02,
45
+ "prediction_type": "epsilon",
46
+ "clip_sample": true,
47
+ "clip_sample_range": 1.0,
48
+ "num_inference_steps": null,
49
+ "sigma_min": 0.0,
50
+ "num_integration_steps": 100,
51
+ "integration_method": "euler",
52
+ "timestep_sampling_strategy": "beta",
53
+ "timestep_sampling_s": 0.999,
54
+ "timestep_sampling_alpha": 1.5,
55
+ "timestep_sampling_beta": 1.0,
56
+ "hidden_dim": 512,
57
+ "num_layers": 6,
58
+ "num_heads": 8,
59
+ "dropout": 0.1,
60
+ "use_positional_encoding": false,
61
+ "timestep_embed_dim": 256,
62
+ "use_rope": true,
63
+ "rope_base": 10000.0,
64
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
65
+ "use_separate_rgb_encoder_per_camera": false,
66
+ "vision_encoder_lr_multiplier": 0.1,
67
+ "image_resize_shape": [
68
+ 224,
69
+ 224
70
+ ],
71
+ "image_crop_shape": [
72
+ 224,
73
+ 224
74
+ ],
75
+ "image_crop_is_random": true,
76
+ "text_encoder_name": "openai/clip-vit-base-patch16",
77
+ "tokenizer_max_length": 77,
78
+ "tokenizer_padding": "max_length",
79
+ "tokenizer_padding_side": "right",
80
+ "tokenizer_truncation": true,
81
+ "normalization_mapping": {
82
+ "VISUAL": "MEAN_STD",
83
+ "STATE": "MIN_MAX",
84
+ "ACTION": "MIN_MAX"
85
+ },
86
+ "optimizer_lr": 2e-05,
87
+ "optimizer_betas": [
88
+ 0.95,
89
+ 0.999
90
+ ],
91
+ "optimizer_eps": 1e-08,
92
+ "optimizer_weight_decay": 0.0,
93
+ "scheduler_name": "cosine",
94
+ "scheduler_warmup_steps": 0,
95
+ "do_mask_loss_for_padding": false,
96
+ "drop_n_last_frames": 40
97
+ }
008000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2cd21d5867c87ad651f570e726be1fb090c226d8ba2b7d2c51bd5e0c466113
3
+ size 628503144
008000/pretrained_model/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": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
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
+ }
008000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
008000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "tokenizer_processor",
16
+ "config": {
17
+ "max_length": 77,
18
+ "task_key": "task",
19
+ "padding_side": "right",
20
+ "padding": "max_length",
21
+ "truncation": true,
22
+ "tokenizer_name": "openai/clip-vit-base-patch16"
23
+ }
24
+ },
25
+ {
26
+ "registry_name": "device_processor",
27
+ "config": {
28
+ "device": "cuda",
29
+ "float_dtype": null
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "normalizer_processor",
34
+ "config": {
35
+ "eps": 1e-08,
36
+ "features": {
37
+ "observation.state": {
38
+ "type": "STATE",
39
+ "shape": [
40
+ 6
41
+ ]
42
+ },
43
+ "observation.images.front": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 1080,
48
+ 1920
49
+ ]
50
+ },
51
+ "action": {
52
+ "type": "ACTION",
53
+ "shape": [
54
+ 6
55
+ ]
56
+ }
57
+ },
58
+ "norm_map": {
59
+ "VISUAL": "MEAN_STD",
60
+ "STATE": "MIN_MAX",
61
+ "ACTION": "MIN_MAX"
62
+ }
63
+ },
64
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
65
+ }
66
+ ]
67
+ }
008000/pretrained_model/policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e52b5e47d0bc03c9a9e94752a2fbfee02c868cae66f93cdcb53e917c910577b
3
+ size 6560
008000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jjr1007/5may_lorenzo_merged_1-4_6-12",
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
+ "streaming": false
82
+ },
83
+ "env": null,
84
+ "policy": {
85
+ "type": "multi_task_dit",
86
+ "n_obs_steps": 2,
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
+ 1080,
99
+ 1920
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": true,
115
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
116
+ "private": null,
117
+ "tags": null,
118
+ "license": null,
119
+ "pretrained_path": null,
120
+ "horizon": 49,
121
+ "n_action_steps": 8,
122
+ "objective": "flow_matching",
123
+ "noise_scheduler_type": "DDPM",
124
+ "num_train_timesteps": 100,
125
+ "beta_schedule": "squaredcos_cap_v2",
126
+ "beta_start": 0.0001,
127
+ "beta_end": 0.02,
128
+ "prediction_type": "epsilon",
129
+ "clip_sample": true,
130
+ "clip_sample_range": 1.0,
131
+ "num_inference_steps": null,
132
+ "sigma_min": 0.0,
133
+ "num_integration_steps": 100,
134
+ "integration_method": "euler",
135
+ "timestep_sampling_strategy": "beta",
136
+ "timestep_sampling_s": 0.999,
137
+ "timestep_sampling_alpha": 1.5,
138
+ "timestep_sampling_beta": 1.0,
139
+ "hidden_dim": 512,
140
+ "num_layers": 6,
141
+ "num_heads": 8,
142
+ "dropout": 0.1,
143
+ "use_positional_encoding": false,
144
+ "timestep_embed_dim": 256,
145
+ "use_rope": true,
146
+ "rope_base": 10000.0,
147
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
148
+ "use_separate_rgb_encoder_per_camera": false,
149
+ "vision_encoder_lr_multiplier": 0.1,
150
+ "image_resize_shape": [
151
+ 224,
152
+ 224
153
+ ],
154
+ "image_crop_shape": [
155
+ 224,
156
+ 224
157
+ ],
158
+ "image_crop_is_random": true,
159
+ "text_encoder_name": "openai/clip-vit-base-patch16",
160
+ "tokenizer_max_length": 77,
161
+ "tokenizer_padding": "max_length",
162
+ "tokenizer_padding_side": "right",
163
+ "tokenizer_truncation": true,
164
+ "normalization_mapping": {
165
+ "VISUAL": "MEAN_STD",
166
+ "STATE": "MIN_MAX",
167
+ "ACTION": "MIN_MAX"
168
+ },
169
+ "optimizer_lr": 2e-05,
170
+ "optimizer_betas": [
171
+ 0.95,
172
+ 0.999
173
+ ],
174
+ "optimizer_eps": 1e-08,
175
+ "optimizer_weight_decay": 0.0,
176
+ "scheduler_name": "cosine",
177
+ "scheduler_warmup_steps": 0,
178
+ "do_mask_loss_for_padding": false,
179
+ "drop_n_last_frames": 40
180
+ },
181
+ "reward_model": null,
182
+ "output_dir": "outputs/run1_baseline",
183
+ "job_name": "multi_task_dit",
184
+ "resume": false,
185
+ "seed": 1000,
186
+ "cudnn_deterministic": false,
187
+ "num_workers": 4,
188
+ "batch_size": 32,
189
+ "prefetch_factor": 4,
190
+ "persistent_workers": true,
191
+ "steps": 10000,
192
+ "eval_freq": 1000,
193
+ "log_freq": 100,
194
+ "tolerance_s": 0.0001,
195
+ "save_checkpoint": true,
196
+ "save_freq": 2000,
197
+ "use_policy_training_preset": true,
198
+ "optimizer": {
199
+ "type": "adam",
200
+ "lr": 2e-05,
201
+ "weight_decay": 0.0,
202
+ "grad_clip_norm": 10.0,
203
+ "betas": [
204
+ 0.95,
205
+ 0.999
206
+ ],
207
+ "eps": 1e-08
208
+ },
209
+ "scheduler": {
210
+ "type": "diffuser",
211
+ "num_warmup_steps": 0,
212
+ "name": "cosine"
213
+ },
214
+ "eval": {
215
+ "n_episodes": 50,
216
+ "batch_size": 19,
217
+ "use_async_envs": true
218
+ },
219
+ "wandb": {
220
+ "enable": true,
221
+ "disable_artifact": false,
222
+ "project": "multitask-dit-experiments",
223
+ "entity": null,
224
+ "notes": null,
225
+ "run_id": "run1_baseline_h49_a8",
226
+ "mode": null,
227
+ "add_tags": true
228
+ },
229
+ "peft": null,
230
+ "sample_weighting": null,
231
+ "rename_map": {},
232
+ "checkpoint_path": null
233
+ }
008000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.9098300562505266e-06,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
17
+ "initial_lr": 2e-05,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67
87
+ ]
88
+ },
89
+ {
90
+ "lr": 1.909830056250527e-07,
91
+ "betas": [
92
+ 0.95,
93
+ 0.999
94
+ ],
95
+ "eps": 1e-08,
96
+ "weight_decay": 0.0,
97
+ "amsgrad": false,
98
+ "maximize": false,
99
+ "foreach": null,
100
+ "capturable": false,
101
+ "differentiable": false,
102
+ "fused": null,
103
+ "decoupled_weight_decay": false,
104
+ "initial_lr": 2.0000000000000003e-06,
105
+ "params": [
106
+ 68,
107
+ 69,
108
+ 70,
109
+ 71,
110
+ 72,
111
+ 73,
112
+ 74,
113
+ 75,
114
+ 76,
115
+ 77,
116
+ 78,
117
+ 79,
118
+ 80,
119
+ 81,
120
+ 82,
121
+ 83,
122
+ 84,
123
+ 85,
124
+ 86,
125
+ 87,
126
+ 88,
127
+ 89,
128
+ 90,
129
+ 91,
130
+ 92,
131
+ 93,
132
+ 94,
133
+ 95,
134
+ 96,
135
+ 97,
136
+ 98,
137
+ 99,
138
+ 100,
139
+ 101,
140
+ 102,
141
+ 103,
142
+ 104,
143
+ 105,
144
+ 106,
145
+ 107,
146
+ 108,
147
+ 109,
148
+ 110,
149
+ 111,
150
+ 112,
151
+ 113,
152
+ 114,
153
+ 115,
154
+ 116,
155
+ 117,
156
+ 118,
157
+ 119,
158
+ 120,
159
+ 121,
160
+ 122,
161
+ 123,
162
+ 124,
163
+ 125,
164
+ 126,
165
+ 127,
166
+ 128,
167
+ 129,
168
+ 130,
169
+ 131,
170
+ 132,
171
+ 133,
172
+ 134,
173
+ 135,
174
+ 136,
175
+ 137,
176
+ 138,
177
+ 139,
178
+ 140,
179
+ 141,
180
+ 142,
181
+ 143,
182
+ 144,
183
+ 145,
184
+ 146,
185
+ 147,
186
+ 148,
187
+ 149,
188
+ 150,
189
+ 151,
190
+ 152,
191
+ 153,
192
+ 154,
193
+ 155,
194
+ 156,
195
+ 157,
196
+ 158,
197
+ 159,
198
+ 160,
199
+ 161,
200
+ 162,
201
+ 163,
202
+ 164,
203
+ 165,
204
+ 166,
205
+ 167,
206
+ 168,
207
+ 169,
208
+ 170,
209
+ 171,
210
+ 172,
211
+ 173,
212
+ 174,
213
+ 175,
214
+ 176,
215
+ 177,
216
+ 178,
217
+ 179,
218
+ 180,
219
+ 181,
220
+ 182,
221
+ 183,
222
+ 184,
223
+ 185,
224
+ 186,
225
+ 187,
226
+ 188,
227
+ 189,
228
+ 190,
229
+ 191,
230
+ 192,
231
+ 193,
232
+ 194,
233
+ 195,
234
+ 196,
235
+ 197,
236
+ 198,
237
+ 199,
238
+ 200,
239
+ 201,
240
+ 202,
241
+ 203,
242
+ 204,
243
+ 205,
244
+ 206,
245
+ 207,
246
+ 208,
247
+ 209,
248
+ 210,
249
+ 211,
250
+ 212,
251
+ 213,
252
+ 214,
253
+ 215,
254
+ 216,
255
+ 217,
256
+ 218,
257
+ 219,
258
+ 220,
259
+ 221,
260
+ 222,
261
+ 223,
262
+ 224,
263
+ 225,
264
+ 226,
265
+ 227,
266
+ 228,
267
+ 229,
268
+ 230,
269
+ 231,
270
+ 232,
271
+ 233,
272
+ 234,
273
+ 235,
274
+ 236,
275
+ 237,
276
+ 238,
277
+ 239,
278
+ 240,
279
+ 241,
280
+ 242,
281
+ 243,
282
+ 244,
283
+ 245,
284
+ 246,
285
+ 247,
286
+ 248,
287
+ 249,
288
+ 250,
289
+ 251,
290
+ 252,
291
+ 253,
292
+ 254,
293
+ 255,
294
+ 256,
295
+ 257,
296
+ 258,
297
+ 259,
298
+ 260,
299
+ 261,
300
+ 262,
301
+ 263,
302
+ 264,
303
+ 265,
304
+ 266
305
+ ]
306
+ }
307
+ ]
008000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d3adbe0c7c8f60fd3ee4b4e45c1c8b664194ca4f45a385085adff43f1a00a7
3
+ size 1256979084
008000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc7c3b22c3d20eff04dd5801bba673b44e768a7e4426ae1f1ad5033403c283b7
3
+ size 15708
008000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 2e-05,
4
+ 2.0000000000000003e-06
5
+ ],
6
+ "last_epoch": 8000,
7
+ "_step_count": 8001,
8
+ "_is_initial": false,
9
+ "_get_lr_called_within_step": false,
10
+ "_last_lr": [
11
+ 1.9098300562505266e-06,
12
+ 1.909830056250527e-07
13
+ ],
14
+ "lr_lambdas": [
15
+ null,
16
+ null
17
+ ]
18
+ }
008000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 8000
3
+ }
010000/pretrained_model/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "multi_task_dit",
3
+ "n_obs_steps": 2,
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
+ 1080,
16
+ 1920
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": true,
32
+ "repo_id": "jjr1007/multitask-dit-run1-baseline",
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 49,
38
+ "n_action_steps": 8,
39
+ "objective": "flow_matching",
40
+ "noise_scheduler_type": "DDPM",
41
+ "num_train_timesteps": 100,
42
+ "beta_schedule": "squaredcos_cap_v2",
43
+ "beta_start": 0.0001,
44
+ "beta_end": 0.02,
45
+ "prediction_type": "epsilon",
46
+ "clip_sample": true,
47
+ "clip_sample_range": 1.0,
48
+ "num_inference_steps": null,
49
+ "sigma_min": 0.0,
50
+ "num_integration_steps": 100,
51
+ "integration_method": "euler",
52
+ "timestep_sampling_strategy": "beta",
53
+ "timestep_sampling_s": 0.999,
54
+ "timestep_sampling_alpha": 1.5,
55
+ "timestep_sampling_beta": 1.0,
56
+ "hidden_dim": 512,
57
+ "num_layers": 6,
58
+ "num_heads": 8,
59
+ "dropout": 0.1,
60
+ "use_positional_encoding": false,
61
+ "timestep_embed_dim": 256,
62
+ "use_rope": true,
63
+ "rope_base": 10000.0,
64
+ "vision_encoder_name": "openai/clip-vit-base-patch16",
65
+ "use_separate_rgb_encoder_per_camera": false,
66
+ "vision_encoder_lr_multiplier": 0.1,
67
+ "image_resize_shape": [
68
+ 224,
69
+ 224
70
+ ],
71
+ "image_crop_shape": [
72
+ 224,
73
+ 224
74
+ ],
75
+ "image_crop_is_random": true,
76
+ "text_encoder_name": "openai/clip-vit-base-patch16",
77
+ "tokenizer_max_length": 77,
78
+ "tokenizer_padding": "max_length",
79
+ "tokenizer_padding_side": "right",
80
+ "tokenizer_truncation": true,
81
+ "normalization_mapping": {
82
+ "VISUAL": "MEAN_STD",
83
+ "STATE": "MIN_MAX",
84
+ "ACTION": "MIN_MAX"
85
+ },
86
+ "optimizer_lr": 2e-05,
87
+ "optimizer_betas": [
88
+ 0.95,
89
+ 0.999
90
+ ],
91
+ "optimizer_eps": 1e-08,
92
+ "optimizer_weight_decay": 0.0,
93
+ "scheduler_name": "cosine",
94
+ "scheduler_warmup_steps": 0,
95
+ "do_mask_loss_for_padding": false,
96
+ "drop_n_last_frames": 40
97
+ }
010000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e209b2610b01de92051021ce8adccd8604b29248bc0d91ebd3e4740fffdc2e51
3
+ size 628503144