LegrandFrederic commited on
Commit
0bb1ff3
·
verified ·
1 Parent(s): c7f0bbd

Upload experiment_cfg/metadata.json with huggingface_hub

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_0": {
6
+ "max": [
7
+ 1.600000023841858,
8
+ 0.8745825886726379,
9
+ 1.399999976158142,
10
+ 1.6699999570846558,
11
+ 1.1569039821624756,
12
+ 0.5799863338470459
13
+ ],
14
+ "min": [
15
+ -0.4464974105358124,
16
+ -1.5707999467849731,
17
+ -0.793261706829071,
18
+ -1.163041353225708,
19
+ -1.986990213394165,
20
+ -0.20999999344348907
21
+ ],
22
+ "mean": [
23
+ 0.5705161690711975,
24
+ -0.5945504307746887,
25
+ 0.5736563801765442,
26
+ 0.6050916910171509,
27
+ -0.22466789186000824,
28
+ -0.014799773693084717
29
+ ],
30
+ "std": [
31
+ 0.37162309885025024,
32
+ 0.6230039000511169,
33
+ 0.5152122378349304,
34
+ 0.6354348659515381,
35
+ 0.4330568313598633,
36
+ 0.1664201021194458
37
+ ],
38
+ "q01": [
39
+ -0.21941281855106354,
40
+ -1.5707999467849731,
41
+ -0.4695127606391907,
42
+ -0.8316206336021423,
43
+ -1.5005996227264404,
44
+ -0.20999999344348907
45
+ ],
46
+ "q99": [
47
+ 1.3671106100082397,
48
+ 0.5201464891433716,
49
+ 1.399999976158142,
50
+ 1.591126561164856,
51
+ 0.793261706829071,
52
+ 0.36517658829689026
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.600000023841858,
60
+ 0.8745825886726379,
61
+ 1.399999976158142,
62
+ 1.6699999570846558,
63
+ 1.1569039821624756,
64
+ 0.5799863338470459
65
+ ],
66
+ "min": [
67
+ -0.4464974105358124,
68
+ -1.5707999467849731,
69
+ -0.793261706829071,
70
+ -1.163041353225708,
71
+ -1.986990213394165,
72
+ -0.20999999344348907
73
+ ],
74
+ "mean": [
75
+ 0.5705264210700989,
76
+ -0.5945504903793335,
77
+ 0.5736563205718994,
78
+ 0.6050760746002197,
79
+ -0.22463321685791016,
80
+ -0.014805709943175316
81
+ ],
82
+ "std": [
83
+ 0.3716029226779938,
84
+ 0.6230039000511169,
85
+ 0.51521235704422,
86
+ 0.6354297399520874,
87
+ 0.43304458260536194,
88
+ 0.1664082556962967
89
+ ],
90
+ "q01": [
91
+ -0.21941281855106354,
92
+ -1.5707999467849731,
93
+ -0.4695127606391907,
94
+ -0.8316206336021423,
95
+ -1.5005996227264404,
96
+ -0.20999999344348907
97
+ ],
98
+ "q99": [
99
+ 1.3671106100082397,
100
+ 0.5201464891433716,
101
+ 1.399999976158142,
102
+ 1.591126561164856,
103
+ 0.793261706829071,
104
+ 0.36517658829689026
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ "modalities": {
110
+ "video": {
111
+ "image_cam_0": {
112
+ "resolution": [
113
+ 224,
114
+ 224
115
+ ],
116
+ "channels": 3,
117
+ "fps": 30.0
118
+ },
119
+ "image_cam_1": {
120
+ "resolution": [
121
+ 224,
122
+ 224
123
+ ],
124
+ "channels": 3,
125
+ "fps": 30.0
126
+ }
127
+ },
128
+ "state": {
129
+ "arm_0": {
130
+ "absolute": true,
131
+ "rotation_type": null,
132
+ "shape": [
133
+ 6
134
+ ],
135
+ "continuous": true
136
+ }
137
+ },
138
+ "action": {
139
+ "arm_0": {
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
+ }