LegrandFrederic commited on
Commit
40336b7
·
verified ·
1 Parent(s): dc684ed

Upload experiment_cfg/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_cfg/metadata.json +159 -0
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "arm_0": {
6
+ "max": [
7
+ 1.1584383249282837,
8
+ 0.9896592497825623,
9
+ 1.399999976158142,
10
+ 1.3042020797729492,
11
+ 0.716543972492218,
12
+ 1.5
13
+ ],
14
+ "min": [
15
+ -1.4131413698196411,
16
+ -1.5707999467849731,
17
+ -0.6122077703475952,
18
+ -1.3993321657180786,
19
+ -0.664375901222229,
20
+ -0.11354229599237442
21
+ ],
22
+ "mean": [
23
+ 0.02172066830098629,
24
+ -0.622014045715332,
25
+ 0.8191473484039307,
26
+ 0.0198348518460989,
27
+ -0.11687709391117096,
28
+ 0.3209703862667084
29
+ ],
30
+ "std": [
31
+ 0.4410135746002197,
32
+ 0.704058825969696,
33
+ 0.49987950921058655,
34
+ 0.6881706714630127,
35
+ 0.12481820583343506,
36
+ 0.4953463077545166
37
+ ],
38
+ "q01": [
39
+ -1.2320873737335205,
40
+ -1.5707999467849731,
41
+ -0.15036682784557343,
42
+ -1.2029346227645874,
43
+ -0.41581031680107117,
44
+ -0.09819874167442322
45
+ ],
46
+ "q99": [
47
+ 1.0525678396224976,
48
+ 0.7861423182487497,
49
+ 1.399999976158142,
50
+ 1.2765836715698242,
51
+ 0.13655762374401093,
52
+ 1.3164769411087036
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.1584383249282837,
60
+ 0.9896592497825623,
61
+ 1.399999976158142,
62
+ 1.3042020797729492,
63
+ 0.716543972492218,
64
+ 1.5
65
+ ],
66
+ "min": [
67
+ -1.4131413698196411,
68
+ -1.5707999467849731,
69
+ -0.6122077703475952,
70
+ -1.3993321657180786,
71
+ -0.664375901222229,
72
+ -0.11354229599237442
73
+ ],
74
+ "mean": [
75
+ 0.02164076454937458,
76
+ -0.622014045715332,
77
+ 0.8191473484039307,
78
+ 0.019845571368932724,
79
+ -0.11694779992103577,
80
+ 0.32090917229652405
81
+ ],
82
+ "std": [
83
+ 0.4410058259963989,
84
+ 0.704058825969696,
85
+ 0.49987950921058655,
86
+ 0.6881805062294006,
87
+ 0.12463100254535675,
88
+ 0.49533990025520325
89
+ ],
90
+ "q01": [
91
+ -1.2320873737335205,
92
+ -1.5707999467849731,
93
+ -0.15036682784557343,
94
+ -1.2029346227645874,
95
+ -0.41581031680107117,
96
+ -0.09819874167442322
97
+ ],
98
+ "q99": [
99
+ 1.0525678396224976,
100
+ 0.7861423182487497,
101
+ 1.399999976158142,
102
+ 1.2765836715698242,
103
+ 0.13655762374401093,
104
+ 1.3164769411087036
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
+ "image_cam_2": {
128
+ "resolution": [
129
+ 224,
130
+ 224
131
+ ],
132
+ "channels": 3,
133
+ "fps": 30.0
134
+ }
135
+ },
136
+ "state": {
137
+ "arm_0": {
138
+ "absolute": true,
139
+ "rotation_type": null,
140
+ "shape": [
141
+ 6
142
+ ],
143
+ "continuous": true
144
+ }
145
+ },
146
+ "action": {
147
+ "arm_0": {
148
+ "absolute": true,
149
+ "rotation_type": null,
150
+ "shape": [
151
+ 6
152
+ ],
153
+ "continuous": true
154
+ }
155
+ }
156
+ },
157
+ "embodiment_tag": "new_embodiment"
158
+ }
159
+ }