Robotics
LeRobot
Safetensors
multipick-selfhealing
act
adityaGautham commited on
Commit
cd97bcc
·
verified ·
1 Parent(s): afc0b5a

Upload train_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_config.json +185 -0
train_config.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "VEXAutoSort/multipick_v1",
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": "act",
88
+ "n_obs_steps": 1,
89
+ "input_features": {},
90
+ "output_features": {},
91
+ "device": null,
92
+ "use_amp": false,
93
+ "use_peft": false,
94
+ "push_to_hub": true,
95
+ "repo_id": "adityaGautham/act_2026-07-29_00-27-53",
96
+ "private": null,
97
+ "tags": [
98
+ "lerobot",
99
+ "multipick-selfhealing"
100
+ ],
101
+ "license": null,
102
+ "pretrained_path": null,
103
+ "pretrained_revision": null,
104
+ "chunk_size": 100,
105
+ "n_action_steps": 100,
106
+ "normalization_mapping": {
107
+ "VISUAL": "MEAN_STD",
108
+ "STATE": "MEAN_STD",
109
+ "ACTION": "MEAN_STD"
110
+ },
111
+ "vision_backbone": "resnet18",
112
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
113
+ "replace_final_stride_with_dilation": false,
114
+ "pre_norm": false,
115
+ "dim_model": 512,
116
+ "n_heads": 8,
117
+ "dim_feedforward": 3200,
118
+ "feedforward_activation": "relu",
119
+ "n_encoder_layers": 4,
120
+ "n_decoder_layers": 1,
121
+ "use_vae": true,
122
+ "latent_dim": 32,
123
+ "n_vae_encoder_layers": 4,
124
+ "temporal_ensemble_coeff": null,
125
+ "dropout": 0.1,
126
+ "kl_weight": 10.0,
127
+ "optimizer_lr": 1e-05,
128
+ "optimizer_weight_decay": 0.0001,
129
+ "optimizer_lr_backbone": 1e-05
130
+ },
131
+ "reward_model": null,
132
+ "output_dir": "outputs/train/2026-07-28/17-27-53_act",
133
+ "job_name": "act",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "cudnn_deterministic": false,
137
+ "num_workers": 4,
138
+ "batch_size": 16,
139
+ "prefetch_factor": 4,
140
+ "persistent_workers": true,
141
+ "steps": 50000,
142
+ "env_eval_freq": 20000,
143
+ "log_freq": 200,
144
+ "eval_steps": 0,
145
+ "max_eval_samples": 0,
146
+ "tolerance_s": 0.0001,
147
+ "save_checkpoint": true,
148
+ "save_freq": 5000,
149
+ "use_policy_training_preset": true,
150
+ "optimizer": {
151
+ "type": "adamw",
152
+ "lr": 1e-05,
153
+ "weight_decay": 0.0001,
154
+ "grad_clip_norm": 10.0,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08
160
+ },
161
+ "scheduler": null,
162
+ "eval": {
163
+ "n_episodes": 50,
164
+ "batch_size": 7,
165
+ "use_async_envs": true,
166
+ "recording": false,
167
+ "recording_repo_id": null,
168
+ "recording_private": false
169
+ },
170
+ "wandb": {
171
+ "enable": false,
172
+ "disable_artifact": false,
173
+ "project": "lerobot",
174
+ "entity": null,
175
+ "notes": null,
176
+ "run_id": null,
177
+ "mode": null,
178
+ "add_tags": true
179
+ },
180
+ "peft": null,
181
+ "save_checkpoint_to_hub": true,
182
+ "sample_weighting": null,
183
+ "rename_map": {},
184
+ "checkpoint_path": null
185
+ }