Selinaliu1030 commited on
Commit
1a895a5
·
verified ·
1 Parent(s): 378dbe6

Upload metadata.json

Browse files
Files changed (1) hide show
  1. experiment_cfg/metadata.json +151 -0
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "arm": {
6
+ "max": [
7
+ 88.2421875,
8
+ 190.8984375,
9
+ 178.06640625,
10
+ 71.455078125,
11
+ -65.478515625,
12
+ 67.33601379394531
13
+ ],
14
+ "min": [
15
+ -96.328125,
16
+ 17.666015625,
17
+ 43.41796875,
18
+ -61.962890625,
19
+ -112.5,
20
+ 0.26773762702941895
21
+ ],
22
+ "mean": [
23
+ -7.540363311767578,
24
+ 115.8616943359375,
25
+ 131.53463745117188,
26
+ 1.0132744312286377,
27
+ -92.99630737304688,
28
+ 22.79929542541504
29
+ ],
30
+ "std": [
31
+ 34.47688674926758,
32
+ 45.4378662109375,
33
+ 32.18738555908203,
34
+ 32.452598571777344,
35
+ 6.833456516265869,
36
+ 21.365007400512695
37
+ ],
38
+ "q01": [
39
+ -89.736328125,
40
+ 34.98046875,
41
+ 72.82265625,
42
+ -50.361328125,
43
+ -110.56640625,
44
+ 0.26773762702941895
45
+ ],
46
+ "q99": [
47
+ 83.232421875,
48
+ 190.1953125,
49
+ 177.978515625,
50
+ 71.19140625,
51
+ -78.046875,
52
+ 60.37483215332031
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm": {
58
+ "max": [
59
+ 87.978515625,
60
+ 192.041015625,
61
+ 181.7578125,
62
+ 73.388671875,
63
+ -65.0390625,
64
+ 67.68707275390625
65
+ ],
66
+ "min": [
67
+ -96.240234375,
68
+ 18.6328125,
69
+ 39.55078125,
70
+ -63.017578125,
71
+ -112.587890625,
72
+ -1.088435411453247
73
+ ],
74
+ "mean": [
75
+ -7.695772171020508,
76
+ 117.07063293457031,
77
+ 130.205322265625,
78
+ 0.5083346962928772,
79
+ -92.99427795410156,
80
+ 19.92078399658203
81
+ ],
82
+ "std": [
83
+ 34.42263412475586,
84
+ 45.07616424560547,
85
+ 33.93415451049805,
86
+ 32.82973861694336,
87
+ 6.815683841705322,
88
+ 22.99486541748047
89
+ ],
90
+ "q01": [
91
+ -90.038671875,
92
+ 36.5625,
93
+ 69.78515625,
94
+ -50.888671875,
95
+ -110.390625,
96
+ -0.3401360511779785
97
+ ],
98
+ "q99": [
99
+ 82.880859375,
100
+ 190.810546875,
101
+ 180.3515625,
102
+ 71.806640625,
103
+ -78.22265625,
104
+ 60.9523811340332
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ "modalities": {
110
+ "video": {
111
+ "laptop": {
112
+ "resolution": [
113
+ 640,
114
+ 480
115
+ ],
116
+ "channels": 3,
117
+ "fps": 30.0
118
+ },
119
+ "phone": {
120
+ "resolution": [
121
+ 640,
122
+ 480
123
+ ],
124
+ "channels": 3,
125
+ "fps": 30.0
126
+ }
127
+ },
128
+ "state": {
129
+ "arm": {
130
+ "absolute": true,
131
+ "rotation_type": null,
132
+ "shape": [
133
+ 6
134
+ ],
135
+ "continuous": true
136
+ }
137
+ },
138
+ "action": {
139
+ "arm": {
140
+ "absolute": true,
141
+ "rotation_type": null,
142
+ "shape": [
143
+ 6
144
+ ],
145
+ "continuous": true
146
+ }
147
+ }
148
+ },
149
+ "embodiment_tag": "new_embodiment"
150
+ }
151
+ }