aiwhisperer commited on
Commit
38ad692
·
verified ·
1 Parent(s): 4ad7f5c

Upload experiment_cfg/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_cfg/metadata.json +187 -0
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "single_arm": {
6
+ "max": [
7
+ 117.7734375,
8
+ 196.34765625,
9
+ 174.638671875,
10
+ 74.267578125,
11
+ 110.0390625
12
+ ],
13
+ "min": [
14
+ 71.630859375,
15
+ 74.794921875,
16
+ 90.3515625,
17
+ 15.1171875,
18
+ -7.998046875
19
+ ],
20
+ "mean": [
21
+ 91.78782653808594,
22
+ 142.16693115234375,
23
+ 138.51856994628906,
24
+ 38.824501037597656,
25
+ 41.61477279663086
26
+ ],
27
+ "std": [
28
+ 11.444062232971191,
29
+ 44.044254302978516,
30
+ 18.771697998046875,
31
+ 15.435065269470215,
32
+ 33.31390380859375
33
+ ],
34
+ "q01": [
35
+ 73.2181640625,
36
+ 75.05859375,
37
+ 91.01953125,
38
+ 15.1171875,
39
+ -5.340234375
40
+ ],
41
+ "q99": [
42
+ 115.56562499999998,
43
+ 195.99609375,
44
+ 174.287109375,
45
+ 70.83457031249999,
46
+ 109.072265625
47
+ ]
48
+ },
49
+ "gripper": {
50
+ "max": [
51
+ 50.75825500488281
52
+ ],
53
+ "min": [
54
+ -0.26761820912361145
55
+ ],
56
+ "mean": [
57
+ 23.764883041381836
58
+ ],
59
+ "std": [
60
+ 16.23531723022461
61
+ ],
62
+ "q01": [
63
+ 0.17841212451457977
64
+ ],
65
+ "q99": [
66
+ 49.393396606445286
67
+ ]
68
+ }
69
+ },
70
+ "action": {
71
+ "single_arm": {
72
+ "max": [
73
+ 118.125,
74
+ 195.205078125,
75
+ 174.462890625,
76
+ 72.685546875,
77
+ 111.26953125
78
+ ],
79
+ "min": [
80
+ 71.89453125,
81
+ 76.201171875,
82
+ 85.25390625,
83
+ 12.48046875,
84
+ -10.458984375
85
+ ],
86
+ "mean": [
87
+ 92.3401107788086,
88
+ 145.37998962402344,
89
+ 136.2837371826172,
90
+ 38.375762939453125,
91
+ 41.8478889465332
92
+ ],
93
+ "std": [
94
+ 11.374897003173828,
95
+ 43.3318977355957,
96
+ 19.79605484008789,
97
+ 16.389619827270508,
98
+ 33.66404724121094
99
+ ],
100
+ "q01": [
101
+ 73.4765625,
102
+ 77.34375,
103
+ 88.2474609375,
104
+ 13.2767578125,
105
+ -5.9765625
106
+ ],
107
+ "q99": [
108
+ 116.52187499999998,
109
+ 195.1171875,
110
+ 173.583984375,
111
+ 71.015625,
112
+ 110.478515625
113
+ ]
114
+ },
115
+ "gripper": {
116
+ "max": [
117
+ 51.747310638427734
118
+ ],
119
+ "min": [
120
+ -0.1344086080789566
121
+ ],
122
+ "mean": [
123
+ 16.263290405273438
124
+ ],
125
+ "std": [
126
+ 20.506744384765625
127
+ ],
128
+ "q01": [
129
+ -0.1344086080789566
130
+ ],
131
+ "q99": [
132
+ 50.49731323242184
133
+ ]
134
+ }
135
+ }
136
+ },
137
+ "modalities": {
138
+ "video": {
139
+ "ego_view": {
140
+ "resolution": [
141
+ 640,
142
+ 480
143
+ ],
144
+ "channels": 3,
145
+ "fps": 30.0
146
+ }
147
+ },
148
+ "state": {
149
+ "single_arm": {
150
+ "absolute": true,
151
+ "rotation_type": null,
152
+ "shape": [
153
+ 5
154
+ ],
155
+ "continuous": true
156
+ },
157
+ "gripper": {
158
+ "absolute": true,
159
+ "rotation_type": null,
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "continuous": true
164
+ }
165
+ },
166
+ "action": {
167
+ "single_arm": {
168
+ "absolute": true,
169
+ "rotation_type": null,
170
+ "shape": [
171
+ 5
172
+ ],
173
+ "continuous": true
174
+ },
175
+ "gripper": {
176
+ "absolute": true,
177
+ "rotation_type": null,
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "continuous": true
182
+ }
183
+ }
184
+ },
185
+ "embodiment_tag": "new_embodiment"
186
+ }
187
+ }