ywu67 commited on
Commit
b99201b
·
verified ·
1 Parent(s): ba77c62

Clean root directory - remove policy_preprocessor.json

Browse files
Files changed (1) hide show
  1. policy_preprocessor.json +0 -132
policy_preprocessor.json DELETED
@@ -1,132 +0,0 @@
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.images.rgb.left_wrist": {
27
- "type": "VISUAL",
28
- "shape": [
29
- 480,
30
- 480,
31
- 3
32
- ]
33
- },
34
- "observation.images.rgb.right_wrist": {
35
- "type": "VISUAL",
36
- "shape": [
37
- 480,
38
- 480,
39
- 3
40
- ]
41
- },
42
- "observation.images.rgb.head": {
43
- "type": "VISUAL",
44
- "shape": [
45
- 720,
46
- 720,
47
- 3
48
- ]
49
- },
50
- "observation.images.depth.left_wrist": {
51
- "type": "VISUAL",
52
- "shape": [
53
- 480,
54
- 480,
55
- 3
56
- ]
57
- },
58
- "observation.images.depth.right_wrist": {
59
- "type": "VISUAL",
60
- "shape": [
61
- 480,
62
- 480,
63
- 3
64
- ]
65
- },
66
- "observation.images.depth.head": {
67
- "type": "VISUAL",
68
- "shape": [
69
- 720,
70
- 720,
71
- 3
72
- ]
73
- },
74
- "observation.images.seg_instance_id.left_wrist": {
75
- "type": "VISUAL",
76
- "shape": [
77
- 480,
78
- 480,
79
- 3
80
- ]
81
- },
82
- "observation.images.seg_instance_id.right_wrist": {
83
- "type": "VISUAL",
84
- "shape": [
85
- 480,
86
- 480,
87
- 3
88
- ]
89
- },
90
- "observation.images.seg_instance_id.head": {
91
- "type": "VISUAL",
92
- "shape": [
93
- 720,
94
- 720,
95
- 3
96
- ]
97
- },
98
- "observation.cam_rel_poses": {
99
- "type": "STATE",
100
- "shape": [
101
- 21
102
- ]
103
- },
104
- "observation.state": {
105
- "type": "STATE",
106
- "shape": [
107
- 256
108
- ]
109
- },
110
- "observation.task_info": {
111
- "type": "STATE",
112
- "shape": [
113
- 46
114
- ]
115
- },
116
- "action": {
117
- "type": "ACTION",
118
- "shape": [
119
- 23
120
- ]
121
- }
122
- },
123
- "norm_map": {
124
- "VISUAL": "MEAN_STD",
125
- "STATE": "MEAN_STD",
126
- "ACTION": "MEAN_STD"
127
- }
128
- },
129
- "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
130
- }
131
- ]
132
- }