Robotics
LeRobot
Safetensors
bspline_diffusion
aryankakad commited on
Commit
5372cda
·
verified ·
1 Parent(s): f0b50ed

Delete files train_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_config.json +0 -256
train_config.json DELETED
@@ -1,256 +0,0 @@
1
- {
2
- "dataset": {
3
- "repo_id": "aryankakad/cube_picking_bspline",
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
- "depth_output_unit": "mm",
82
- "streaming": false,
83
- "eval_split": 0.0
84
- },
85
- "env": null,
86
- "policy": {
87
- "type": "bspline_diffusion",
88
- "n_obs_steps": 2,
89
- "input_features": {
90
- "observation.state": {
91
- "type": "STATE",
92
- "shape": [
93
- 6
94
- ]
95
- },
96
- "observation.images.front": {
97
- "type": "VISUAL",
98
- "shape": [
99
- 3,
100
- 480,
101
- 640
102
- ]
103
- },
104
- "observation.images.gripper": {
105
- "type": "VISUAL",
106
- "shape": [
107
- 3,
108
- 480,
109
- 640
110
- ]
111
- }
112
- },
113
- "output_features": {
114
- "action": {
115
- "type": "ACTION",
116
- "shape": [
117
- 112
118
- ]
119
- }
120
- },
121
- "device": "cuda",
122
- "use_amp": false,
123
- "use_peft": false,
124
- "push_to_hub": true,
125
- "repo_id": "aryankakad/cube_picking_bspline_diffusion",
126
- "private": null,
127
- "tags": null,
128
- "license": null,
129
- "pretrained_path": "/home/sra/mimosa/bspline-policy/outputs/cube_picking_bspline_diffusion/checkpoints/060000/pretrained_model",
130
- "pretrained_revision": null,
131
- "horizon": 16,
132
- "n_action_steps": 16,
133
- "normalization_mapping": {
134
- "VISUAL": "MEAN_STD",
135
- "STATE": "MIN_MAX",
136
- "ACTION": "MIN_MAX"
137
- },
138
- "drop_n_last_frames": 0,
139
- "vision_backbone": "resnet18",
140
- "resize_shape": null,
141
- "crop_ratio": 1.0,
142
- "crop_shape": null,
143
- "crop_is_random": true,
144
- "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
145
- "use_group_norm": false,
146
- "spatial_softmax_num_keypoints": 32,
147
- "use_separate_rgb_encoder_per_camera": true,
148
- "down_dims": [
149
- 512,
150
- 1024,
151
- 2048
152
- ],
153
- "kernel_size": 5,
154
- "n_groups": 8,
155
- "diffusion_step_embed_dim": 128,
156
- "use_film_scale_modulation": true,
157
- "gradient_checkpointing": false,
158
- "noise_scheduler_type": "DDPM",
159
- "num_train_timesteps": 100,
160
- "beta_schedule": "squaredcos_cap_v2",
161
- "beta_start": 0.0001,
162
- "beta_end": 0.02,
163
- "prediction_type": "epsilon",
164
- "clip_sample": true,
165
- "clip_sample_range": 1.0,
166
- "num_inference_steps": null,
167
- "compile_model": false,
168
- "compile_mode": "reduce-overhead",
169
- "do_mask_loss_for_padding": false,
170
- "optimizer_lr": 0.0001,
171
- "optimizer_betas": [
172
- 0.95,
173
- 0.999
174
- ],
175
- "optimizer_eps": 1e-08,
176
- "optimizer_weight_decay": 1e-06,
177
- "scheduler_name": "cosine",
178
- "scheduler_warmup_steps": 500,
179
- "bspline_degree": 3,
180
- "bspline_chunk_size": 10,
181
- "relative_knots": false,
182
- "speed_up": 1.0,
183
- "n_decoded_steps": 32,
184
- "align_segments": true,
185
- "align_error_threshold": 0.5,
186
- "align_max_fraction": 0.2,
187
- "align_exclude_last_dims": 1,
188
- "replan_margin": 1.0,
189
- "channels_last": true
190
- },
191
- "reward_model": null,
192
- "output_dir": "outputs/cube_picking_bspline_diffusion",
193
- "job_name": "cube_picking_bspline_diffusion",
194
- "resume": true,
195
- "seed": 1000,
196
- "cudnn_deterministic": false,
197
- "num_workers": 8,
198
- "batch_size": 32,
199
- "prefetch_factor": 4,
200
- "persistent_workers": true,
201
- "steps": 100000,
202
- "env_eval_freq": 20000,
203
- "log_freq": 200,
204
- "eval_steps": 0,
205
- "max_eval_samples": 0,
206
- "tolerance_s": 0.0001,
207
- "save_checkpoint": true,
208
- "save_freq": 10000,
209
- "use_policy_training_preset": true,
210
- "optimizer": {
211
- "type": "adam",
212
- "lr": 0.0001,
213
- "weight_decay": 1e-06,
214
- "grad_clip_norm": 10.0,
215
- "betas": [
216
- 0.95,
217
- 0.999
218
- ],
219
- "eps": 1e-08
220
- },
221
- "scheduler": {
222
- "type": "diffuser",
223
- "num_warmup_steps": 500,
224
- "name": "cosine"
225
- },
226
- "eval": {
227
- "n_episodes": 50,
228
- "batch_size": 22,
229
- "use_async_envs": true,
230
- "recording": false,
231
- "recording_repo_id": null,
232
- "recording_private": false
233
- },
234
- "wandb": {
235
- "enable": true,
236
- "disable_artifact": false,
237
- "project": "lerobot",
238
- "entity": null,
239
- "notes": null,
240
- "run_id": "e9gqiknl",
241
- "mode": null,
242
- "add_tags": true
243
- },
244
- "peft": null,
245
- "job": {
246
- "target": null,
247
- "image": "huggingface/lerobot-gpu:latest",
248
- "timeout": "2d",
249
- "detach": false,
250
- "tags": []
251
- },
252
- "save_checkpoint_to_hub": false,
253
- "sample_weighting": null,
254
- "rename_map": {},
255
- "checkpoint_path": "/home/sra/mimosa/bspline-policy/outputs/cube_picking_bspline_diffusion/checkpoints/060000"
256
- }