blackcode2 commited on
Commit
3be8969
·
verified ·
1 Parent(s): ee0473d

Initial release: main_recollection_20260817_c_s0_100000

Browse files
main_recollection_20260817_c_s0_100000/checkpoints/100000/pretrained_model/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.overhead": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 3,
9
+ 240,
10
+ 320
11
+ ]
12
+ },
13
+ "observation.state": {
14
+ "type": "STATE",
15
+ "shape": [
16
+ 10
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 4
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": true,
30
+ "use_peft": false,
31
+ "push_to_hub": false,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "chunk_size": 40,
38
+ "n_action_steps": 10,
39
+ "normalization_mapping": {
40
+ "VISUAL": "IDENTITY",
41
+ "STATE": "MEAN_STD",
42
+ "ACTION": "QUANTILE10"
43
+ },
44
+ "vision_backbone": "resnet18",
45
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": false,
47
+ "pre_norm": false,
48
+ "dim_model": 512,
49
+ "n_heads": 8,
50
+ "dim_feedforward": 3200,
51
+ "feedforward_activation": "relu",
52
+ "n_encoder_layers": 4,
53
+ "n_decoder_layers": 1,
54
+ "use_vae": true,
55
+ "latent_dim": 32,
56
+ "n_vae_encoder_layers": 4,
57
+ "temporal_ensemble_coeff": null,
58
+ "dropout": 0.1,
59
+ "kl_weight": 10.0,
60
+ "optimizer_lr": 1e-05,
61
+ "optimizer_weight_decay": 0.0001,
62
+ "optimizer_lr_backbone": 1e-05
63
+ }
main_recollection_20260817_c_s0_100000/checkpoints/100000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16043ad9cbfd4be7d453d502505c3ad83d5e153bf7eb9fcc04017c6cdaad6040
3
+ size 206462144
main_recollection_20260817_c_s0_100000/checkpoints/100000/pretrained_model/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
+ 4
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "QUANTILE10"
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
+ }
main_recollection_20260817_c_s0_100000/checkpoints/100000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fbdc2231c7a500d39df7094ff0547be80a248a9ed2a3e0491e9f67c13abc78
3
+ size 6672
main_recollection_20260817_c_s0_100000/checkpoints/100000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.overhead": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 3,
30
+ 240,
31
+ 320
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "type": "STATE",
36
+ "shape": [
37
+ 10
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 4
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "IDENTITY",
49
+ "STATE": "MEAN_STD",
50
+ "ACTION": "QUANTILE10"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
+ }
55
+ ]
56
+ }
main_recollection_20260817_c_s0_100000/checkpoints/100000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fbdc2231c7a500d39df7094ff0547be80a248a9ed2a3e0491e9f67c13abc78
3
+ size 6672
main_recollection_20260817_c_s0_100000/checkpoints/100000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "sirlab/grip_recollection_20260817_c",
4
+ "root": "/opt/workspace/sirlab-paper-indy7-grip/datasets/main_recollection_20260817_rgb_c",
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": false,
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.overhead": {
88
+ "type": "VISUAL",
89
+ "shape": [
90
+ 3,
91
+ 240,
92
+ 320
93
+ ]
94
+ },
95
+ "observation.state": {
96
+ "type": "STATE",
97
+ "shape": [
98
+ 10
99
+ ]
100
+ }
101
+ },
102
+ "output_features": {
103
+ "action": {
104
+ "type": "ACTION",
105
+ "shape": [
106
+ 4
107
+ ]
108
+ }
109
+ },
110
+ "device": "cuda",
111
+ "use_amp": true,
112
+ "use_peft": false,
113
+ "push_to_hub": false,
114
+ "repo_id": null,
115
+ "private": null,
116
+ "tags": null,
117
+ "license": null,
118
+ "pretrained_path": null,
119
+ "chunk_size": 40,
120
+ "n_action_steps": 10,
121
+ "normalization_mapping": {
122
+ "VISUAL": "IDENTITY",
123
+ "STATE": "MEAN_STD",
124
+ "ACTION": "QUANTILE10"
125
+ },
126
+ "vision_backbone": "resnet18",
127
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
+ "replace_final_stride_with_dilation": false,
129
+ "pre_norm": false,
130
+ "dim_model": 512,
131
+ "n_heads": 8,
132
+ "dim_feedforward": 3200,
133
+ "feedforward_activation": "relu",
134
+ "n_encoder_layers": 4,
135
+ "n_decoder_layers": 1,
136
+ "use_vae": true,
137
+ "latent_dim": 32,
138
+ "n_vae_encoder_layers": 4,
139
+ "temporal_ensemble_coeff": null,
140
+ "dropout": 0.1,
141
+ "kl_weight": 10.0,
142
+ "optimizer_lr": 1e-05,
143
+ "optimizer_weight_decay": 0.0001,
144
+ "optimizer_lr_backbone": 1e-05
145
+ },
146
+ "output_dir": "/opt/workspace/sirlab-paper-indy7-grip/ai/models/main_recollection_20260817_c_s0_100000",
147
+ "job_name": "main_recollection_20260817_c_s0_100000",
148
+ "resume": false,
149
+ "seed": 0,
150
+ "cudnn_deterministic": false,
151
+ "num_workers": 14,
152
+ "batch_size": 64,
153
+ "steps": 100000,
154
+ "eval_freq": 0,
155
+ "log_freq": 50,
156
+ "tolerance_s": 0.0001,
157
+ "save_checkpoint": true,
158
+ "save_freq": 20000,
159
+ "use_policy_training_preset": false,
160
+ "optimizer": {
161
+ "type": "adamw",
162
+ "lr": 0.0001,
163
+ "weight_decay": 0.0001,
164
+ "grad_clip_norm": 10.0,
165
+ "betas": [
166
+ 0.9,
167
+ 0.999
168
+ ],
169
+ "eps": 1e-08
170
+ },
171
+ "scheduler": {
172
+ "type": "cosine_decay_with_warmup",
173
+ "num_warmup_steps": 2000,
174
+ "num_decay_steps": 100000,
175
+ "peak_lr": 0.0001,
176
+ "decay_lr": 1e-06
177
+ },
178
+ "eval": {
179
+ "n_episodes": 50,
180
+ "batch_size": 50,
181
+ "use_async_envs": false
182
+ },
183
+ "wandb": {
184
+ "enable": false,
185
+ "disable_artifact": false,
186
+ "project": "lerobot",
187
+ "entity": null,
188
+ "notes": null,
189
+ "run_id": null,
190
+ "mode": null,
191
+ "add_tags": true
192
+ },
193
+ "peft": null,
194
+ "use_rabc": false,
195
+ "rabc_progress_path": null,
196
+ "rabc_kappa": 0.01,
197
+ "rabc_epsilon": 1e-06,
198
+ "rabc_head_mode": "sparse",
199
+ "rename_map": {},
200
+ "checkpoint_path": null
201
+ }