LegrandFrederic commited on
Commit
8b29700
·
verified ·
1 Parent(s): 0dc3e0b

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.2198125123977661,
8
+ 0.8653764128684998,
9
+ 1.399999976158142,
10
+ 1.6699999570846558,
11
+ 1.5619738101959229,
12
+ 1.5
13
+ ],
14
+ "min": [
15
+ -1.06637704372406,
16
+ -1.5707999467849731,
17
+ -1.00346839427948,
18
+ -0.25623735785484314,
19
+ -0.421947717666626,
20
+ -0.07364905625581741
21
+ ],
22
+ "mean": [
23
+ 0.1979280263185501,
24
+ -0.600528359413147,
25
+ -0.15039962530136108,
26
+ 1.0813195705413818,
27
+ 0.06940539181232452,
28
+ 0.5223546028137207
29
+ ],
30
+ "std": [
31
+ 0.38164564967155457,
32
+ 0.7775851488113403,
33
+ 0.30735766887664795,
34
+ 0.5712524056434631,
35
+ 0.1367768794298172,
36
+ 0.5986971259117126
37
+ ],
38
+ "q01": [
39
+ -0.6536353826522827,
40
+ -1.5707999467849731,
41
+ -0.8178114295005798,
42
+ -0.10433616489171982,
43
+ -0.21574570953845976,
44
+ -0.02395128738135097
45
+ ],
46
+ "q99": [
47
+ 1.005938686132432,
48
+ 0.6321544051170349,
49
+ 0.6827881336212158,
50
+ 1.6699999570846558,
51
+ 0.5037595790624726,
52
+ 1.5
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.2198125123977661,
60
+ 0.8653764128684998,
61
+ 1.399999976158142,
62
+ 1.6699999570846558,
63
+ 1.5619738101959229,
64
+ 1.5
65
+ ],
66
+ "min": [
67
+ -1.06637704372406,
68
+ -1.5707999467849731,
69
+ -1.00346839427948,
70
+ -0.25623735785484314,
71
+ -0.421947717666626,
72
+ -0.07364905625581741
73
+ ],
74
+ "mean": [
75
+ 0.19798627495765686,
76
+ -0.6005383729934692,
77
+ -0.15043839812278748,
78
+ 1.0814622640609741,
79
+ 0.06942304968833923,
80
+ 0.522432267665863
81
+ ],
82
+ "std": [
83
+ 0.38163110613822937,
84
+ 0.777574360370636,
85
+ 0.30750027298927307,
86
+ 0.5712631344795227,
87
+ 0.1367853879928589,
88
+ 0.5987237095832825
89
+ ],
90
+ "q01": [
91
+ -0.6536353826522827,
92
+ -1.5707999467849731,
93
+ -0.8178114295005798,
94
+ -0.10433616489171982,
95
+ -0.21574570953845976,
96
+ -0.02395128738135097
97
+ ],
98
+ "q99": [
99
+ 1.005938686132432,
100
+ 0.6321544051170349,
101
+ 0.6827881336212158,
102
+ 1.6699999570846558,
103
+ 0.5037595790624726,
104
+ 1.5
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
+ }