LegrandFrederic commited on
Commit
257a93e
·
verified ·
1 Parent(s): eff556f

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
+ 0.9605064988136292,
8
+ 1.3042020797729492,
9
+ 1.399999976158142,
10
+ 1.6699999570846558,
11
+ 0.32374897599220276
12
+ ],
13
+ "min": [
14
+ -0.9681782722473145,
15
+ -1.5707999467849731,
16
+ -1.600000023841858,
17
+ 0.6321544051170349,
18
+ -0.7226814031600952
19
+ ],
20
+ "mean": [
21
+ 0.03146655112504959,
22
+ -0.30137044191360474,
23
+ 0.0340295135974884,
24
+ 1.367954134941101,
25
+ -0.011088425293564796
26
+ ],
27
+ "std": [
28
+ 0.3221655488014221,
29
+ 0.9804641604423523,
30
+ 1.0575908422470093,
31
+ 0.22999919950962067,
32
+ 0.15189656615257263
33
+ ],
34
+ "q01": [
35
+ -0.7196126580238342,
36
+ -1.5707999467849731,
37
+ -1.600000023841858,
38
+ 0.7033484983444214,
39
+ -0.6507508182525634
40
+ ],
41
+ "q99": [
42
+ 0.8914604783058167,
43
+ 1.1845223903656006,
44
+ 1.399999976158142,
45
+ 1.6699999570846558,
46
+ 0.29036141276359523
47
+ ]
48
+ },
49
+ "gripper": {
50
+ "max": [
51
+ 1.5
52
+ ],
53
+ "min": [
54
+ -0.05677114799618721
55
+ ],
56
+ "mean": [
57
+ 0.38957294821739197
58
+ ],
59
+ "std": [
60
+ 0.4159087538719177
61
+ ],
62
+ "q01": [
63
+ -0.03682452812790871
64
+ ],
65
+ "q99": [
66
+ 1.2811866998672485
67
+ ]
68
+ }
69
+ },
70
+ "action": {
71
+ "single_arm": {
72
+ "max": [
73
+ 0.9605064988136292,
74
+ 1.3042020797729492,
75
+ 1.399999976158142,
76
+ 1.6699999570846558,
77
+ 0.32374897599220276
78
+ ],
79
+ "min": [
80
+ -0.9681782722473145,
81
+ -1.5707999467849731,
82
+ -1.600000023841858,
83
+ 0.6321544051170349,
84
+ -0.7226814031600952
85
+ ],
86
+ "mean": [
87
+ 0.03151795640587807,
88
+ -0.3013704717159271,
89
+ 0.034029457718133926,
90
+ 1.367963194847107,
91
+ -0.011139576323330402
92
+ ],
93
+ "std": [
94
+ 0.32216012477874756,
95
+ 0.9804641604423523,
96
+ 1.0575908422470093,
97
+ 0.23000067472457886,
98
+ 0.1518792062997818
99
+ ],
100
+ "q01": [
101
+ -0.7196126580238342,
102
+ -1.5707999467849731,
103
+ -1.600000023841858,
104
+ 0.7033484983444214,
105
+ -0.6507508182525634
106
+ ],
107
+ "q99": [
108
+ 0.8914604783058167,
109
+ 1.1845223903656006,
110
+ 1.399999976158142,
111
+ 1.6699999570846558,
112
+ 0.29036141276359523
113
+ ]
114
+ },
115
+ "gripper": {
116
+ "max": [
117
+ 1.5
118
+ ],
119
+ "min": [
120
+ -0.05677114799618721
121
+ ],
122
+ "mean": [
123
+ 0.3895668685436249
124
+ ],
125
+ "std": [
126
+ 0.41591474413871765
127
+ ],
128
+ "q01": [
129
+ -0.03682452812790871
130
+ ],
131
+ "q99": [
132
+ 1.2811866998672485
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
+ }