ML-GOD commited on
Commit
42ae0f6
·
verified ·
1 Parent(s): 42536a6

Upload hf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. hf_config.json +250 -0
hf_config.json ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_mixture": {
3
+ "datasets": [
4
+ {
5
+ "repo_id": "robocasa/atomic",
6
+ "vqa": null,
7
+ "root": "/fss/bot/navigate",
8
+ "episodes": null,
9
+ "image_transforms": {
10
+ "enable": false,
11
+ "max_num_transforms": 3,
12
+ "random_order": false,
13
+ "tfs": {
14
+ "brightness": {
15
+ "weight": 1,
16
+ "type": "ColorJitter",
17
+ "kwargs": {
18
+ "brightness": [
19
+ 0.8,
20
+ 1.2
21
+ ]
22
+ }
23
+ },
24
+ "contrast": {
25
+ "weight": 1,
26
+ "type": "ColorJitter",
27
+ "kwargs": {
28
+ "contrast": [
29
+ 0.8,
30
+ 1.2
31
+ ]
32
+ }
33
+ },
34
+ "saturation": {
35
+ "weight": 1,
36
+ "type": "ColorJitter",
37
+ "kwargs": {
38
+ "saturation": [
39
+ 0.5,
40
+ 1.5
41
+ ]
42
+ }
43
+ },
44
+ "hue": {
45
+ "weight": 1,
46
+ "type": "ColorJitter",
47
+ "kwargs": {
48
+ "hue": [
49
+ -0.05,
50
+ 0.05
51
+ ]
52
+ }
53
+ },
54
+ "sharpness": {
55
+ "weight": 1,
56
+ "type": "SharpnessJitter",
57
+ "kwargs": {
58
+ "sharpness": [
59
+ 0.5,
60
+ 1.5
61
+ ]
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "revision": null,
67
+ "use_imagenet_stats": true,
68
+ "video_backend": "pyav",
69
+ "stats": null,
70
+ "data_features_name_mapping": null,
71
+ "val_split_ratio": 0.05
72
+ }
73
+ ],
74
+ "weights": [
75
+ 1
76
+ ],
77
+ "action_freq": 20,
78
+ "image_resample_strategy": "nearest",
79
+ "vector_resample_strategy": "nearest",
80
+ "val_split_ratio": 0.05
81
+ },
82
+ "policy": {
83
+ "type": "pi05",
84
+ "n_obs_steps": 1,
85
+ "normalization_mapping": {
86
+ "VISUAL": "IDENTITY",
87
+ "STATE": "MIN_MAX",
88
+ "ACTION": "MEAN_STD"
89
+ },
90
+ "input_features": {
91
+ "state": {
92
+ "type": "STATE",
93
+ "shape": [
94
+ 32
95
+ ]
96
+ },
97
+ "camera0": {
98
+ "type": "VISUAL",
99
+ "shape": [
100
+ 3,
101
+ 256,
102
+ 256
103
+ ]
104
+ },
105
+ "camera1": {
106
+ "type": "VISUAL",
107
+ "shape": [
108
+ 3,
109
+ 256,
110
+ 256
111
+ ]
112
+ },
113
+ "camera2": {
114
+ "type": "VISUAL",
115
+ "shape": [
116
+ 3,
117
+ 256,
118
+ 256
119
+ ]
120
+ }
121
+ },
122
+ "output_features": {
123
+ "actions": {
124
+ "type": "ACTION",
125
+ "shape": [
126
+ 32
127
+ ]
128
+ }
129
+ },
130
+ "device": null,
131
+ "use_amp": false,
132
+ "pretrained_path": "TensorAuto/pzay376r-null-31000",
133
+ "cloud_vlm_latency_mean": 0,
134
+ "cloud_vlm_latency_std": 0,
135
+ "cloud_vlm_latency_lower": 0,
136
+ "cloud_vlm_latency_upper": 0,
137
+ "action_decoder_latency_mean": 0,
138
+ "action_decoder_latency_std": 0,
139
+ "action_decoder_latency_lower": 0,
140
+ "action_decoder_latency_upper": 0,
141
+ "chunk_size": 20,
142
+ "n_action_steps": 20,
143
+ "max_state_dim": 32,
144
+ "max_action_dim": 32,
145
+ "predict_response": false,
146
+ "resize_imgs_with_padding": [
147
+ 224,
148
+ 224
149
+ ],
150
+ "empty_cameras": 0,
151
+ "prompt_max_length": 256,
152
+ "response_max_length": 52,
153
+ "discrete_action_max_length": 75,
154
+ "proj_width": 1024,
155
+ "dropout": 0.1,
156
+ "num_steps": 10,
157
+ "max_delay": 0,
158
+ "init_strategy": "no_init",
159
+ "attention_implementation": "eager",
160
+ "freeze_vision_encoder": false,
161
+ "train_expert_only": false,
162
+ "optimizer_lr": 2.5e-05,
163
+ "optimizer_betas": [
164
+ 0.9,
165
+ 0.95
166
+ ],
167
+ "optimizer_eps": 1e-08,
168
+ "optimizer_weight_decay": 1e-10,
169
+ "scheduler_warmup_steps": 1000,
170
+ "scheduler_decay_steps": 30000,
171
+ "scheduler_decay_lr": 2.5e-06
172
+ },
173
+ "job_name": "pi05",
174
+ "resume": false,
175
+ "seed": 1000,
176
+ "resolution": [
177
+ 256,
178
+ 256
179
+ ],
180
+ "num_cams": 3,
181
+ "max_state_dim": 32,
182
+ "max_action_dim": 32,
183
+ "action_chunk": 20,
184
+ "loss_weighting": {
185
+ "MSE": 1,
186
+ "CE": 1
187
+ },
188
+ "num_workers": 16,
189
+ "batch_size": 10,
190
+ "gradient_accumulation_steps": 1,
191
+ "dataloader_batch_size": 10,
192
+ "prefetch_factor": 8,
193
+ "steps": 1000000,
194
+ "log_freq": 100,
195
+ "save_checkpoint": true,
196
+ "save_freq": 1000,
197
+ "use_policy_training_preset": false,
198
+ "optimizer": {
199
+ "type": "adamw",
200
+ "lr": 2.5e-05,
201
+ "weight_decay": 1e-10,
202
+ "grad_clip_norm": 10,
203
+ "betas": [
204
+ 0.9,
205
+ 0.95
206
+ ],
207
+ "eps": 1e-08
208
+ },
209
+ "scheduler": {
210
+ "type": "cosine_decay_with_warmup",
211
+ "num_warmup_steps": 1000,
212
+ "num_decay_steps": 30000,
213
+ "peak_lr": 2.5e-05,
214
+ "decay_lr": 2.5e-06
215
+ },
216
+ "wandb": {
217
+ "enable": true,
218
+ "entity": "wyautox-autox",
219
+ "project": "robocasa",
220
+ "run_id": "pzay376r",
221
+ "name": null,
222
+ "notes": "PI05 training run",
223
+ "tags": [],
224
+ "group": null,
225
+ "job_type": null,
226
+ "mode": null,
227
+ "allow_resume": true,
228
+ "disable_artifact": false
229
+ },
230
+ "debug": false,
231
+ "trace_nans": false,
232
+ "env": null,
233
+ "eval": {
234
+ "n_episodes": 16,
235
+ "batch_size": 16,
236
+ "use_async_envs": true,
237
+ "max_episodes_rendered": 16,
238
+ "grid_size": null,
239
+ "recording_root": null
240
+ },
241
+ "eval_freq": 0,
242
+ "val_freq": 1000,
243
+ "last_checkpoint_only": true,
244
+ "server": {
245
+ "port": 50051,
246
+ "max_workers": 4,
247
+ "max_send_message_length_mb": 100,
248
+ "max_receive_message_length_mb": 100
249
+ }
250
+ }