m1b commited on
Commit
f19869c
·
verified ·
1 Parent(s): e12214c

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +9 -0
  2. config.json +44 -0
  3. config.yaml +184 -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,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_size": 100,
3
+ "decoder_norm": false,
4
+ "dim_feedforward": 3200,
5
+ "dim_model": 512,
6
+ "dropout": 0.1,
7
+ "feedforward_activation": "relu",
8
+ "input_normalization_modes": {
9
+ "observation.images.cam": "mean_std",
10
+ "observation.state": "mean_std"
11
+ },
12
+ "input_shapes": {
13
+ "observation.images.cam": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ],
18
+ "observation.state": [
19
+ 6
20
+ ]
21
+ },
22
+ "kl_weight": 10.0,
23
+ "latent_dim": 32,
24
+ "n_action_steps": 100,
25
+ "n_decoder_layers": 1,
26
+ "n_encoder_layers": 4,
27
+ "n_heads": 8,
28
+ "n_obs_steps": 1,
29
+ "n_vae_encoder_layers": 4,
30
+ "output_normalization_modes": {
31
+ "action": "mean_std"
32
+ },
33
+ "output_shapes": {
34
+ "action": [
35
+ 6
36
+ ]
37
+ },
38
+ "pre_norm": false,
39
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
40
+ "replace_final_stride_with_dilation": false,
41
+ "temporal_ensemble_momentum": null,
42
+ "use_vae": true,
43
+ "vision_backbone": "resnet18"
44
+ }
config.yaml ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ resume: false
2
+ device: cuda
3
+ use_amp: false
4
+ seed: 1000
5
+ dataset_repo_id: m1b/pickup
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: -1
13
+ save_freq: 10000
14
+ log_freq: 250
15
+ save_checkpoint: true
16
+ num_workers: 4
17
+ batch_size: 8
18
+ lr: 1.0e-05
19
+ lr_backbone: 1.0e-05
20
+ weight_decay: 0.0001
21
+ grad_clip_norm: 10
22
+ delta_timestamps:
23
+ action:
24
+ - 0.03333333333333333
25
+ - 0.06666666666666667
26
+ - 0.1
27
+ - 0.13333333333333333
28
+ - 0.16666666666666666
29
+ - 0.2
30
+ - 0.23333333333333334
31
+ - 0.26666666666666666
32
+ - 0.3
33
+ - 0.3333333333333333
34
+ - 0.36666666666666664
35
+ - 0.4
36
+ - 0.43333333333333335
37
+ - 0.4666666666666667
38
+ - 0.5
39
+ - 0.5333333333333333
40
+ - 0.5666666666666667
41
+ - 0.6
42
+ - 0.6333333333333333
43
+ - 0.6666666666666666
44
+ - 0.7
45
+ - 0.7333333333333333
46
+ - 0.7666666666666667
47
+ - 0.8
48
+ - 0.8333333333333334
49
+ - 0.8666666666666667
50
+ - 0.9
51
+ - 0.9333333333333333
52
+ - 0.9666666666666667
53
+ - 1.0
54
+ - 1.0333333333333334
55
+ - 1.0666666666666667
56
+ - 1.1
57
+ - 1.1333333333333333
58
+ - 1.1666666666666667
59
+ - 1.2
60
+ - 1.2333333333333334
61
+ - 1.2666666666666666
62
+ - 1.3
63
+ - 1.3333333333333333
64
+ - 1.3666666666666667
65
+ - 1.4
66
+ - 1.4333333333333333
67
+ - 1.4666666666666666
68
+ - 1.5
69
+ - 1.5333333333333334
70
+ - 1.5666666666666667
71
+ - 1.6
72
+ - 1.6333333333333333
73
+ - 1.6666666666666667
74
+ - 1.7
75
+ - 1.7333333333333334
76
+ - 1.7666666666666666
77
+ - 1.8
78
+ - 1.8333333333333333
79
+ - 1.8666666666666667
80
+ - 1.9
81
+ - 1.9333333333333333
82
+ - 1.9666666666666666
83
+ - 2.0
84
+ - 2.033333333333333
85
+ - 2.066666666666667
86
+ - 2.1
87
+ - 2.1333333333333333
88
+ - 2.1666666666666665
89
+ - 2.2
90
+ - 2.2333333333333334
91
+ - 2.2666666666666666
92
+ - 2.3
93
+ - 2.3333333333333335
94
+ - 2.3666666666666667
95
+ - 2.4
96
+ - 2.433333333333333
97
+ - 2.466666666666667
98
+ - 2.5
99
+ - 2.533333333333333
100
+ - 2.566666666666667
101
+ - 2.6
102
+ - 2.6333333333333333
103
+ - 2.6666666666666665
104
+ - 2.7
105
+ - 2.7333333333333334
106
+ - 2.7666666666666666
107
+ - 2.8
108
+ - 2.8333333333333335
109
+ - 2.8666666666666667
110
+ - 2.9
111
+ - 2.933333333333333
112
+ - 2.966666666666667
113
+ - 3.0
114
+ - 3.033333333333333
115
+ - 3.066666666666667
116
+ - 3.1
117
+ - 3.1333333333333333
118
+ - 3.1666666666666665
119
+ - 3.2
120
+ - 3.2333333333333334
121
+ - 3.2666666666666666
122
+ - 3.3
123
+ - 3.3333333333333335
124
+ eval:
125
+ n_episodes: 1
126
+ batch_size: 1
127
+ use_async_envs: false
128
+ max_episodes_rendered: 10
129
+ wandb:
130
+ enable: true
131
+ disable_artifact: false
132
+ project: lerobot
133
+ notes: ''
134
+ fps: 30
135
+ env:
136
+ name: real_world
137
+ task: RealEnv-v0
138
+ state_dim: 6
139
+ action_dim: 6
140
+ fps: ${fps}
141
+ episode_length: 186
142
+ real_world: true
143
+ gym:
144
+ cameras_shapes:
145
+ images.cam:
146
+ - 480
147
+ - 640
148
+ - 3
149
+ policy:
150
+ name: act
151
+ n_obs_steps: 1
152
+ chunk_size: 100
153
+ n_action_steps: 100
154
+ input_shapes:
155
+ observation.images.cam:
156
+ - 3
157
+ - 480
158
+ - 640
159
+ observation.state:
160
+ - ${env.state_dim}
161
+ output_shapes:
162
+ action:
163
+ - ${env.action_dim}
164
+ input_normalization_modes:
165
+ observation.images.cam: mean_std
166
+ observation.state: mean_std
167
+ output_normalization_modes:
168
+ action: mean_std
169
+ vision_backbone: resnet18
170
+ pretrained_backbone_weights: ResNet18_Weights.IMAGENET1K_V1
171
+ replace_final_stride_with_dilation: false
172
+ pre_norm: false
173
+ dim_model: 512
174
+ n_heads: 8
175
+ dim_feedforward: 3200
176
+ feedforward_activation: relu
177
+ n_encoder_layers: 4
178
+ n_decoder_layers: 1
179
+ use_vae: true
180
+ latent_dim: 32
181
+ n_vae_encoder_layers: 4
182
+ temporal_ensemble_momentum: null
183
+ dropout: 0.1
184
+ kl_weight: 10.0
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac3e30f2f3c151824402eb6b9ca2ab998224b91c1886a7b6a41efffa55dfc8a2
3
+ size 206696520