m1b HF staff commited on
Commit
3275538
1 Parent(s): 8d488a0

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +9 -0
  2. config.json +43 -0
  3. config.yaml +218 -0
  4. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - pytorch_model_hub_mixin
4
+ - model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Library: [More Information Needed]
9
+ - Docs: [More Information Needed]
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_size": 100,
3
+ "dim_feedforward": 3200,
4
+ "dim_model": 512,
5
+ "dropout": 0.1,
6
+ "feedforward_activation": "relu",
7
+ "input_normalization_modes": {
8
+ "observation.images.top": "mean_std",
9
+ "observation.state": "mean_std"
10
+ },
11
+ "input_shapes": {
12
+ "observation.images.top": [
13
+ 3,
14
+ 480,
15
+ 640
16
+ ],
17
+ "observation.state": [
18
+ 14
19
+ ]
20
+ },
21
+ "kl_weight": 10.0,
22
+ "latent_dim": 32,
23
+ "n_action_steps": 100,
24
+ "n_decoder_layers": 1,
25
+ "n_encoder_layers": 4,
26
+ "n_heads": 8,
27
+ "n_obs_steps": 1,
28
+ "n_vae_encoder_layers": 4,
29
+ "output_normalization_modes": {
30
+ "action": "mean_std"
31
+ },
32
+ "output_shapes": {
33
+ "action": [
34
+ 14
35
+ ]
36
+ },
37
+ "pre_norm": false,
38
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
39
+ "replace_final_stride_with_dilation": false,
40
+ "temporal_ensemble_momentum": null,
41
+ "use_vae": true,
42
+ "vision_backbone": "resnet18"
43
+ }
config.yaml ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ resume: true
2
+ device: cuda
3
+ use_amp: false
4
+ seed: 1000
5
+ dataset_repo_id: lerobot/aloha_sim_insertion_human
6
+ training:
7
+ offline_steps: 100000
8
+ online_steps: 0
9
+ online_steps_between_rollouts: 1
10
+ online_sampling_ratio: 0.5
11
+ online_env_seed: ???
12
+ eval_freq: 10000
13
+ save_freq: 10000
14
+ log_freq: 250
15
+ save_checkpoint: true
16
+ num_workers: 4
17
+ batch_size: 8
18
+ image_transforms:
19
+ enable: true
20
+ max_num_transforms: 3
21
+ random_order: false
22
+ brightness:
23
+ weight: 1
24
+ min_max:
25
+ - 0.8
26
+ - 1.2
27
+ contrast:
28
+ weight: 1
29
+ min_max:
30
+ - 0.8
31
+ - 1.2
32
+ saturation:
33
+ weight: 1
34
+ min_max:
35
+ - 0.5
36
+ - 1.5
37
+ hue:
38
+ weight: 1
39
+ min_max:
40
+ - -0.05
41
+ - 0.05
42
+ sharpness:
43
+ weight: 1
44
+ min_max:
45
+ - 0.8
46
+ - 1.2
47
+ lr: 1.0e-05
48
+ lr_backbone: 1.0e-05
49
+ weight_decay: 0.0001
50
+ grad_clip_norm: 10
51
+ delta_timestamps:
52
+ action:
53
+ - 0.0
54
+ - 0.02
55
+ - 0.04
56
+ - 0.06
57
+ - 0.08
58
+ - 0.1
59
+ - 0.12
60
+ - 0.14
61
+ - 0.16
62
+ - 0.18
63
+ - 0.2
64
+ - 0.22
65
+ - 0.24
66
+ - 0.26
67
+ - 0.28
68
+ - 0.3
69
+ - 0.32
70
+ - 0.34
71
+ - 0.36
72
+ - 0.38
73
+ - 0.4
74
+ - 0.42
75
+ - 0.44
76
+ - 0.46
77
+ - 0.48
78
+ - 0.5
79
+ - 0.52
80
+ - 0.54
81
+ - 0.56
82
+ - 0.58
83
+ - 0.6
84
+ - 0.62
85
+ - 0.64
86
+ - 0.66
87
+ - 0.68
88
+ - 0.7
89
+ - 0.72
90
+ - 0.74
91
+ - 0.76
92
+ - 0.78
93
+ - 0.8
94
+ - 0.82
95
+ - 0.84
96
+ - 0.86
97
+ - 0.88
98
+ - 0.9
99
+ - 0.92
100
+ - 0.94
101
+ - 0.96
102
+ - 0.98
103
+ - 1.0
104
+ - 1.02
105
+ - 1.04
106
+ - 1.06
107
+ - 1.08
108
+ - 1.1
109
+ - 1.12
110
+ - 1.14
111
+ - 1.16
112
+ - 1.18
113
+ - 1.2
114
+ - 1.22
115
+ - 1.24
116
+ - 1.26
117
+ - 1.28
118
+ - 1.3
119
+ - 1.32
120
+ - 1.34
121
+ - 1.36
122
+ - 1.38
123
+ - 1.4
124
+ - 1.42
125
+ - 1.44
126
+ - 1.46
127
+ - 1.48
128
+ - 1.5
129
+ - 1.52
130
+ - 1.54
131
+ - 1.56
132
+ - 1.58
133
+ - 1.6
134
+ - 1.62
135
+ - 1.64
136
+ - 1.66
137
+ - 1.68
138
+ - 1.7
139
+ - 1.72
140
+ - 1.74
141
+ - 1.76
142
+ - 1.78
143
+ - 1.8
144
+ - 1.82
145
+ - 1.84
146
+ - 1.86
147
+ - 1.88
148
+ - 1.9
149
+ - 1.92
150
+ - 1.94
151
+ - 1.96
152
+ - 1.98
153
+ eval:
154
+ n_episodes: 50
155
+ batch_size: 50
156
+ use_async_envs: false
157
+ wandb:
158
+ enable: true
159
+ disable_artifact: true
160
+ project: lerobot
161
+ notes: ''
162
+ fps: 50
163
+ env:
164
+ name: aloha
165
+ task: AlohaInsertion-v0
166
+ state_dim: 14
167
+ action_dim: 14
168
+ fps: ${fps}
169
+ episode_length: 400
170
+ gym:
171
+ obs_type: pixels_agent_pos
172
+ render_mode: rgb_array
173
+ override_dataset_stats:
174
+ observation.images.top:
175
+ mean:
176
+ - - - 0.485
177
+ - - - 0.456
178
+ - - - 0.406
179
+ std:
180
+ - - - 0.229
181
+ - - - 0.224
182
+ - - - 0.225
183
+ policy:
184
+ name: act
185
+ n_obs_steps: 1
186
+ chunk_size: 100
187
+ n_action_steps: 100
188
+ input_shapes:
189
+ observation.images.top:
190
+ - 3
191
+ - 480
192
+ - 640
193
+ observation.state:
194
+ - ${env.state_dim}
195
+ output_shapes:
196
+ action:
197
+ - ${env.action_dim}
198
+ input_normalization_modes:
199
+ observation.images.top: mean_std
200
+ observation.state: mean_std
201
+ output_normalization_modes:
202
+ action: mean_std
203
+ vision_backbone: resnet18
204
+ pretrained_backbone_weights: ResNet18_Weights.IMAGENET1K_V1
205
+ replace_final_stride_with_dilation: false
206
+ pre_norm: false
207
+ dim_model: 512
208
+ n_heads: 8
209
+ dim_feedforward: 3200
210
+ feedforward_activation: relu
211
+ n_encoder_layers: 4
212
+ n_decoder_layers: 1
213
+ use_vae: true
214
+ latent_dim: 32
215
+ n_vae_encoder_layers: 4
216
+ temporal_ensemble_momentum: null
217
+ dropout: 0.1
218
+ kl_weight: 10.0
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46b84afedecbd7b64db2cdfbbfb6ffa2009071efaaedc3d282533a6e5f98fed6
3
+ size 206766568