LegrandFrederic commited on
Commit
6edd7c5
·
verified ·
1 Parent(s): 5fa19ac

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.3732481002807617,
8
+ 0.7825212478637695,
9
+ 1.399999976158142,
10
+ 1.6699999570846558,
11
+ 1.1569039821624756,
12
+ 0.5201464891433716
13
+ ],
14
+ "min": [
15
+ -0.4311538636684418,
16
+ -1.5707999467849731,
17
+ -0.7625746130943298,
18
+ -1.1170107126235962,
19
+ -1.986990213394165,
20
+ -0.20999999344348907
21
+ ],
22
+ "mean": [
23
+ 0.4784107506275177,
24
+ -0.7259458899497986,
25
+ 0.6233925819396973,
26
+ 0.7071231603622437,
27
+ -0.26166266202926636,
28
+ 0.0021960914600640535
29
+ ],
30
+ "std": [
31
+ 0.38641777634620667,
32
+ 0.6189077496528625,
33
+ 0.5396521687507629,
34
+ 0.6341812014579773,
35
+ 0.4232780337333679,
36
+ 0.16573192179203033
37
+ ],
38
+ "q01": [
39
+ -0.28539010882377625,
40
+ -1.5707999467849731,
41
+ -0.4326882064342499,
42
+ -0.771780788898468,
43
+ -1.4758044052124024,
44
+ -0.20999999344348907
45
+ ],
46
+ "q99": [
47
+ 1.1461634635925293,
48
+ 0.42655080556869507,
49
+ 1.399999976158142,
50
+ 1.6353773641586251,
51
+ 0.7899475264549202,
52
+ 0.36671093106269836
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.3732481002807617,
60
+ 0.7825212478637695,
61
+ 1.399999976158142,
62
+ 1.6699999570846558,
63
+ 1.1569039821624756,
64
+ 0.5201464891433716
65
+ ],
66
+ "min": [
67
+ -0.4311538636684418,
68
+ -1.5707999467849731,
69
+ -0.7625746130943298,
70
+ -1.1170107126235962,
71
+ -1.986990213394165,
72
+ -0.20999999344348907
73
+ ],
74
+ "mean": [
75
+ 0.47841548919677734,
76
+ -0.7259458899497986,
77
+ 0.6233925819396973,
78
+ 0.7071007490158081,
79
+ -0.26161515712738037,
80
+ 0.0021989091765135527
81
+ ],
82
+ "std": [
83
+ 0.38640135526657104,
84
+ 0.6189077496528625,
85
+ 0.5396521687507629,
86
+ 0.6341707110404968,
87
+ 0.42326220870018005,
88
+ 0.1657315492630005
89
+ ],
90
+ "q01": [
91
+ -0.28385573625564575,
92
+ -1.5707999467849731,
93
+ -0.4326882064342499,
94
+ -0.771780788898468,
95
+ -1.4758044052124024,
96
+ -0.20999999344348907
97
+ ],
98
+ "q99": [
99
+ 1.1461634635925293,
100
+ 0.42655080556869507,
101
+ 1.399999976158142,
102
+ 1.6353773641586251,
103
+ 0.7899475264549202,
104
+ 0.36671093106269836
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
+ }