Basr88 commited on
Commit
4d370ff
·
verified ·
1 Parent(s): e410d59

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 90,
16
+ 160
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "push_to_hub": false,
31
+ "repo_id": null,
32
+ "private": null,
33
+ "tags": null,
34
+ "license": null,
35
+ "chunk_size": 100,
36
+ "n_action_steps": 100,
37
+ "normalization_mapping": {
38
+ "VISUAL": "MEAN_STD",
39
+ "STATE": "MEAN_STD",
40
+ "ACTION": "MEAN_STD"
41
+ },
42
+ "vision_backbone": "resnet18",
43
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
44
+ "replace_final_stride_with_dilation": false,
45
+ "pre_norm": false,
46
+ "dim_model": 512,
47
+ "n_heads": 8,
48
+ "dim_feedforward": 3200,
49
+ "feedforward_activation": "relu",
50
+ "n_encoder_layers": 4,
51
+ "n_decoder_layers": 1,
52
+ "use_vae": true,
53
+ "latent_dim": 32,
54
+ "n_vae_encoder_layers": 4,
55
+ "temporal_ensemble_coeff": null,
56
+ "dropout": 0.1,
57
+ "kl_weight": 10.0,
58
+ "optimizer_lr": 1e-05,
59
+ "optimizer_weight_decay": 0.0001,
60
+ "optimizer_lr_backbone": 1e-05
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa54e6303e2940df8dcef01157fab92ddd72b2d74362d1758e5945e23c0cadb5
3
+ size 206699736
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
+ 6
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:40633e478242bb8bdbe19f60b4b14a26efad1c4c83a7ca5cc989d06e419edd2c
3
+ size 3264
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.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 6
30
+ ]
31
+ },
32
+ "observation.images.front": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 90,
37
+ 160
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 6
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MEAN_STD",
50
+ "ACTION": "MEAN_STD"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
+ }
55
+ ]
56
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40633e478242bb8bdbe19f60b4b14a26efad1c4c83a7ca5cc989d06e419edd2c
3
+ size 3264
train_config.json ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "dataset": {
2
+ "repo_id": "/root/.cache/huggingface/lerobot/Basr88/record-test-3/",
3
+ "root": null,
4
+ "episodes": null,
5
+ "image_transforms": {
6
+ "enable": false,
7
+ "max_num_transforms": 3,
8
+ "random_order": false,
9
+ "tfs": {
10
+ "brightness": {
11
+ "weight": 1.0,
12
+ "type": "ColorJitter",
13
+ "kwargs": {
14
+ "brightness": [
15
+ 0.8,
16
+ 1.2
17
+ ]
18
+ }
19
+ },
20
+ "contrast": {
21
+ "weight": 1.0,
22
+ "type": "ColorJitter",
23
+ "kwargs": {
24
+ "contrast": [
25
+ 0.8,
26
+ 1.2
27
+ ]
28
+ }
29
+ },
30
+ "saturation": {
31
+ "weight": 1.0,
32
+ "type": "ColorJitter",
33
+ "kwargs": {
34
+ "saturation": [
35
+ 0.5,
36
+ 1.5
37
+ ]
38
+ }
39
+ },
40
+ "hue": {
41
+ "weight": 1.0,
42
+ "type": "ColorJitter",
43
+ "kwargs": {
44
+ "hue": [
45
+ -0.05,
46
+ 0.05
47
+ ]
48
+ }
49
+ },
50
+ "sharpness": {
51
+ "weight": 1.0,
52
+ "type": "SharpnessJitter",
53
+ "kwargs": {
54
+ "sharpness": [
55
+ 0.5,
56
+ 1.5
57
+ ]
58
+ }
59
+ }
60
+ }
61
+ },
62
+ "revision": null,
63
+ "use_imagenet_stats": true,
64
+ "video_backend": "torchcodec",
65
+ "streaming": false
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "input_features": {
72
+ "observation.state": {
73
+ "type": "STATE",
74
+ "shape": [
75
+ 6
76
+ ]
77
+ },
78
+ "observation.images.front": {
79
+ "type": "VISUAL",
80
+ "shape": [
81
+ 3,
82
+ 90,
83
+ 160
84
+ ]
85
+ }
86
+ },
87
+ "output_features": {
88
+ "action": {
89
+ "type": "ACTION",
90
+ "shape": [
91
+ 6
92
+ ]
93
+ }
94
+ },
95
+ "device": "cuda",
96
+ "use_amp": false,
97
+ "push_to_hub": false,
98
+ "repo_id": null,
99
+ "private": null,
100
+ "tags": null,
101
+ "license": null,
102
+ "chunk_size": 100,
103
+ "n_action_steps": 100,
104
+ "normalization_mapping": {
105
+ "VISUAL": "MEAN_STD",
106
+ "STATE": "MEAN_STD",
107
+ "ACTION": "MEAN_STD"
108
+ },
109
+ "vision_backbone": "resnet18",
110
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
111
+ "replace_final_stride_with_dilation": false,
112
+ "pre_norm": false,
113
+ "dim_model": 512,
114
+ "n_heads": 8,
115
+ "dim_feedforward": 3200,
116
+ "feedforward_activation": "relu",
117
+ "n_encoder_layers": 4,
118
+ "n_decoder_layers": 1,
119
+ "use_vae": true,
120
+ "latent_dim": 32,
121
+ "n_vae_encoder_layers": 4,
122
+ "temporal_ensemble_coeff": null,
123
+ "dropout": 0.1,
124
+ "kl_weight": 10.0,
125
+ "optimizer_lr": 1e-05,
126
+ "optimizer_weight_decay": 0.0001,
127
+ "optimizer_lr_backbone": 1e-05
128
+ },
129
+ "output_dir": "outputs/train/record-test-3-output-1",
130
+ "job_name": "record-test-3",
131
+ "resume": false,
132
+ "seed": 1000,
133
+ "num_workers": 4,
134
+ "batch_size": 8,
135
+ "steps": 100000,
136
+ "eval_freq": 20000,
137
+ "log_freq": 200,
138
+ "save_checkpoint": true,
139
+ "save_freq": 20000,
140
+ "use_policy_training_preset": true,
141
+ "optimizer": {
142
+ "type": "adamw",
143
+ "lr": 1e-05,
144
+ "weight_decay": 0.0001,
145
+ "grad_clip_norm": 10.0,
146
+ "betas": [
147
+ 0.9,
148
+ 0.999
149
+ ],
150
+ "eps": 1e-08
151
+ },
152
+ "scheduler": null,
153
+ "eval": {
154
+ "n_episodes": 50,
155
+ "batch_size": 50,
156
+ "use_async_envs": false
157
+ },
158
+ "wandb": {
159
+ "enable": false,
160
+ "disable_artifact": false,
161
+ "project": "lerobot",
162
+ "entity": null,
163
+ "notes": null,
164
+ "run_id": null,
165
+ "mode": null
166
+ }
167
+ }