ISdept commited on
Commit
cde0ae5
·
verified ·
1 Parent(s): f937af2

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "transformer_flow_matching",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 7
9
+ ]
10
+ },
11
+ "observation.box": {
12
+ "type": "STATE",
13
+ "shape": [
14
+ 6,
15
+ 6
16
+ ]
17
+ },
18
+ "observation.images.gripper": {
19
+ "type": "VISUAL",
20
+ "shape": [
21
+ 3,
22
+ 400,
23
+ 640
24
+ ]
25
+ },
26
+ "observation.images.front": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 3,
30
+ 400,
31
+ 640
32
+ ]
33
+ },
34
+ "observation.images.right": {
35
+ "type": "VISUAL",
36
+ "shape": [
37
+ 3,
38
+ 400,
39
+ 640
40
+ ]
41
+ }
42
+ },
43
+ "output_features": {
44
+ "action": {
45
+ "type": "ACTION",
46
+ "shape": [
47
+ 7
48
+ ]
49
+ }
50
+ },
51
+ "device": "cuda",
52
+ "use_amp": false,
53
+ "push_to_hub": true,
54
+ "repo_id": null,
55
+ "private": null,
56
+ "tags": null,
57
+ "license": null,
58
+ "pretrained_path": null,
59
+ "horizon": 64,
60
+ "n_action_steps": 64,
61
+ "normalization_mapping": {
62
+ "VISUAL": "IDENTITY",
63
+ "STATE": "MEAN_STD",
64
+ "ACTION": "MEAN_STD"
65
+ },
66
+ "vision_input_size": 384,
67
+ "num_cameras": 3,
68
+ "num_vlm_layers": 16,
69
+ "detection_classes": [
70
+ "cube",
71
+ "container"
72
+ ],
73
+ "detection_conf": 0.1,
74
+ "cameras_for_vision_state_concat": [
75
+ "observation.images.front",
76
+ "observation.images.gripper",
77
+ "observation.images.right"
78
+ ],
79
+ "state_dim": 7,
80
+ "action_dim": 7,
81
+ "d_model": 512,
82
+ "nhead": 8,
83
+ "num_decoder_layers": 16,
84
+ "dim_feedforward": 2048,
85
+ "num_inference_steps": 10,
86
+ "noise_temporal_correlation": 0.0,
87
+ "action_dim_weights": [
88
+ 1.0,
89
+ 1.0,
90
+ 1.0,
91
+ 0.0,
92
+ 1.0,
93
+ 1.0,
94
+ 1.0
95
+ ],
96
+ "pos_decay_lambda": 0.0,
97
+ "future_steps_weight": 0.3,
98
+ "optimizer_lr": 1.0292122447163358e-05,
99
+ "optimizer_betas": [
100
+ 0.95,
101
+ 0.999
102
+ ],
103
+ "optimizer_eps": 1e-08,
104
+ "optimizer_weight_decay": 1e-06,
105
+ "scheduler_warmup_steps": 1500,
106
+ "robot_encoder_tokens": 16,
107
+ "robot_encoder_input_size": 224,
108
+ "lora_rank": 16,
109
+ "lora_alpha": 32,
110
+ "lora_dropout": 0.05,
111
+ "lora_target_modules": [
112
+ "q_proj",
113
+ "v_proj"
114
+ ],
115
+ "vision_lora_num_layers": 8,
116
+ "training_step": 102000,
117
+ "training_epoch": 355,
118
+ "current_lr": 1.0292122447163358e-05,
119
+ "training_steps_total": 200000
120
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b9d91c54e037389892a63ab53b6fe625cd6b4d01d6165ce7b0c1ad89c16b6aa
3
+ size 908628348
optimizer_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05161c417f76886fc41711d2dc18b90840b9071ebc922c647688e613d32d3410
3
+ size 605670966
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
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
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:86b18f2142a215fac7b691996ee9c15c953cd3f9ee566217398df3abf0324cee
3
+ size 4400
policy_preprocessor.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 7
30
+ ]
31
+ },
32
+ "observation.box": {
33
+ "type": "STATE",
34
+ "shape": [
35
+ 6,
36
+ 6
37
+ ]
38
+ },
39
+ "observation.images.gripper": {
40
+ "type": "VISUAL",
41
+ "shape": [
42
+ 3,
43
+ 400,
44
+ 640
45
+ ]
46
+ },
47
+ "observation.images.front": {
48
+ "type": "VISUAL",
49
+ "shape": [
50
+ 3,
51
+ 400,
52
+ 640
53
+ ]
54
+ },
55
+ "observation.images.right": {
56
+ "type": "VISUAL",
57
+ "shape": [
58
+ 3,
59
+ 400,
60
+ 640
61
+ ]
62
+ },
63
+ "action": {
64
+ "type": "ACTION",
65
+ "shape": [
66
+ 7
67
+ ]
68
+ }
69
+ },
70
+ "norm_map": {
71
+ "VISUAL": "IDENTITY",
72
+ "STATE": "MEAN_STD",
73
+ "ACTION": "MEAN_STD"
74
+ }
75
+ },
76
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
77
+ }
78
+ ]
79
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b18f2142a215fac7b691996ee9c15c953cd3f9ee566217398df3abf0324cee
3
+ size 4400