cagataydev commited on
Commit
604c18c
·
verified ·
1 Parent(s): db82741

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_cfg/metadata.json +195 -0
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "single_arm": {
6
+ "max": [
7
+ 61.10689926147461,
8
+ 69.19126892089844,
9
+ 100.0,
10
+ 100.0,
11
+ -5.447878360748291
12
+ ],
13
+ "min": [
14
+ -84.64447784423828,
15
+ -100.0,
16
+ -93.23892211914062,
17
+ -5.65541410446167,
18
+ -99.68569946289062
19
+ ],
20
+ "mean": [
21
+ -10.548956871032715,
22
+ -7.485757827758789,
23
+ 17.880617141723633,
24
+ 60.12580490112305,
25
+ -56.27016067504883
26
+ ],
27
+ "std": [
28
+ 24.712890625,
29
+ 40.22310256958008,
30
+ 39.03307342529297,
31
+ 20.067169189453125,
32
+ 16.543886184692383
33
+ ],
34
+ "q01": [
35
+ -63.76702117919922,
36
+ -99.7432632446289,
37
+ -53.390987396240234,
38
+ 12.669881820678711,
39
+ -99.63302612304688
40
+ ],
41
+ "q99": [
42
+ 44.04852294921875,
43
+ 54.04542049407958,
44
+ 100.0,
45
+ 98.61120529174802,
46
+ -14.248297691345215
47
+ ]
48
+ },
49
+ "gripper": {
50
+ "max": [
51
+ 57.952972412109375
52
+ ],
53
+ "min": [
54
+ 0.0
55
+ ],
56
+ "mean": [
57
+ 18.37102699279785
58
+ ],
59
+ "std": [
60
+ 13.891586303710938
61
+ ],
62
+ "q01": [
63
+ 0.27397260069847107
64
+ ],
65
+ "q99": [
66
+ 47.7869987487793
67
+ ]
68
+ }
69
+ },
70
+ "action": {
71
+ "single_arm": {
72
+ "max": [
73
+ 62.09495162963867,
74
+ 68.39863586425781,
75
+ 100.0,
76
+ 100.0,
77
+ -4.973822116851807
78
+ ],
79
+ "min": [
80
+ -85.03553771972656,
81
+ -100.0,
82
+ -95.62642669677734,
83
+ -7.267951011657715,
84
+ -100.0
85
+ ],
86
+ "mean": [
87
+ -10.727166175842285,
88
+ -8.480545997619629,
89
+ 14.531797409057617,
90
+ 59.80523681640625,
91
+ -56.273399353027344
92
+ ],
93
+ "std": [
94
+ 24.671228408813477,
95
+ 38.306697845458984,
96
+ 38.723289489746094,
97
+ 20.474946975708008,
98
+ 16.538484573364258
99
+ ],
100
+ "q01": [
101
+ -64.0104751586914,
102
+ -99.65928649902344,
103
+ -55.812877044677734,
104
+ 11.052861213684082,
105
+ -99.895263671875
106
+ ],
107
+ "q99": [
108
+ 43.634110794067375,
109
+ 51.700679779052734,
110
+ 100.0,
111
+ 99.12434387207031,
112
+ -13.956533432006836
113
+ ]
114
+ },
115
+ "gripper": {
116
+ "max": [
117
+ 58.36802673339844
118
+ ],
119
+ "min": [
120
+ 0.0
121
+ ],
122
+ "mean": [
123
+ 16.96166229248047
124
+ ],
125
+ "std": [
126
+ 14.029448509216309
127
+ ],
128
+ "q01": [
129
+ 0.1663893461227417
130
+ ],
131
+ "q99": [
132
+ 47.87677001953125
133
+ ]
134
+ }
135
+ }
136
+ },
137
+ "modalities": {
138
+ "video": {
139
+ "wrist": {
140
+ "resolution": [
141
+ 640,
142
+ 480
143
+ ],
144
+ "channels": 3,
145
+ "fps": 30.0
146
+ },
147
+ "front": {
148
+ "resolution": [
149
+ 640,
150
+ 480
151
+ ],
152
+ "channels": 3,
153
+ "fps": 30.0
154
+ }
155
+ },
156
+ "state": {
157
+ "single_arm": {
158
+ "absolute": true,
159
+ "rotation_type": null,
160
+ "shape": [
161
+ 5
162
+ ],
163
+ "continuous": true
164
+ },
165
+ "gripper": {
166
+ "absolute": true,
167
+ "rotation_type": null,
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "continuous": true
172
+ }
173
+ },
174
+ "action": {
175
+ "single_arm": {
176
+ "absolute": true,
177
+ "rotation_type": null,
178
+ "shape": [
179
+ 5
180
+ ],
181
+ "continuous": true
182
+ },
183
+ "gripper": {
184
+ "absolute": true,
185
+ "rotation_type": null,
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "continuous": true
190
+ }
191
+ }
192
+ },
193
+ "embodiment_tag": "new_embodiment"
194
+ }
195
+ }