smerkd commited on
Commit
f71ecd3
·
verified ·
1 Parent(s): 0be3cc8

base/train_config.json @ step 13249

Browse files
Files changed (1) hide show
  1. base/train_config.json +171 -0
base/train_config.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "pi05_frame_base",
3
+ "project_name": "openpi",
4
+ "exp_name": "<PropagatingMissingType id='132838579010256'>",
5
+ "model": {
6
+ "action_dim": 32,
7
+ "action_horizon": 50,
8
+ "max_token_len": 200,
9
+ "dtype": "bfloat16",
10
+ "paligemma_variant": "gemma_2b",
11
+ "action_expert_variant": "gemma_300m",
12
+ "pi05": true,
13
+ "discrete_state_input": true,
14
+ "drop_state": false,
15
+ "vision_resolution": 224,
16
+ "history_frames": 1,
17
+ "pytorch_compile_mode": null,
18
+ "use_3dmix": false,
19
+ "vggt_checkpoint": null,
20
+ "inject_layers": [
21
+ 0,
22
+ 6,
23
+ 12
24
+ ],
25
+ "geo_dropout": 0.1,
26
+ "lora_scope": "all_linear",
27
+ "inject_logit_bias": -4.0,
28
+ "max_geo_views": 8,
29
+ "geo_use_text_token": true,
30
+ "freeze_vlm": false,
31
+ "lora_rank": 16,
32
+ "lora_alpha": 16.0
33
+ },
34
+ "weight_loader": {},
35
+ "pytorch_weight_path": "/data/david/vggt-vla/checkpoints/pi05_base_pytorch",
36
+ "pytorch_training_precision": "bfloat16",
37
+ "gradient_checkpointing": true,
38
+ "lr_schedule": {
39
+ "warmup_steps": 1000,
40
+ "peak_lr": 0.0005,
41
+ "decay_steps": 13250,
42
+ "decay_lr": 5e-05
43
+ },
44
+ "optimizer": {
45
+ "b1": 0.9,
46
+ "b2": 0.95,
47
+ "eps": 1e-08,
48
+ "weight_decay": 1e-07,
49
+ "clip_gradient_norm": 1.0
50
+ },
51
+ "ema_decay": 0.99,
52
+ "freeze_filter": "Nothing()",
53
+ "data": {
54
+ "repo_id": "mix/tuned",
55
+ "assets": {
56
+ "assets_dir": null,
57
+ "asset_id": null
58
+ },
59
+ "base_config": {
60
+ "repo_id": null,
61
+ "asset_id": null,
62
+ "norm_stats": null,
63
+ "repack_transforms": {
64
+ "inputs": [],
65
+ "outputs": []
66
+ },
67
+ "data_transforms": {
68
+ "inputs": [],
69
+ "outputs": []
70
+ },
71
+ "model_transforms": {
72
+ "inputs": [],
73
+ "outputs": []
74
+ },
75
+ "use_quantile_norm": false,
76
+ "action_sequence_keys": [
77
+ "actions"
78
+ ],
79
+ "prompt_from_task": false,
80
+ "rlds_data_dir": null,
81
+ "action_space": null,
82
+ "datasets": [],
83
+ "vortex_repo_ids": [],
84
+ "vortex_root": null,
85
+ "vortex_weights": [],
86
+ "vortex_split": "all",
87
+ "vortex_val_fraction": 0.1,
88
+ "vortex_val_episodes": null,
89
+ "vortex_history_frames": 1,
90
+ "vortex_history_spacing_s": 0.5,
91
+ "vortex_state_mode": "absolute",
92
+ "vortex_frame_yaw_max_rad": 0.0,
93
+ "vortex_frame_yaw_probability": 0.5,
94
+ "vortex_frame_yaw_min_motion_mm": 7.0,
95
+ "vortex_frame_yaw_fixed": false,
96
+ "vortex_jitter_state_dropout": 0.5,
97
+ "vortex_target_hz": 15.0,
98
+ "vortex_action_representation": "relative",
99
+ "vortex_relative_rotation": "rotvec",
100
+ "vortex_max_geo_views": 4,
101
+ "vortex_stereo_mode": "both",
102
+ "vortex_p_view_drop": 0.15,
103
+ "vortex_p_geo_drop": 0.1,
104
+ "vortex_cache_resolution": 256
105
+ },
106
+ "repo_ids": [
107
+ "cong_ice_bucket_lid",
108
+ "cong_plate_spin",
109
+ "cong_centrifuge",
110
+ "cong_box_test_merged",
111
+ "cong_box_test_tactile",
112
+ "cong_pick_and_place",
113
+ "cong_pnp_vortex_stereo",
114
+ "cong_pnp_vortex_5view_left",
115
+ "cong_vortex_realsense",
116
+ "cong_pocv2",
117
+ "farm_uf850_multiobject",
118
+ "the_amazing_pen_cap",
119
+ "droid_raw"
120
+ ],
121
+ "root": "/data/david/vggt-vla/data",
122
+ "action_representation": "relative",
123
+ "relative_rotation": "world_rotvec",
124
+ "weights": [],
125
+ "group_targets": {
126
+ "cong": 0.66,
127
+ "droid": 0.3,
128
+ "other": 0.04
129
+ },
130
+ "within_group": "frames",
131
+ "dataset_emphasis": [
132
+ [
133
+ "cong_ice_bucket_lid",
134
+ 1.5
135
+ ],
136
+ [
137
+ "cong_pick_and_place",
138
+ 1.5
139
+ ]
140
+ ],
141
+ "split": "train",
142
+ "val_fraction": 0.1,
143
+ "val_episodes": 17,
144
+ "history_frames": 1,
145
+ "history_spacing_s": 0.5,
146
+ "state_mode": "absolute",
147
+ "stereo_mode": "both",
148
+ "max_views": 8,
149
+ "p_view_drop": 0.15,
150
+ "p_geo_drop": 0.1,
151
+ "frame_yaw_max_rad": 0.0,
152
+ "frame_yaw_probability": 0.5,
153
+ "frame_yaw_min_motion_mm": 7.0,
154
+ "frame_yaw_fixed": false,
155
+ "jitter_state_dropout": 0.5
156
+ },
157
+ "assets_base_dir": "./assets",
158
+ "checkpoint_base_dir": "./checkpoints",
159
+ "seed": 42,
160
+ "batch_size": 32,
161
+ "num_workers": 8,
162
+ "num_train_steps": 13250,
163
+ "log_interval": 100,
164
+ "save_interval": 1000,
165
+ "keep_period": 5000,
166
+ "overwrite": false,
167
+ "resume": false,
168
+ "wandb_enabled": true,
169
+ "policy_metadata": null,
170
+ "fsdp_devices": 1
171
+ }