Robotics
LeRobot
Safetensors
molmoact2
gimarchetti commited on
Commit
2963a9d
·
verified ·
1 Parent(s): 9d28e88

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "molmoact2_masked_normalizer",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.image": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 448,
24
+ 448
25
+ ]
26
+ },
27
+ "observation.wrist_image": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 448,
32
+ 448
33
+ ]
34
+ },
35
+ "observation.left_scene_image": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 448,
40
+ 448
41
+ ]
42
+ },
43
+ "observation.right_scene_image": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 448,
48
+ 448
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "type": "STATE",
53
+ "shape": [
54
+ 7
55
+ ]
56
+ },
57
+ "observation.eef_pose": {
58
+ "type": "STATE",
59
+ "shape": [
60
+ 7
61
+ ]
62
+ },
63
+ "action": {
64
+ "type": "ACTION",
65
+ "shape": [
66
+ 7
67
+ ]
68
+ }
69
+ },
70
+ "norm_map": {
71
+ "VISUAL": "IDENTITY",
72
+ "STATE": "QUANTILES",
73
+ "ACTION": "QUANTILES"
74
+ }
75
+ },
76
+ "state_file": "policy_preprocessor_step_2_molmoact2_masked_normalizer.safetensors"
77
+ },
78
+ {
79
+ "registry_name": "molmoact2_clamp_normalized",
80
+ "config": {}
81
+ },
82
+ {
83
+ "registry_name": "molmoact2_pack_inputs",
84
+ "config": {
85
+ "checkpoint_path": "allenai/MolmoAct2",
86
+ "checkpoint_revision": null,
87
+ "checkpoint_force_download": false,
88
+ "trust_remote_code": true,
89
+ "action_mode": "both",
90
+ "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
91
+ "image_keys": [],
92
+ "setup_type": "",
93
+ "control_mode": "",
94
+ "normalize_language": true,
95
+ "add_setup_tokens": true,
96
+ "add_control_tokens": true,
97
+ "num_state_tokens": 256,
98
+ "max_sequence_length": null,
99
+ "chunk_size": 50,
100
+ "max_action_dim": 32,
101
+ "env_action_dim": 7
102
+ }
103
+ },
104
+ {
105
+ "registry_name": "device_processor",
106
+ "config": {
107
+ "device": "cuda",
108
+ "float_dtype": null
109
+ }
110
+ }
111
+ ]
112
+ }
policy_preprocessor_step_2_molmoact2_masked_normalizer.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d889b6734807bf29d99710374fcc70a6c776c93f14455565b77442547f44d0
3
+ size 12912