ISdept commited on
Commit
c7a0ec6
·
verified ·
1 Parent(s): 61b9ff1

Delete policy_preprocessor.json

Browse files
Files changed (1) hide show
  1. policy_preprocessor.json +0 -83
policy_preprocessor.json DELETED
@@ -1,83 +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": "grid_overlay_processor",
16
- "config": {}
17
- },
18
- {
19
- "registry_name": "device_processor",
20
- "config": {
21
- "device": "cuda",
22
- "float_dtype": null
23
- }
24
- },
25
- {
26
- "registry_name": "normalizer_processor",
27
- "config": {
28
- "eps": 1e-08,
29
- "features": {
30
- "observation.state": {
31
- "type": "STATE",
32
- "shape": [
33
- 7
34
- ]
35
- },
36
- "observation.box": {
37
- "type": "STATE",
38
- "shape": [
39
- 6,
40
- 6
41
- ]
42
- },
43
- "observation.images.gripper": {
44
- "type": "VISUAL",
45
- "shape": [
46
- 3,
47
- 400,
48
- 640
49
- ]
50
- },
51
- "observation.images.front": {
52
- "type": "VISUAL",
53
- "shape": [
54
- 3,
55
- 400,
56
- 640
57
- ]
58
- },
59
- "observation.images.right": {
60
- "type": "VISUAL",
61
- "shape": [
62
- 3,
63
- 400,
64
- 640
65
- ]
66
- },
67
- "action": {
68
- "type": "ACTION",
69
- "shape": [
70
- 7
71
- ]
72
- }
73
- },
74
- "norm_map": {
75
- "VISUAL": "IDENTITY",
76
- "STATE": "MEAN_STD",
77
- "ACTION": "MEAN_STD"
78
- }
79
- },
80
- "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors"
81
- }
82
- ]
83
- }