Robotics
LeRobot
Safetensors
cnn
reward_classifier
benmsorting commited on
Commit
99ff68e
·
verified ·
1 Parent(s): a644571

Upload DataProcessorPipeline

Browse files
classifier_preprocessor.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "classifier_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "normalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "observation.images.wrist": {
10
+ "type": "VISUAL",
11
+ "shape": [
12
+ 3,
13
+ 256,
14
+ 256
15
+ ]
16
+ },
17
+ "observation.images.front": {
18
+ "type": "VISUAL",
19
+ "shape": [
20
+ 3,
21
+ 256,
22
+ 256
23
+ ]
24
+ }
25
+ },
26
+ "norm_map": {
27
+ "VISUAL": "MEAN_STD"
28
+ }
29
+ },
30
+ "state_file": "classifier_preprocessor_step_0_normalizer_processor.safetensors"
31
+ },
32
+ {
33
+ "registry_name": "normalizer_processor",
34
+ "config": {
35
+ "eps": 1e-08,
36
+ "features": {
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 7
41
+ ]
42
+ }
43
+ },
44
+ "norm_map": {
45
+ "VISUAL": "MEAN_STD"
46
+ }
47
+ },
48
+ "state_file": "classifier_preprocessor_step_1_normalizer_processor.safetensors"
49
+ },
50
+ {
51
+ "registry_name": "device_processor",
52
+ "config": {
53
+ "device": "cuda",
54
+ "float_dtype": null
55
+ }
56
+ }
57
+ ]
58
+ }
classifier_preprocessor_step_0_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbbb770ba4731a3bdd59504e18c4c53946b414e61ad5b9f760dc7507bdb865f
3
+ size 11320
classifier_preprocessor_step_1_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbbb770ba4731a3bdd59504e18c4c53946b414e61ad5b9f760dc7507bdb865f
3
+ size 11320