Robotics
LeRobot
Safetensors
molmoact2
nikodembartnik HF Staff commited on
Commit
fbecee5
·
verified ·
1 Parent(s): 84b9f62

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.state": {
20
+ "type": "STATE",
21
+ "shape": [
22
+ 6
23
+ ]
24
+ },
25
+ "observation.images.top": {
26
+ "type": "VISUAL",
27
+ "shape": [
28
+ 3,
29
+ 480,
30
+ 640
31
+ ]
32
+ },
33
+ "observation.images.wrist": {
34
+ "type": "VISUAL",
35
+ "shape": [
36
+ 3,
37
+ 480,
38
+ 640
39
+ ]
40
+ },
41
+ "action": {
42
+ "type": "ACTION",
43
+ "shape": [
44
+ 6
45
+ ]
46
+ }
47
+ },
48
+ "norm_map": {
49
+ "VISUAL": "IDENTITY",
50
+ "STATE": "QUANTILES",
51
+ "ACTION": "QUANTILES"
52
+ }
53
+ },
54
+ "state_file": "policy_preprocessor_step_2_molmoact2_masked_normalizer.safetensors"
55
+ },
56
+ {
57
+ "registry_name": "molmoact2_clamp_normalized",
58
+ "config": {}
59
+ },
60
+ {
61
+ "registry_name": "molmoact2_pack_inputs",
62
+ "config": {
63
+ "checkpoint_path": "allenai/MolmoAct2-SO100_101",
64
+ "checkpoint_revision": null,
65
+ "checkpoint_force_download": false,
66
+ "action_mode": "both",
67
+ "discrete_action_tokenizer": "allenai/MolmoAct2-FAST-Tokenizer",
68
+ "image_keys": [
69
+ "observation.images.top",
70
+ "observation.images.wrist"
71
+ ],
72
+ "allow_image_key_fallback": false,
73
+ "setup_type": "single so101 robotic arm",
74
+ "control_mode": "absolute joint pose",
75
+ "normalize_language": true,
76
+ "add_setup_tokens": true,
77
+ "add_control_tokens": true,
78
+ "num_state_tokens": 256,
79
+ "max_sequence_length": null,
80
+ "chunk_size": 30,
81
+ "max_action_dim": 32,
82
+ "env_action_dim": 6
83
+ }
84
+ },
85
+ {
86
+ "registry_name": "device_processor",
87
+ "config": {
88
+ "device": "mps",
89
+ "float_dtype": null
90
+ }
91
+ }
92
+ ]
93
+ }
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:0421b6f45a0a08bcf6d54297dec17eba4f39110819f8e27a92d7abe1c8f09a55
3
+ size 7736