hiroyukikaneko commited on
Commit
5029252
·
verified ·
1 Parent(s): c15c514

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.565042495727539,
8
+ 0.38358885049819946,
9
+ 1.399999976158142,
10
+ 1.6248823404312134,
11
+ 0.31914591789245605,
12
+ 0.7978647947311401
13
+ ],
14
+ "min": [
15
+ -0.16110731661319733,
16
+ -1.5707999467849731,
17
+ -0.7196126580238342,
18
+ 0.16417603194713593,
19
+ -0.44803178310394287,
20
+ -0.04142759367823601
21
+ ],
22
+ "mean": [
23
+ 0.7388933897018433,
24
+ -0.8199979066848755,
25
+ 0.7128106951713562,
26
+ 1.0059372186660767,
27
+ -0.03253452479839325,
28
+ 0.1516195386648178
29
+ ],
30
+ "std": [
31
+ 0.639079213142395,
32
+ 0.749791145324707,
33
+ 0.6277651190757751,
34
+ 0.31516706943511963,
35
+ 0.09625211358070374,
36
+ 0.2491147518157959
37
+ ],
38
+ "q01": [
39
+ -0.04296195134520531,
40
+ -1.5707999467849731,
41
+ -0.32374897599220276,
42
+ 0.36210787296295166,
43
+ -0.2121706652641296,
44
+ -0.021480975672602654
45
+ ],
46
+ "q99": [
47
+ 1.5005996227264404,
48
+ 0.28999316692352295,
49
+ 1.399999976158142,
50
+ 1.5146235322952262,
51
+ 0.22094717621803284,
52
+ 0.7075526642799369
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.565042495727539,
60
+ 0.38358885049819946,
61
+ 1.399999976158142,
62
+ 1.6248823404312134,
63
+ 0.31914591789245605,
64
+ 0.7978647947311401
65
+ ],
66
+ "min": [
67
+ -0.16110731661319733,
68
+ -1.5707999467849731,
69
+ -0.7196126580238342,
70
+ 0.16417603194713593,
71
+ -0.44803178310394287,
72
+ -0.04142759367823601
73
+ ],
74
+ "mean": [
75
+ 0.7389935851097107,
76
+ -0.8199979066848755,
77
+ 0.7128106355667114,
78
+ 1.005948781967163,
79
+ -0.03249069303274155,
80
+ 0.15161609649658203
81
+ ],
82
+ "std": [
83
+ 0.6389670968055725,
84
+ 0.749791145324707,
85
+ 0.6277651190757751,
86
+ 0.3151765763759613,
87
+ 0.0962742269039154,
88
+ 0.24911832809448242
89
+ ],
90
+ "q01": [
91
+ -0.04164240375161169,
92
+ -1.5707999467849731,
93
+ -0.32374897599220276,
94
+ 0.36210787296295166,
95
+ -0.2121706652641296,
96
+ -0.021480975672602654
97
+ ],
98
+ "q99": [
99
+ 1.5005996227264404,
100
+ 0.28999316692352295,
101
+ 1.399999976158142,
102
+ 1.5146235322952262,
103
+ 0.22094717621803284,
104
+ 0.7075526642799369
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
+ }