jadechoghari commited on
Commit
694f0aa
·
verified ·
1 Parent(s): 19216f3

Upload folder using huggingface_hub

Browse files
checkpoints/000100/pretrained_model/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 20
14
+ ]
15
+ },
16
+ "observation.images.laptop": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 960,
21
+ 1280
22
+ ]
23
+ }
24
+ },
25
+ "output_features": {
26
+ "action": {
27
+ "type": "ACTION",
28
+ "shape": [
29
+ 9
30
+ ]
31
+ }
32
+ },
33
+ "device": "cuda",
34
+ "use_amp": false,
35
+ "chunk_size": 100,
36
+ "n_action_steps": 100,
37
+ "vision_backbone": "resnet18",
38
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
39
+ "replace_final_stride_with_dilation": false,
40
+ "pre_norm": false,
41
+ "dim_model": 512,
42
+ "n_heads": 8,
43
+ "dim_feedforward": 3200,
44
+ "feedforward_activation": "relu",
45
+ "n_encoder_layers": 4,
46
+ "n_decoder_layers": 1,
47
+ "use_vae": true,
48
+ "latent_dim": 32,
49
+ "n_vae_encoder_layers": 4,
50
+ "temporal_ensemble_coeff": null,
51
+ "dropout": 0.1,
52
+ "kl_weight": 10.0,
53
+ "optimizer_lr": 1e-05,
54
+ "optimizer_weight_decay": 0.0001,
55
+ "optimizer_lr_backbone": 1e-05
56
+ }
checkpoints/000100/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03fe78f214c9304a7be4731833047965ea12dac2ba918e7e90542b7e30414532
3
+ size 206770604
checkpoints/000100/pretrained_model/train_config.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "jadechoghari/pick-cube-genesis",
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
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": {
68
+ "type": "aloha",
69
+ "task": "AlohaTransferCube-v0",
70
+ "fps": 50,
71
+ "features": {
72
+ "action": {
73
+ "type": "ACTION",
74
+ "shape": [
75
+ 14
76
+ ]
77
+ },
78
+ "agent_pos": {
79
+ "type": "STATE",
80
+ "shape": [
81
+ 14
82
+ ]
83
+ },
84
+ "pixels/top": {
85
+ "type": "VISUAL",
86
+ "shape": [
87
+ 480,
88
+ 640,
89
+ 3
90
+ ]
91
+ }
92
+ },
93
+ "features_map": {
94
+ "action": "action",
95
+ "agent_pos": "observation.state",
96
+ "top": "observation.image.top",
97
+ "pixels/top": "observation.images.top"
98
+ },
99
+ "episode_length": 400,
100
+ "obs_type": "pixels_agent_pos",
101
+ "render_mode": "rgb_array"
102
+ },
103
+ "policy": {
104
+ "type": "act",
105
+ "n_obs_steps": 1,
106
+ "normalization_mapping": {
107
+ "VISUAL": "MEAN_STD",
108
+ "STATE": "MEAN_STD",
109
+ "ACTION": "MEAN_STD"
110
+ },
111
+ "input_features": {
112
+ "observation.state": {
113
+ "type": "STATE",
114
+ "shape": [
115
+ 20
116
+ ]
117
+ },
118
+ "observation.images.laptop": {
119
+ "type": "VISUAL",
120
+ "shape": [
121
+ 3,
122
+ 960,
123
+ 1280
124
+ ]
125
+ }
126
+ },
127
+ "output_features": {
128
+ "action": {
129
+ "type": "ACTION",
130
+ "shape": [
131
+ 9
132
+ ]
133
+ }
134
+ },
135
+ "device": "cuda",
136
+ "use_amp": false,
137
+ "chunk_size": 100,
138
+ "n_action_steps": 100,
139
+ "vision_backbone": "resnet18",
140
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
141
+ "replace_final_stride_with_dilation": false,
142
+ "pre_norm": false,
143
+ "dim_model": 512,
144
+ "n_heads": 8,
145
+ "dim_feedforward": 3200,
146
+ "feedforward_activation": "relu",
147
+ "n_encoder_layers": 4,
148
+ "n_decoder_layers": 1,
149
+ "use_vae": true,
150
+ "latent_dim": 32,
151
+ "n_vae_encoder_layers": 4,
152
+ "temporal_ensemble_coeff": null,
153
+ "dropout": 0.1,
154
+ "kl_weight": 10.0,
155
+ "optimizer_lr": 1e-05,
156
+ "optimizer_weight_decay": 0.0001,
157
+ "optimizer_lr_backbone": 1e-05
158
+ },
159
+ "output_dir": "outputs/train/act_genesis",
160
+ "job_name": "aloha_act",
161
+ "resume": false,
162
+ "seed": 1000,
163
+ "num_workers": 4,
164
+ "batch_size": 8,
165
+ "steps": 100000,
166
+ "eval_freq": 20000,
167
+ "log_freq": 100,
168
+ "save_checkpoint": true,
169
+ "save_freq": 100,
170
+ "use_policy_training_preset": true,
171
+ "optimizer": {
172
+ "type": "adamw",
173
+ "lr": 1e-05,
174
+ "weight_decay": 0.0001,
175
+ "grad_clip_norm": 10.0,
176
+ "betas": [
177
+ 0.9,
178
+ 0.999
179
+ ],
180
+ "eps": 1e-08
181
+ },
182
+ "scheduler": null,
183
+ "eval": {
184
+ "n_episodes": 50,
185
+ "batch_size": 50,
186
+ "use_async_envs": false
187
+ },
188
+ "wandb": {
189
+ "enable": false,
190
+ "disable_artifact": false,
191
+ "project": "lerobot",
192
+ "entity": null,
193
+ "notes": null,
194
+ "run_id": null,
195
+ "mode": null
196
+ }
197
+ }
checkpoints/000100/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "foreach": null,
12
+ "maximize": false,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "params": [
17
+ 0,
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9,
27
+ 10,
28
+ 11,
29
+ 12,
30
+ 13,
31
+ 14,
32
+ 15,
33
+ 16,
34
+ 17,
35
+ 18,
36
+ 19,
37
+ 20,
38
+ 21,
39
+ 22,
40
+ 23,
41
+ 24,
42
+ 25,
43
+ 26,
44
+ 27,
45
+ 28,
46
+ 29,
47
+ 30,
48
+ 31,
49
+ 32,
50
+ 33,
51
+ 34,
52
+ 35,
53
+ 36,
54
+ 37,
55
+ 38,
56
+ 39,
57
+ 40,
58
+ 41,
59
+ 42,
60
+ 43,
61
+ 44,
62
+ 45,
63
+ 46,
64
+ 47,
65
+ 48,
66
+ 49,
67
+ 50,
68
+ 51,
69
+ 52,
70
+ 53,
71
+ 54,
72
+ 55,
73
+ 56,
74
+ 57,
75
+ 58,
76
+ 59,
77
+ 60,
78
+ 61,
79
+ 62,
80
+ 63,
81
+ 64,
82
+ 65,
83
+ 66,
84
+ 67,
85
+ 68,
86
+ 69,
87
+ 70,
88
+ 71,
89
+ 72,
90
+ 73,
91
+ 74,
92
+ 75,
93
+ 76,
94
+ 77,
95
+ 78,
96
+ 79,
97
+ 80,
98
+ 81,
99
+ 82,
100
+ 83,
101
+ 84,
102
+ 85,
103
+ 86,
104
+ 87,
105
+ 88,
106
+ 89,
107
+ 90,
108
+ 91,
109
+ 92,
110
+ 93,
111
+ 94,
112
+ 95,
113
+ 96,
114
+ 97,
115
+ 98,
116
+ 99,
117
+ 100,
118
+ 101,
119
+ 102,
120
+ 103,
121
+ 104,
122
+ 105,
123
+ 106,
124
+ 107,
125
+ 108,
126
+ 109,
127
+ 110,
128
+ 111,
129
+ 112,
130
+ 113,
131
+ 114,
132
+ 115,
133
+ 116,
134
+ 117,
135
+ 118,
136
+ 119,
137
+ 120,
138
+ 121,
139
+ 122,
140
+ 123,
141
+ 124,
142
+ 125,
143
+ 126,
144
+ 127,
145
+ 128,
146
+ 129,
147
+ 130,
148
+ 131,
149
+ 132
150
+ ]
151
+ },
152
+ {
153
+ "lr": 1e-05,
154
+ "betas": [
155
+ 0.9,
156
+ 0.999
157
+ ],
158
+ "eps": 1e-08,
159
+ "weight_decay": 0.0001,
160
+ "amsgrad": false,
161
+ "foreach": null,
162
+ "maximize": false,
163
+ "capturable": false,
164
+ "differentiable": false,
165
+ "fused": null,
166
+ "params": [
167
+ 133,
168
+ 134,
169
+ 135,
170
+ 136,
171
+ 137,
172
+ 138,
173
+ 139,
174
+ 140,
175
+ 141,
176
+ 142,
177
+ 143,
178
+ 144,
179
+ 145,
180
+ 146,
181
+ 147,
182
+ 148,
183
+ 149,
184
+ 150,
185
+ 151,
186
+ 152
187
+ ]
188
+ }
189
+ ]
checkpoints/000100/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba0d26236c73e1520d19f38e40cddea1e047c80f02df8b00e9cc901f042f3bf8
3
+ size 412956948
checkpoints/000100/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:137b141419a0640791b6ffdc933837dcbdb5fd9cd05f00788763b44306289780
3
+ size 15708
checkpoints/000100/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 100
3
+ }