Robotics
LeRobot
Safetensors
molmoact2
ramy-hty commited on
Commit
2468ffc
·
verified ·
1 Parent(s): 2e65296

Upload DataProcessorPipeline

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