craftnice commited on
Commit
b6d4a9b
·
verified ·
1 Parent(s): 46b3ea6

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "to_batch_processor",
6
+ "config": {}
7
+ },
8
+ {
9
+ "registry_name": "rename_observations_processor",
10
+ "config": {
11
+ "rename_map": {}
12
+ }
13
+ },
14
+ {
15
+ "registry_name": "normalizer_processor",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.images.cam_high": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 480,
23
+ 640,
24
+ 3
25
+ ]
26
+ },
27
+ "observation.state": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 32
31
+ ]
32
+ },
33
+ "action": {
34
+ "type": "ACTION",
35
+ "shape": [
36
+ 14
37
+ ]
38
+ }
39
+ },
40
+ "norm_map": {
41
+ "VISUAL": "IDENTITY",
42
+ "STATE": "MEAN_STD",
43
+ "LANGUAGE": "IDENTITY",
44
+ "REWARD": "IDENTITY"
45
+ }
46
+ },
47
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
48
+ },
49
+ {
50
+ "class": "lerobot.policies.sarm.processor_sarm.SARMEncodingProcessorStep",
51
+ "config": {}
52
+ },
53
+ {
54
+ "registry_name": "device_processor",
55
+ "config": {
56
+ "device": "cuda",
57
+ "float_dtype": null
58
+ }
59
+ }
60
+ ]
61
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:964e897ed71318bc6fc11d34af9ecdc0a3b7277b3466f04835f899a09b2f0941
3
+ size 16792