LegrandFrederic commited on
Commit
9938f37
·
verified ·
1 Parent(s): 3598fe9

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.978918731212616,
8
+ 1.5707999467849731,
9
+ 1.399999976158142,
10
+ 1.6699999570846558,
11
+ 1.965509295463562,
12
+ 1.4223474264144897
13
+ ],
14
+ "min": [
15
+ -1.4852559566497803,
16
+ -1.5707999467849731,
17
+ -1.600000023841858,
18
+ -1.6699999570846558,
19
+ -1.1323542594909668,
20
+ -0.16264167428016663
21
+ ],
22
+ "mean": [
23
+ -0.08708646148443222,
24
+ -0.01905730552971363,
25
+ -0.019497757777571678,
26
+ 0.20790334045886993,
27
+ 0.05410202592611313,
28
+ 0.04298487305641174
29
+ ],
30
+ "std": [
31
+ 0.31331080198287964,
32
+ 0.4455433189868927,
33
+ 0.4746193289756775,
34
+ 0.4439215660095215,
35
+ 0.2882024049758911,
36
+ 0.19557741284370422
37
+ ],
38
+ "q01": [
39
+ -1.320297454595566,
40
+ -1.5707999467849731,
41
+ -1.537424087524414,
42
+ -0.1787370564043522,
43
+ -0.4833219349384308,
44
+ -0.10280180722475052
45
+ ],
46
+ "q99": [
47
+ 0.6459636092185974,
48
+ 1.2067551362514464,
49
+ 1.399999976158142,
50
+ 1.5589051246643066,
51
+ 1.7062032222747803,
52
+ 0.820880115032196
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.978918731212616,
60
+ 1.5707999467849731,
61
+ 1.399999976158142,
62
+ 1.6699999570846558,
63
+ 1.965509295463562,
64
+ 1.4223474264144897
65
+ ],
66
+ "min": [
67
+ -1.4852559566497803,
68
+ -1.5707999467849731,
69
+ -1.600000023841858,
70
+ -1.6699999570846558,
71
+ -1.1323542594909668,
72
+ -0.16264167428016663
73
+ ],
74
+ "mean": [
75
+ -0.0870775431394577,
76
+ -0.01907072775065899,
77
+ -0.01949458010494709,
78
+ 0.20798592269420624,
79
+ 0.05414465442299843,
80
+ 0.04292432591319084
81
+ ],
82
+ "std": [
83
+ 0.3133098781108856,
84
+ 0.4456140995025635,
85
+ 0.4747101068496704,
86
+ 0.443882018327713,
87
+ 0.2883225381374359,
88
+ 0.19550608098506927
89
+ ],
90
+ "q01": [
91
+ -1.320297454595566,
92
+ -1.5707999467849731,
93
+ -1.537424087524414,
94
+ -0.17094253465533268,
95
+ -0.4833219349384308,
96
+ -0.10280180722475052
97
+ ],
98
+ "q99": [
99
+ 0.6459636092185974,
100
+ 1.2067551362514464,
101
+ 1.399999976158142,
102
+ 1.5589051246643066,
103
+ 1.7062032222747803,
104
+ 0.820880115032196
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
+ }