sengi commited on
Commit
825b3d2
·
verified ·
1 Parent(s): 358aece

Upload train_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_config.json +196 -0
train_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": null,
4
+ "repo_ids": "repo_ids.json",
5
+ "root": null,
6
+ "episodes": null,
7
+ "image_transforms": {
8
+ "enable": false,
9
+ "max_num_transforms": 3,
10
+ "random_order": false,
11
+ "tfs": {
12
+ "brightness": {
13
+ "weight": 1.0,
14
+ "type": "ColorJitter",
15
+ "kwargs": {
16
+ "brightness": [
17
+ 0.8,
18
+ 1.2
19
+ ]
20
+ }
21
+ },
22
+ "contrast": {
23
+ "weight": 1.0,
24
+ "type": "ColorJitter",
25
+ "kwargs": {
26
+ "contrast": [
27
+ 0.8,
28
+ 1.2
29
+ ]
30
+ }
31
+ },
32
+ "saturation": {
33
+ "weight": 1.0,
34
+ "type": "ColorJitter",
35
+ "kwargs": {
36
+ "saturation": [
37
+ 0.5,
38
+ 1.5
39
+ ]
40
+ }
41
+ },
42
+ "hue": {
43
+ "weight": 1.0,
44
+ "type": "ColorJitter",
45
+ "kwargs": {
46
+ "hue": [
47
+ -0.05,
48
+ 0.05
49
+ ]
50
+ }
51
+ },
52
+ "sharpness": {
53
+ "weight": 1.0,
54
+ "type": "SharpnessJitter",
55
+ "kwargs": {
56
+ "sharpness": [
57
+ 0.5,
58
+ 1.5
59
+ ]
60
+ }
61
+ }
62
+ }
63
+ },
64
+ "revision": null,
65
+ "use_imagenet_stats": true,
66
+ "video_backend": "torchcodec"
67
+ },
68
+ "num_datasets": 100,
69
+ "env": null,
70
+ "policy": {
71
+ "type": "pi0",
72
+ "n_obs_steps": 1,
73
+ "normalization_mapping": {
74
+ "VISUAL": "IDENTITY",
75
+ "STATE": "MEAN_STD",
76
+ "ACTION": "MEAN_STD"
77
+ },
78
+ "input_features": {
79
+ "observation.state": {
80
+ "type": "STATE",
81
+ "shape": [
82
+ 6
83
+ ]
84
+ },
85
+ "observation.images.0": {
86
+ "type": "VISUAL",
87
+ "shape": [
88
+ 3,
89
+ 480,
90
+ 640
91
+ ]
92
+ },
93
+ "observation.images.1": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
+ "observation.images.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
+ 6
115
+ ]
116
+ }
117
+ },
118
+ "device": "cuda",
119
+ "use_amp": false,
120
+ "chunk_size": 50,
121
+ "n_action_steps": 50,
122
+ "max_state_dim": 32,
123
+ "max_action_dim": 32,
124
+ "resize_imgs_with_padding": [
125
+ 224,
126
+ 224
127
+ ],
128
+ "empty_cameras": 0,
129
+ "adapt_to_pi_aloha": false,
130
+ "use_delta_joint_actions_aloha": false,
131
+ "tokenizer_max_length": 48,
132
+ "proj_width": 1024,
133
+ "num_steps": 10,
134
+ "use_cache": true,
135
+ "attention_implementation": "eager",
136
+ "freeze_vision_encoder": true,
137
+ "train_expert_only": false,
138
+ "train_state_proj": true,
139
+ "optimizer_lr": 2.5e-05,
140
+ "optimizer_betas": [
141
+ 0.9,
142
+ 0.95
143
+ ],
144
+ "optimizer_eps": 1e-08,
145
+ "optimizer_weight_decay": 1e-10,
146
+ "scheduler_warmup_steps": 1000,
147
+ "scheduler_decay_steps": 30000,
148
+ "scheduler_decay_lr": 2.5e-06
149
+ },
150
+ "compile": true,
151
+ "output_dir": "outputs/train/2025-05-31/11-18-09_pi0_pretraining_start_high_quality",
152
+ "job_name": "pi0_pretraining_start_high_quality",
153
+ "resume": false,
154
+ "seed": 1000,
155
+ "num_workers": 4,
156
+ "batch_size": 6,
157
+ "gradient_accumulation_steps": 4,
158
+ "steps": 100000,
159
+ "eval_freq": 20000,
160
+ "log_freq": 200,
161
+ "save_checkpoint": true,
162
+ "save_freq": 10000,
163
+ "use_policy_training_preset": true,
164
+ "optimizer": {
165
+ "type": "adamw",
166
+ "lr": 2.5e-05,
167
+ "weight_decay": 1e-10,
168
+ "grad_clip_norm": 10.0,
169
+ "betas": [
170
+ 0.9,
171
+ 0.95
172
+ ],
173
+ "eps": 1e-08
174
+ },
175
+ "scheduler": {
176
+ "type": "cosine_decay_with_warmup",
177
+ "num_warmup_steps": 1000,
178
+ "num_decay_steps": 30000,
179
+ "peak_lr": 2.5e-05,
180
+ "decay_lr": 2.5e-06
181
+ },
182
+ "eval": {
183
+ "n_episodes": 50,
184
+ "batch_size": 50,
185
+ "use_async_envs": false
186
+ },
187
+ "wandb": {
188
+ "enable": true,
189
+ "disable_artifact": true,
190
+ "project": "lerobot",
191
+ "entity": "carl_uw",
192
+ "notes": null,
193
+ "run_id": null,
194
+ "mode": null
195
+ }
196
+ }