LegrandFrederic commited on
Commit
de6cf02
·
verified ·
1 Parent(s): 7746e54

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.8331549763679504,
8
+ 1.1569039821624756,
9
+ 1.4208130836486816,
10
+ 0.9635751843452454,
11
+ 0.25316864252090454,
12
+ 1.4975308179855347
13
+ ],
14
+ "min": [
15
+ -0.4955967962741852,
16
+ -1.3302861452102661,
17
+ -1.06637704372406,
18
+ -0.8500328660011292,
19
+ -0.17951957881450653,
20
+ 0.26390913128852844
21
+ ],
22
+ "mean": [
23
+ 0.09864658117294312,
24
+ 0.06396545469760895,
25
+ 0.2603548765182495,
26
+ 0.1010885015130043,
27
+ 0.023098573088645935,
28
+ 1.0668959617614746
29
+ ],
30
+ "std": [
31
+ 0.43879055976867676,
32
+ 0.6272503137588501,
33
+ 0.7772781252861023,
34
+ 0.3572510778903961,
35
+ 0.06345047801733017,
36
+ 0.5651297569274902
37
+ ],
38
+ "q01": [
39
+ -0.477184534072876,
40
+ -1.1400260925292969,
41
+ -1.037224292755127,
42
+ -0.6824198913574219,
43
+ -0.14576375484466553,
44
+ 0.26390913128852844
45
+ ],
46
+ "q99": [
47
+ 0.7533684968948364,
48
+ 1.1323542594909668,
49
+ 1.301133394241333,
50
+ 0.7088721990585327,
51
+ 0.17338216304779053,
52
+ 1.4975308179855347
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.8331549763679504,
60
+ 1.1569039821624756,
61
+ 1.4208130836486816,
62
+ 0.9635751843452454,
63
+ 0.25316864252090454,
64
+ 1.4975308179855347
65
+ ],
66
+ "min": [
67
+ -0.4955967962741852,
68
+ -1.3302861452102661,
69
+ -1.06637704372406,
70
+ -0.8500328660011292,
71
+ -0.17951957881450653,
72
+ 0.26390913128852844
73
+ ],
74
+ "mean": [
75
+ 0.09855854511260986,
76
+ 0.062455471605062485,
77
+ 0.26171401143074036,
78
+ 0.10126586258411407,
79
+ 0.02306590974330902,
80
+ 1.0668957233428955
81
+ ],
82
+ "std": [
83
+ 0.4388083517551422,
84
+ 0.6288291811943054,
85
+ 0.7781010866165161,
86
+ 0.3572835922241211,
87
+ 0.06346704810857773,
88
+ 0.5651293396949768
89
+ ],
90
+ "q01": [
91
+ -0.477184534072876,
92
+ -1.1461634635925293,
93
+ -1.037224292755127,
94
+ -0.6824198913574219,
95
+ -0.14576375484466553,
96
+ 0.26390913128852844
97
+ ],
98
+ "q99": [
99
+ 0.7533684968948364,
100
+ 1.1323542594909668,
101
+ 1.301133394241333,
102
+ 0.7088721990585327,
103
+ 0.17338216304779053,
104
+ 1.4975308179855347
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
+ }