LegrandFrederic commited on
Commit
7b19c1e
·
verified ·
1 Parent(s): f429fef

Upload experiment_cfg/metadata.json with 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
+ 76.2890625,
8
+ 197.314453125,
9
+ 177.5390625,
10
+ 106.34765625,
11
+ -58.623046875
12
+ ],
13
+ "min": [
14
+ -76.201171875,
15
+ 19.423828125,
16
+ -2.373046875,
17
+ 37.96875,
18
+ -143.26171875
19
+ ],
20
+ "mean": [
21
+ 0.48684075474739075,
22
+ 117.43761444091797,
23
+ 106.82369232177734,
24
+ 75.07833862304688,
25
+ -96.41197204589844
26
+ ],
27
+ "std": [
28
+ 27.253061294555664,
29
+ 46.3898811340332,
30
+ 47.50975036621094,
31
+ 15.554182052612305,
32
+ 11.257023811340332
33
+ ],
34
+ "q01": [
35
+ -63.984375,
36
+ 25.6640625,
37
+ -2.28515625,
38
+ 43.154296875,
39
+ -133.06640625
40
+ ],
41
+ "q99": [
42
+ 74.70703125,
43
+ 191.513671875,
44
+ 176.1328125,
45
+ 106.171875,
46
+ -74.70703125
47
+ ]
48
+ },
49
+ "gripper": {
50
+ "max": [
51
+ 94.61161804199219
52
+ ],
53
+ "min": [
54
+ -0.27991601824760437
55
+ ],
56
+ "mean": [
57
+ 29.148984909057617
58
+ ],
59
+ "std": [
60
+ 21.57368278503418
61
+ ],
62
+ "q01": [
63
+ -0.06997900456190109
64
+ ],
65
+ "q99": [
66
+ 86.84394836425781
67
+ ]
68
+ }
69
+ },
70
+ "action": {
71
+ "single_arm": {
72
+ "max": [
73
+ 75.41015625,
74
+ 205.224609375,
75
+ 176.220703125,
76
+ 108.369140625,
77
+ -58.0078125
78
+ ],
79
+ "min": [
80
+ -77.255859375,
81
+ 21.62109375,
82
+ -14.765625,
83
+ 35.771484375,
84
+ -143.701171875
85
+ ],
86
+ "mean": [
87
+ 0.4895739257335663,
88
+ 120.49505615234375,
89
+ 103.50691223144531,
90
+ 74.6363296508789,
91
+ -96.3703842163086
92
+ ],
93
+ "std": [
94
+ 27.3037166595459,
95
+ 45.77249526977539,
96
+ 49.066131591796875,
97
+ 15.932055473327637,
98
+ 11.2964448928833
99
+ ],
100
+ "q01": [
101
+ -63.984375,
102
+ 30.037499999999998,
103
+ -14.58984375,
104
+ 42.1875,
105
+ -132.802734375
106
+ ],
107
+ "q99": [
108
+ 74.619140625,
109
+ 195.205078125,
110
+ 175.517578125,
111
+ 107.314453125,
112
+ -74.619140625
113
+ ]
114
+ },
115
+ "gripper": {
116
+ "max": [
117
+ 94.96611785888672
118
+ ],
119
+ "min": [
120
+ -0.29041627049446106
121
+ ],
122
+ "mean": [
123
+ 25.081872940063477
124
+ ],
125
+ "std": [
126
+ 23.778230667114258
127
+ ],
128
+ "q01": [
129
+ -0.19361084699630737
130
+ ],
131
+ "q99": [
132
+ 87.028076171875
133
+ ]
134
+ }
135
+ }
136
+ },
137
+ "modalities": {
138
+ "video": {
139
+ "cam_context": {
140
+ "resolution": [
141
+ 640,
142
+ 480
143
+ ],
144
+ "channels": 3,
145
+ "fps": 30.0
146
+ },
147
+ "cam_wrist": {
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
+ }