hiroyukikaneko commited on
Commit
69c44a2
·
verified ·
1 Parent(s): 393445e

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
+ 0.18719135224819183,
8
+ 0.876116931438446,
9
+ 1.399999976158142,
10
+ 1.3471640348434448,
11
+ 0.22094717621803284,
12
+ 0.6505666971206665
13
+ ],
14
+ "min": [
15
+ -1.584989070892334,
16
+ -1.5707999467849731,
17
+ -0.33142074942588806,
18
+ -1.1921941041946411,
19
+ 0.0015343553386628628,
20
+ -0.20999999344348907
21
+ ],
22
+ "mean": [
23
+ -0.5626102685928345,
24
+ -0.8341779112815857,
25
+ 1.1374282836914062,
26
+ -0.10035063326358795,
27
+ 0.02687392197549343,
28
+ 0.020293602719902992
29
+ ],
30
+ "std": [
31
+ 0.6118467450141907,
32
+ 0.8098035454750061,
33
+ 0.4338630437850952,
34
+ 0.8099262714385986,
35
+ 0.03306186944246292,
36
+ 0.2571665644645691
37
+ ],
38
+ "q01": [
39
+ -1.5665768384933472,
40
+ -1.5707999467849731,
41
+ -0.2819378107786178,
42
+ -1.190659761428833,
43
+ 0.0030687106773257256,
44
+ -0.18105393648147583
45
+ ],
46
+ "q99": [
47
+ 0.16571037471294403,
48
+ 0.8577046394348145,
49
+ 1.399999976158142,
50
+ 1.3042020797729492,
51
+ 0.20867232978343964,
52
+ 0.5605153453350066
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.18719135224819183,
60
+ 0.876116931438446,
61
+ 1.399999976158142,
62
+ 1.3471640348434448,
63
+ 0.22094717621803284,
64
+ 0.6505666971206665
65
+ ],
66
+ "min": [
67
+ -1.584989070892334,
68
+ -1.5707999467849731,
69
+ -0.33142074942588806,
70
+ -1.1921941041946411,
71
+ 0.0015343553386628628,
72
+ -0.20999999344348907
73
+ ],
74
+ "mean": [
75
+ -0.5625521540641785,
76
+ -0.8341778516769409,
77
+ 1.1374282836914062,
78
+ -0.10039662569761276,
79
+ 0.02683374471962452,
80
+ 0.020214226096868515
81
+ ],
82
+ "std": [
83
+ 0.6118942499160767,
84
+ 0.8098035454750061,
85
+ 0.4338630437850952,
86
+ 0.8098511099815369,
87
+ 0.03291112557053566,
88
+ 0.2571960985660553
89
+ ],
90
+ "q01": [
91
+ -1.5665768384933472,
92
+ -1.5707999467849731,
93
+ -0.2819378107786178,
94
+ -1.190659761428833,
95
+ 0.0030687106773257256,
96
+ -0.18105393648147583
97
+ ],
98
+ "q99": [
99
+ 0.16571037471294403,
100
+ 0.8577046394348145,
101
+ 1.399999976158142,
102
+ 1.3042020797729492,
103
+ 0.20867232978343964,
104
+ 0.5605153453350066
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
+ }