Robotics
LeRobot
Safetensors
act
usr256864 commited on
Commit
93cd2f6
·
verified ·
1 Parent(s): 673bcf5

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json CHANGED
@@ -11,42 +11,46 @@
11
  "registry_name": "to_batch_processor",
12
  "config": {}
13
  },
14
- {
15
- "registry_name": "groot_pack_inputs_v3",
16
- "config": {
17
- "state_horizon": 1,
18
- "action_horizon": 16,
19
- "max_state_dim": 64,
20
- "max_action_dim": 32,
21
- "language_key": "task",
22
- "formalize_language": false,
23
- "embodiment_tag": "new_embodiment",
24
- "embodiment_mapping": {
25
- "new_embodiment": 31,
26
- "oxe_droid": 17,
27
- "agibot_genie1": 26,
28
- "gr1": 24,
29
- "so100": 2,
30
- "unitree_g1": 3
31
- },
32
- "normalize_min_max": true
33
- },
34
- "state_file": "policy_preprocessor_step_2_groot_pack_inputs_v3.safetensors"
35
- },
36
- {
37
- "registry_name": "groot_eagle_encode_v3",
38
- "config": {}
39
- },
40
- {
41
- "registry_name": "groot_eagle_collate_v3",
42
- "config": {}
43
- },
44
  {
45
  "registry_name": "device_processor",
46
  "config": {
47
- "device": "cuda",
48
  "float_dtype": null
49
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  }
51
  ]
52
  }
 
11
  "registry_name": "to_batch_processor",
12
  "config": {}
13
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  {
15
  "registry_name": "device_processor",
16
  "config": {
17
+ "device": "mps",
18
  "float_dtype": null
19
  }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.image": {
27
+ "type": "VISUAL",
28
+ "shape": [
29
+ 3,
30
+ 256,
31
+ 256
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "type": "STATE",
36
+ "shape": [
37
+ 32
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 32
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MEAN_STD",
50
+ "ACTION": "MEAN_STD"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
  }
55
  ]
56
  }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e75e88fc56991f5a8fd102dcea0ff951e5b824ff4a5366633eb128362ebaee
3
+ size 8528