Robotics
LeRobot
Safetensors
lavla
Alkatt commited on
Commit
0700866
·
verified ·
1 Parent(s): 9975b4f

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "normalizer_processor",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.state": {
20
+ "type": "STATE",
21
+ "shape": [
22
+ 6
23
+ ]
24
+ },
25
+ "action": {
26
+ "type": "ACTION",
27
+ "shape": [
28
+ 6
29
+ ]
30
+ }
31
+ },
32
+ "norm_map": {
33
+ "VISUAL": "MEAN_STD",
34
+ "STATE": "MEAN_STD",
35
+ "ACTION": "MEAN_STD"
36
+ }
37
+ },
38
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
39
+ },
40
+ {
41
+ "registry_name": "device_processor",
42
+ "config": {
43
+ "device": "cuda",
44
+ "float_dtype": null
45
+ }
46
+ }
47
+ ]
48
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:300fde551edaccbe1ade74094782298fa1eac0649e5768700a9a52032466d7b4
3
+ size 8608