LegrandFrederic commited on
Commit
e45897c
·
verified ·
1 Parent(s): ac0e534

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
+ "action_space": {
6
+ "max": [
7
+ 0.6567041277885437,
8
+ 0.4649096727371216,
9
+ 1.5328210592269897,
10
+ 1.6586381196975708,
11
+ -1.2060033082962036,
12
+ 1.647897720336914
13
+ ],
14
+ "min": [
15
+ -0.6843224763870239,
16
+ -1.7951958179473877,
17
+ -0.6950629949569702,
18
+ -0.30533671379089355,
19
+ -1.8442951440811157,
20
+ -0.004603066015988588
21
+ ],
22
+ "mean": [
23
+ -0.022940995171666145,
24
+ -0.961906909942627,
25
+ 0.9481057524681091,
26
+ 0.8387866616249084,
27
+ -1.6292617321014404,
28
+ 0.3325977027416229
29
+ ],
30
+ "std": [
31
+ 0.34073159098625183,
32
+ 0.7428932785987854,
33
+ 0.49007636308670044,
34
+ 0.44701430201530457,
35
+ 0.09551942348480225,
36
+ 0.4165091812610626
37
+ ],
38
+ "q01": [
39
+ -0.5872898614406585,
40
+ -1.7905927896499634,
41
+ -0.15334348171949386,
42
+ -0.08104465320706367,
43
+ -1.835089087486267,
44
+ 0.0
45
+ ],
46
+ "q99": [
47
+ 0.5380984151363377,
48
+ 0.3676929348707204,
49
+ 1.5297523736953735,
50
+ 1.5279417300224307,
51
+ -1.3879779171943656,
52
+ 1.3839884996414185
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "action_space": {
58
+ "max": [
59
+ 0.6551697254180908,
60
+ 0.42348209023475647,
61
+ 1.6003326177597046,
62
+ 1.7691117525100708,
63
+ -1.198331594467163,
64
+ 1.799798846244812
65
+ ],
66
+ "min": [
67
+ -0.7226814031600952,
68
+ -1.8903257846832275,
69
+ -0.7656433582305908,
70
+ -0.34216123819351196,
71
+ -1.8565700054168701,
72
+ -0.013809198513627052
73
+ ],
74
+ "mean": [
75
+ -0.025573963299393654,
76
+ -1.03072988986969,
77
+ 0.9158942699432373,
78
+ 0.8361710906028748,
79
+ -1.628584384918213,
80
+ 0.3483915328979492
81
+ ],
82
+ "std": [
83
+ 0.3419732451438904,
84
+ 0.7585762143135071,
85
+ 0.5651768445968628,
86
+ 0.46171218156814575,
87
+ 0.0953843966126442,
88
+ 0.4646869897842407
89
+ ],
90
+ "q01": [
91
+ -0.6090470242500305,
92
+ -1.8887914419174194,
93
+ -0.3135301846265793,
94
+ -0.11038152664899827,
95
+ -1.8320202827453613,
96
+ -0.012182781416922807
97
+ ],
98
+ "q99": [
99
+ 0.5701357865333563,
100
+ 0.30217593789100655,
101
+ 1.6003326177597046,
102
+ 1.536963784694672,
103
+ -1.3852773618698109,
104
+ 1.508271336555481
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ "modalities": {
110
+ "video": {
111
+ "image_cam_0": {
112
+ "resolution": [
113
+ 224,
114
+ 224
115
+ ],
116
+ "channels": 3,
117
+ "fps": 60.0
118
+ },
119
+ "image_cam_1": {
120
+ "resolution": [
121
+ 224,
122
+ 224
123
+ ],
124
+ "channels": 3,
125
+ "fps": 60.0
126
+ }
127
+ },
128
+ "state": {
129
+ "action_space": {
130
+ "absolute": true,
131
+ "rotation_type": null,
132
+ "shape": [
133
+ 6
134
+ ],
135
+ "continuous": true
136
+ }
137
+ },
138
+ "action": {
139
+ "action_space": {
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
+ }