Robotics
LeRobot
Safetensors
act
fecasado commited on
Commit
78e1d8b
·
verified ·
1 Parent(s): 5d723b8

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.right": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 240,
9
+ 320,
10
+ 3
11
+ ]
12
+ },
13
+ "observation.images.left": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 240,
17
+ 320,
18
+ 3
19
+ ]
20
+ },
21
+ "observation.images.user": {
22
+ "type": "VISUAL",
23
+ "shape": [
24
+ 240,
25
+ 320,
26
+ 3
27
+ ]
28
+ }
29
+ },
30
+ "output_features": {
31
+ "action": {
32
+ "type": "ACTION",
33
+ "shape": [
34
+ 24
35
+ ]
36
+ }
37
+ },
38
+ "device": "cuda",
39
+ "use_amp": false,
40
+ "use_peft": false,
41
+ "push_to_hub": true,
42
+ "repo_id": "fecasado/act-cubes-gaze-ral",
43
+ "private": null,
44
+ "tags": null,
45
+ "license": null,
46
+ "pretrained_path": null,
47
+ "chunk_size": 25,
48
+ "n_action_steps": 1,
49
+ "normalization_mapping": {
50
+ "VISUAL": "MEAN_STD",
51
+ "STATE": "MEAN_STD",
52
+ "ACTION": "MEAN_STD"
53
+ },
54
+ "vision_backbone": "resnet18",
55
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
56
+ "replace_final_stride_with_dilation": false,
57
+ "pre_norm": false,
58
+ "dim_model": 512,
59
+ "n_heads": 8,
60
+ "dim_feedforward": 3200,
61
+ "feedforward_activation": "relu",
62
+ "n_encoder_layers": 4,
63
+ "n_decoder_layers": 1,
64
+ "use_vae": true,
65
+ "latent_dim": 32,
66
+ "n_vae_encoder_layers": 4,
67
+ "temporal_ensemble_coeff": 0.01,
68
+ "dropout": 0.1,
69
+ "kl_weight": 10.0,
70
+ "optimizer_lr": 1e-05,
71
+ "optimizer_weight_decay": 0.0001,
72
+ "optimizer_lr_backbone": 1e-05
73
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2568a2238ab9a4d22b8078c775132d5f59be6e581f74fee2616480dabe5e7ef0
3
+ size 206433104
policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 24
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e140c7d9dd573fde2b35de9821aea37ed016020bd95323c286b7a220c152b48f
3
+ size 10968
policy_preprocessor.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.images.right": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 240,
30
+ 320,
31
+ 3
32
+ ]
33
+ },
34
+ "observation.images.left": {
35
+ "type": "VISUAL",
36
+ "shape": [
37
+ 240,
38
+ 320,
39
+ 3
40
+ ]
41
+ },
42
+ "observation.images.user": {
43
+ "type": "VISUAL",
44
+ "shape": [
45
+ 240,
46
+ 320,
47
+ 3
48
+ ]
49
+ },
50
+ "action": {
51
+ "type": "ACTION",
52
+ "shape": [
53
+ 24
54
+ ]
55
+ }
56
+ },
57
+ "norm_map": {
58
+ "VISUAL": "MEAN_STD",
59
+ "STATE": "MEAN_STD",
60
+ "ACTION": "MEAN_STD"
61
+ }
62
+ },
63
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
64
+ }
65
+ ]
66
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e140c7d9dd573fde2b35de9821aea37ed016020bd95323c286b7a220c152b48f
3
+ size 10968
train_config.json ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "fecasado/blueberry-cubes-gaze-ral-320x240",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": true,
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
+ "streaming": false
81
+ },
82
+ "env": null,
83
+ "policy": {
84
+ "type": "act",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.images.right": {
88
+ "type": "VISUAL",
89
+ "shape": [
90
+ 240,
91
+ 320,
92
+ 3
93
+ ]
94
+ },
95
+ "observation.images.left": {
96
+ "type": "VISUAL",
97
+ "shape": [
98
+ 240,
99
+ 320,
100
+ 3
101
+ ]
102
+ },
103
+ "observation.images.user": {
104
+ "type": "VISUAL",
105
+ "shape": [
106
+ 240,
107
+ 320,
108
+ 3
109
+ ]
110
+ }
111
+ },
112
+ "output_features": {
113
+ "action": {
114
+ "type": "ACTION",
115
+ "shape": [
116
+ 24
117
+ ]
118
+ }
119
+ },
120
+ "device": "cuda",
121
+ "use_amp": false,
122
+ "use_peft": false,
123
+ "push_to_hub": true,
124
+ "repo_id": "fecasado/act-cubes-gaze-ral",
125
+ "private": null,
126
+ "tags": null,
127
+ "license": null,
128
+ "pretrained_path": null,
129
+ "chunk_size": 25,
130
+ "n_action_steps": 1,
131
+ "normalization_mapping": {
132
+ "VISUAL": "MEAN_STD",
133
+ "STATE": "MEAN_STD",
134
+ "ACTION": "MEAN_STD"
135
+ },
136
+ "vision_backbone": "resnet18",
137
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
138
+ "replace_final_stride_with_dilation": false,
139
+ "pre_norm": false,
140
+ "dim_model": 512,
141
+ "n_heads": 8,
142
+ "dim_feedforward": 3200,
143
+ "feedforward_activation": "relu",
144
+ "n_encoder_layers": 4,
145
+ "n_decoder_layers": 1,
146
+ "use_vae": true,
147
+ "latent_dim": 32,
148
+ "n_vae_encoder_layers": 4,
149
+ "temporal_ensemble_coeff": 0.01,
150
+ "dropout": 0.1,
151
+ "kl_weight": 10.0,
152
+ "optimizer_lr": 1e-05,
153
+ "optimizer_weight_decay": 0.0001,
154
+ "optimizer_lr_backbone": 1e-05
155
+ },
156
+ "output_dir": "outputs/train/act-cubes-gaze-ral",
157
+ "job_name": "act-cubes-gaze-ral",
158
+ "resume": false,
159
+ "seed": 1000,
160
+ "num_workers": 15,
161
+ "batch_size": 128,
162
+ "steps": 200000,
163
+ "eval_freq": 20000,
164
+ "log_freq": 200,
165
+ "tolerance_s": 0.0001,
166
+ "save_checkpoint": true,
167
+ "save_freq": 5000,
168
+ "use_policy_training_preset": true,
169
+ "optimizer": {
170
+ "type": "adamw",
171
+ "lr": 1e-05,
172
+ "weight_decay": 0.0001,
173
+ "grad_clip_norm": 10.0,
174
+ "betas": [
175
+ 0.9,
176
+ 0.999
177
+ ],
178
+ "eps": 1e-08
179
+ },
180
+ "scheduler": null,
181
+ "eval": {
182
+ "n_episodes": 50,
183
+ "batch_size": 50,
184
+ "use_async_envs": false
185
+ },
186
+ "wandb": {
187
+ "enable": true,
188
+ "disable_artifact": false,
189
+ "project": "lerobot",
190
+ "entity": null,
191
+ "notes": null,
192
+ "run_id": "sisy409y",
193
+ "mode": null
194
+ },
195
+ "peft": null,
196
+ "use_rabc": false,
197
+ "rabc_progress_path": null,
198
+ "rabc_kappa": 0.01,
199
+ "rabc_epsilon": 1e-06,
200
+ "rabc_head_mode": "sparse",
201
+ "rename_map": {},
202
+ "checkpoint_path": null
203
+ }