PLB commited on
Commit
70019ce
·
verified ·
1 Parent(s): f86187d

Upload experiment_cfg/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_cfg/metadata.json +151 -0
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "arm_0": {
6
+ "max": [
7
+ 1.1661100387573242,
8
+ 1.16917884349823,
9
+ 1.2014002799987793,
10
+ 1.2719806432724,
11
+ 0.4848563075065613,
12
+ 2.195662498474121
13
+ ],
14
+ "min": [
15
+ -0.19639748334884644,
16
+ -0.9451628923416138,
17
+ -0.8929948210716248,
18
+ -0.27004656195640564,
19
+ -0.35597044229507446,
20
+ 0.14422941207885742
21
+ ],
22
+ "mean": [
23
+ 0.3397490680217743,
24
+ 0.0594223327934742,
25
+ 0.2167384773492813,
26
+ 0.4679949879646301,
27
+ 0.032194748520851135,
28
+ 1.463401436805725
29
+ ],
30
+ "std": [
31
+ 0.2849770784378052,
32
+ 0.3718954026699066,
33
+ 0.39998719096183777,
34
+ 0.31115612387657166,
35
+ 0.15528473258018494,
36
+ 0.9247124195098877
37
+ ],
38
+ "q01": [
39
+ -0.10126745700836182,
40
+ -0.6705133318901062,
41
+ -0.7444999206066132,
42
+ -0.17798522114753723,
43
+ -0.29152750968933105,
44
+ 0.15343554317951202
45
+ ],
46
+ "q99": [
47
+ 1.0149453973770135,
48
+ 1.0107412981986996,
49
+ 1.0970641374588013,
50
+ 1.1047358512878418,
51
+ 0.39546475291252103,
52
+ 2.195662498474121
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.1661100387573242,
60
+ 1.16917884349823,
61
+ 1.2014002799987793,
62
+ 1.2719806432724,
63
+ 0.4848563075065613,
64
+ 2.195662498474121
65
+ ],
66
+ "min": [
67
+ -0.19639748334884644,
68
+ -0.9451628923416138,
69
+ -0.8929948210716248,
70
+ -0.27004656195640564,
71
+ -0.35597044229507446,
72
+ 0.14422941207885742
73
+ ],
74
+ "mean": [
75
+ 0.33952662348747253,
76
+ 0.05870862305164337,
77
+ 0.2172955870628357,
78
+ 0.471761554479599,
79
+ 0.033564493060112,
80
+ 1.4633527994155884
81
+ ],
82
+ "std": [
83
+ 0.28524816036224365,
84
+ 0.3721741735935211,
85
+ 0.4002067744731903,
86
+ 0.3097350597381592,
87
+ 0.15629589557647705,
88
+ 0.9246393442153931
89
+ ],
90
+ "q01": [
91
+ -0.10126745700836182,
92
+ -0.6705133318901062,
93
+ -0.7444999206066132,
94
+ -0.17798522114753723,
95
+ -0.29152750968933105,
96
+ 0.15343554317951202
97
+ ],
98
+ "q99": [
99
+ 1.0149453973770135,
100
+ 1.0107412981986996,
101
+ 1.0970641374588013,
102
+ 1.1047358512878418,
103
+ 0.3969991177320477,
104
+ 2.195662498474121
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ "modalities": {
110
+ "video": {
111
+ "image_cam_0": {
112
+ "resolution": [
113
+ 320,
114
+ 240
115
+ ],
116
+ "channels": 3,
117
+ "fps": 30.0
118
+ },
119
+ "image_cam_1": {
120
+ "resolution": [
121
+ 320,
122
+ 240
123
+ ],
124
+ "channels": 3,
125
+ "fps": 30.0
126
+ }
127
+ },
128
+ "state": {
129
+ "arm_0": {
130
+ "absolute": true,
131
+ "rotation_type": null,
132
+ "shape": [
133
+ 6
134
+ ],
135
+ "continuous": true
136
+ }
137
+ },
138
+ "action": {
139
+ "arm_0": {
140
+ "absolute": true,
141
+ "rotation_type": null,
142
+ "shape": [
143
+ 6
144
+ ],
145
+ "continuous": true
146
+ }
147
+ }
148
+ },
149
+ "embodiment_tag": "new_embodiment"
150
+ }
151
+ }