Robotics
LeRobot
Safetensors
act
B111ue commited on
Commit
7fa5a7d
·
verified ·
1 Parent(s): c943e3a

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 14
30
+ ]
31
+ },
32
+ "observation.velocity": {
33
+ "type": "STATE",
34
+ "shape": [
35
+ 14
36
+ ]
37
+ },
38
+ "observation.effort": {
39
+ "type": "STATE",
40
+ "shape": [
41
+ 14
42
+ ]
43
+ },
44
+ "observation.base_velocity": {
45
+ "type": "STATE",
46
+ "shape": [
47
+ 3
48
+ ]
49
+ },
50
+ "observation.images.main": {
51
+ "type": "VISUAL",
52
+ "shape": [
53
+ 3,
54
+ 224,
55
+ 224
56
+ ]
57
+ },
58
+ "observation.images.secondary_0": {
59
+ "type": "VISUAL",
60
+ "shape": [
61
+ 3,
62
+ 224,
63
+ 224
64
+ ]
65
+ },
66
+ "observation.images.secondary_1": {
67
+ "type": "VISUAL",
68
+ "shape": [
69
+ 3,
70
+ 224,
71
+ 224
72
+ ]
73
+ },
74
+ "observation.images.secondary_2": {
75
+ "type": "VISUAL",
76
+ "shape": [
77
+ 3,
78
+ 224,
79
+ 224
80
+ ]
81
+ },
82
+ "action": {
83
+ "type": "ACTION",
84
+ "shape": [
85
+ 17
86
+ ]
87
+ }
88
+ },
89
+ "norm_map": {
90
+ "VISUAL": "MEAN_STD",
91
+ "STATE": "MEAN_STD",
92
+ "ACTION": "MEAN_STD"
93
+ }
94
+ },
95
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
96
+ }
97
+ ]
98
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d56af24a19c511e2e0c98139dc5f7e16fed99458533f0e336e7a68f5157f5c0
3
+ size 14172