Robotics
LeRobot
Safetensors
act
Tna001 commited on
Commit
e96a23f
·
verified ·
1 Parent(s): bc2fa8a

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 6
30
+ ]
31
+ },
32
+ "observation.tactile.primary": {
33
+ "type": "TACTILE",
34
+ "shape": [
35
+ 16,
36
+ 32
37
+ ]
38
+ },
39
+ "observation.images.top": {
40
+ "type": "VISUAL",
41
+ "shape": [
42
+ 3,
43
+ 224,
44
+ 224
45
+ ]
46
+ },
47
+ "action": {
48
+ "type": "ACTION",
49
+ "shape": [
50
+ 6
51
+ ]
52
+ }
53
+ },
54
+ "norm_map": {
55
+ "VISUAL": "MEAN_STD",
56
+ "STATE": "MEAN_STD",
57
+ "ACTION": "MEAN_STD",
58
+ "TACTILE": "MEAN_STD"
59
+ }
60
+ },
61
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
62
+ }
63
+ ]
64
+ }
policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4a8ea06cd26f33a198e7d5570cbce50108726809dcab39a3b13676d5a4cbf9
3
+ size 8636