Robotics
LeRobot
Safetensors
diffusion
andresceballosm commited on
Commit
bb6fd32
·
verified ·
1 Parent(s): 1b84c89

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 10
30
+ ]
31
+ },
32
+ "observation.ee_pose_world": {
33
+ "type": "STATE",
34
+ "shape": [
35
+ 9
36
+ ]
37
+ },
38
+ "observation.object_pos": {
39
+ "type": "STATE",
40
+ "shape": [
41
+ 3
42
+ ]
43
+ },
44
+ "observation.scene_objects": {
45
+ "type": "STATE",
46
+ "shape": [
47
+ 72
48
+ ]
49
+ },
50
+ "observation.pressure_per_finger": {
51
+ "type": "STATE",
52
+ "shape": [
53
+ 2
54
+ ]
55
+ },
56
+ "observation.active_object_slot": {
57
+ "type": "STATE",
58
+ "shape": [
59
+ 1
60
+ ]
61
+ },
62
+ "observation.contact": {
63
+ "type": "STATE",
64
+ "shape": [
65
+ 1
66
+ ]
67
+ },
68
+ "observation.phase": {
69
+ "type": "STATE",
70
+ "shape": [
71
+ 1
72
+ ]
73
+ },
74
+ "observation.is_finished": {
75
+ "type": "STATE",
76
+ "shape": [
77
+ 1
78
+ ]
79
+ },
80
+ "observation.images.depth": {
81
+ "type": "VISUAL",
82
+ "shape": [
83
+ 3,
84
+ 192,
85
+ 256
86
+ ]
87
+ },
88
+ "observation.images.front_noarm": {
89
+ "type": "VISUAL",
90
+ "shape": [
91
+ 3,
92
+ 192,
93
+ 256
94
+ ]
95
+ },
96
+ "action": {
97
+ "type": "ACTION",
98
+ "shape": [
99
+ 10
100
+ ]
101
+ }
102
+ },
103
+ "norm_map": {
104
+ "VISUAL": "MEAN_STD",
105
+ "STATE": "MIN_MAX",
106
+ "ACTION": "MIN_MAX"
107
+ }
108
+ },
109
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
110
+ }
111
+ ]
112
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c562d696896a731acd9ea6cdaa67046b33bcc02e8b5c7244c084fe05b8a7fe90
3
+ size 18128