danbhf commited on
Commit
71f8adb
·
verified ·
1 Parent(s): da44c68

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.wrist_cam": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.overhead_cam": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.environment_state": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 2
31
+ ]
32
+ }
33
+ },
34
+ "output_features": {
35
+ "action": {
36
+ "type": "ACTION",
37
+ "shape": [
38
+ 6
39
+ ]
40
+ }
41
+ },
42
+ "device": "cuda",
43
+ "use_amp": false,
44
+ "use_peft": false,
45
+ "push_to_hub": true,
46
+ "repo_id": null,
47
+ "private": null,
48
+ "tags": null,
49
+ "license": null,
50
+ "pretrained_path": null,
51
+ "chunk_size": 100,
52
+ "n_action_steps": 100,
53
+ "normalization_mapping": {
54
+ "VISUAL": "MEAN_STD",
55
+ "STATE": "MEAN_STD",
56
+ "ACTION": "MEAN_STD"
57
+ },
58
+ "vision_backbone": "resnet18",
59
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
60
+ "replace_final_stride_with_dilation": false,
61
+ "pre_norm": false,
62
+ "dim_model": 512,
63
+ "n_heads": 8,
64
+ "dim_feedforward": 3200,
65
+ "feedforward_activation": "relu",
66
+ "n_encoder_layers": 4,
67
+ "n_decoder_layers": 1,
68
+ "use_vae": true,
69
+ "latent_dim": 32,
70
+ "n_vae_encoder_layers": 4,
71
+ "temporal_ensemble_coeff": null,
72
+ "dropout": 0.1,
73
+ "kl_weight": 10.0,
74
+ "optimizer_lr": 1e-05,
75
+ "optimizer_weight_decay": 0.0001,
76
+ "optimizer_lr_backbone": 1e-05
77
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b39d2b93624d0681711a64c6b0ea2b06e9e1013abdf0b33746bc2962fd4fb8
3
+ size 506090064
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:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
3
+ size 960
policy_preprocessor.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.wrist_cam": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "observation.images.overhead_cam": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 480,
45
+ 640
46
+ ]
47
+ },
48
+ "observation.environment_state": {
49
+ "type": "STATE",
50
+ "shape": [
51
+ 2
52
+ ]
53
+ },
54
+ "action": {
55
+ "type": "ACTION",
56
+ "shape": [
57
+ 6
58
+ ]
59
+ }
60
+ },
61
+ "norm_map": {
62
+ "VISUAL": "MEAN_STD",
63
+ "STATE": "MEAN_STD",
64
+ "ACTION": "MEAN_STD"
65
+ }
66
+ },
67
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
68
+ }
69
+ ]
70
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
3
+ size 960
training_metadata.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_repo_id": "danbhf/sim_pick_place_2pos_220ep_v2",
3
+ "model_type": "act_vit",
4
+ "vision_backbone": "vit_b_16",
5
+ "cameras": [
6
+ "wrist_cam",
7
+ "overhead_cam"
8
+ ],
9
+ "action_space": "joint (6-dim)",
10
+ "action_dim": 6,
11
+ "chunk_size": 100,
12
+ "fps": 30,
13
+ "total_frames": 31210,
14
+ "pickup_coords": true,
15
+ "delta_actions": false,
16
+ "pos1_only": false,
17
+ "blinkering": false,
18
+ "state_bug_fixed": false,
19
+ "subtask_chunks": false,
20
+ "mask_actions": false,
21
+ "completion_head": false,
22
+ "completion_weight": null,
23
+ "integrated_loss_weight": 0.0
24
+ }
training_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9333fa1dc14be6e3b0738e09f5b4148638a05c9b710c295aa3b647db2ab4a6f2
3
+ size 1011934044