Robotics
LeRobot
Safetensors
evo1
imstevenpmwork HF Staff commited on
Commit
2f7f01e
·
verified ·
1 Parent(s): 039a209

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "evo1_pad_state_processor",
16
+ "config": {
17
+ "max_state_dim": 6
18
+ }
19
+ },
20
+ {
21
+ "registry_name": "evo1_pad_action_processor",
22
+ "config": {
23
+ "max_action_dim": 6
24
+ }
25
+ },
26
+ {
27
+ "registry_name": "normalizer_processor",
28
+ "config": {
29
+ "eps": 1e-08,
30
+ "features": {
31
+ "observation.state": {
32
+ "type": "STATE",
33
+ "shape": [
34
+ 6
35
+ ]
36
+ },
37
+ "observation.images.front": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 480,
42
+ 640
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "type": "VISUAL",
47
+ "shape": [
48
+ 3,
49
+ 480,
50
+ 640
51
+ ]
52
+ },
53
+ "action": {
54
+ "type": "ACTION",
55
+ "shape": [
56
+ 6
57
+ ]
58
+ }
59
+ },
60
+ "norm_map": {
61
+ "VISUAL": "IDENTITY",
62
+ "STATE": "MIN_MAX",
63
+ "ACTION": "MIN_MAX"
64
+ }
65
+ },
66
+ "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
67
+ },
68
+ {
69
+ "registry_name": "device_processor",
70
+ "config": {
71
+ "device": "cuda",
72
+ "float_dtype": null
73
+ }
74
+ }
75
+ ]
76
+ }
policy_preprocessor_step_4_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9646d282758d4ca0962ec6d1c4c413464cfef29ae42efb93737b0ef9616b64
3
+ size 7592