Robotics
LeRobot
Safetensors
molmoact2
VMuccio commited on
Commit
a9e5c7d
·
verified ·
1 Parent(s): c22ff1e

Upload DataProcessorPipeline

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