LegrandFrederic commited on
Commit
bf1b7d2
·
verified ·
1 Parent(s): 1c2fc6a

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.1538352966308594,
8
+ 1.1722475290298462,
9
+ 1.399999976158142,
10
+ 1.5404927730560303,
11
+ 0.6275513768196106,
12
+ 0.6229482889175415
13
+ ],
14
+ "min": [
15
+ -0.4787188768386841,
16
+ -1.5707999467849731,
17
+ -1.535889744758606,
18
+ 0.0,
19
+ -1.9424939155578613,
20
+ -0.021480975672602654
21
+ ],
22
+ "mean": [
23
+ 0.06386367231607437,
24
+ -0.0025311557110399008,
25
+ -0.1402800977230072,
26
+ 1.1501660346984863,
27
+ -0.16636595129966736,
28
+ 0.06775040924549103
29
+ ],
30
+ "std": [
31
+ 0.24525655806064606,
32
+ 0.41566959023475647,
33
+ 0.4825603663921356,
34
+ 0.34794881939888,
35
+ 0.3848557472229004,
36
+ 0.07452507317066193
37
+ ],
38
+ "q01": [
39
+ -0.35903915762901306,
40
+ -1.5707999467849731,
41
+ -1.217342220544815,
42
+ 0.0,
43
+ -1.2004643309116363,
44
+ -0.010740487836301327
45
+ ],
46
+ "q99": [
47
+ 1.0000621533393843,
48
+ 0.8542983984947187,
49
+ 1.399999976158142,
50
+ 1.5266835689544678,
51
+ 0.4879250228404999,
52
+ 0.26939424872398376
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.1538352966308594,
60
+ 1.1722475290298462,
61
+ 1.399999976158142,
62
+ 1.5404927730560303,
63
+ 0.6275513768196106,
64
+ 0.6229482889175415
65
+ ],
66
+ "min": [
67
+ -0.4787188768386841,
68
+ -1.5707999467849731,
69
+ -1.535889744758606,
70
+ 0.0,
71
+ -1.9424939155578613,
72
+ -0.021480975672602654
73
+ ],
74
+ "mean": [
75
+ 0.06412143260240555,
76
+ -0.003110172925516963,
77
+ -0.13887059688568115,
78
+ 1.1500400304794312,
79
+ -0.166824072599411,
80
+ 0.06759003549814224
81
+ ],
82
+ "std": [
83
+ 0.24533335864543915,
84
+ 0.41493743658065796,
85
+ 0.48190921545028687,
86
+ 0.3478991687297821,
87
+ 0.3845475912094116,
88
+ 0.074433833360672
89
+ ],
90
+ "q01": [
91
+ -0.35903915762901306,
92
+ -1.5707999467849731,
93
+ -1.217342220544815,
94
+ 0.0,
95
+ -1.2004643309116363,
96
+ -0.010740487836301327
97
+ ],
98
+ "q99": [
99
+ 1.0000621533393843,
100
+ 0.8542983984947187,
101
+ 1.399999976158142,
102
+ 1.5266835689544678,
103
+ 0.4879250228404999,
104
+ 0.26939424872398376
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
+ }