LegrandFrederic commited on
Commit
08536a5
·
verified ·
1 Parent(s): 1a5e083

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
+ 89.12109375,
8
+ 191.6015625,
9
+ 183.33984375,
10
+ 93.955078125,
11
+ -56.953125
12
+ ],
13
+ "min": [
14
+ -17.75390625,
15
+ 17.2265625,
16
+ -1.318359375,
17
+ 36.2109375,
18
+ -104.765625
19
+ ],
20
+ "mean": [
21
+ 6.143769264221191,
22
+ 142.9010467529297,
23
+ 144.910888671875,
24
+ 69.44847869873047,
25
+ -78.10051727294922
26
+ ],
27
+ "std": [
28
+ 22.522619247436523,
29
+ 49.72361755371094,
30
+ 46.80479049682617,
31
+ 10.878756523132324,
32
+ 7.4908576011657715
33
+ ],
34
+ "q01": [
35
+ -11.83095703125,
36
+ 22.763671875,
37
+ 5.83505859375,
38
+ 44.384765625,
39
+ -98.22744140625
40
+ ],
41
+ "q99": [
42
+ 81.17666015625005,
43
+ 191.42578125,
44
+ 183.1640625,
45
+ 93.603515625,
46
+ -63.896484375
47
+ ]
48
+ },
49
+ "gripper": {
50
+ "max": [
51
+ 44.6927375793457
52
+ ],
53
+ "min": [
54
+ 0.2793295979499817
55
+ ],
56
+ "mean": [
57
+ 12.005240440368652
58
+ ],
59
+ "std": [
60
+ 12.14848804473877
61
+ ],
62
+ "q01": [
63
+ 0.2793295979499817
64
+ ],
65
+ "q99": [
66
+ 40.7122917175293
67
+ ]
68
+ }
69
+ },
70
+ "action": {
71
+ "single_arm": {
72
+ "max": [
73
+ 88.9453125,
74
+ 191.42578125,
75
+ 184.5703125,
76
+ 94.921875,
77
+ -56.77734375
78
+ ],
79
+ "min": [
80
+ -18.720703125,
81
+ 19.16015625,
82
+ -6.064453125,
83
+ 34.27734375,
84
+ -105.46875
85
+ ],
86
+ "mean": [
87
+ 6.184708595275879,
88
+ 144.31845092773438,
89
+ 143.33680725097656,
90
+ 69.25369262695312,
91
+ -78.19404602050781
92
+ ],
93
+ "std": [
94
+ 22.71009063720703,
95
+ 48.28770446777344,
96
+ 48.60528564453125,
97
+ 11.128103256225586,
98
+ 7.661372661590576
99
+ ],
100
+ "q01": [
101
+ -12.041015625,
102
+ 25.78623046875,
103
+ 0.73740234375,
104
+ 43.41796875,
105
+ -98.93056640625
106
+ ],
107
+ "q99": [
108
+ 81.38671875,
109
+ 191.337890625,
110
+ 184.5703125,
111
+ 93.955078125,
112
+ -63.80859375
113
+ ]
114
+ },
115
+ "gripper": {
116
+ "max": [
117
+ 45.212242126464844
118
+ ],
119
+ "min": [
120
+ -0.09871668368577957
121
+ ],
122
+ "mean": [
123
+ 9.362152099609375
124
+ ],
125
+ "std": [
126
+ 12.541830062866211
127
+ ],
128
+ "q01": [
129
+ 0.0
130
+ ],
131
+ "q99": [
132
+ 40.86870574951172
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
+ }