LegrandFrederic commited on
Commit
d19cdf1
·
verified ·
1 Parent(s): 6694323

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.17184780538082123,
8
+ 1.328751802444458,
9
+ 1.5236148834228516,
10
+ 1.687790870666504,
11
+ 1.8488982915878296,
12
+ 1.0633082389831543
13
+ ],
14
+ "min": [
15
+ -1.6586381196975708,
16
+ -1.7951958179473877,
17
+ -1.7077375650405884,
18
+ 0.05677114799618721,
19
+ -1.9133411645889282,
20
+ -0.0030687106773257256
21
+ ],
22
+ "mean": [
23
+ -0.5944424271583557,
24
+ -0.5114858150482178,
25
+ 0.5183742046356201,
26
+ 1.1102972030639648,
27
+ 0.342502236366272,
28
+ 0.3058690130710602
29
+ ],
30
+ "std": [
31
+ 0.5019546747207642,
32
+ 0.858475923538208,
33
+ 0.7776945233345032,
34
+ 0.25066766142845154,
35
+ 0.7137871384620667,
36
+ 0.2050541490316391
37
+ ],
38
+ "q01": [
39
+ -1.6494320631027222,
40
+ -1.7951958179473877,
41
+ -1.6064701080322266,
42
+ 0.4541691839694977,
43
+ -1.7767835855484009,
44
+ 0.004603066015988588
45
+ ],
46
+ "q99": [
47
+ 0.13348892331123352,
48
+ 1.2582328128814697,
49
+ 1.5021339654922485,
50
+ 1.6785848140716553,
51
+ 1.8366234302520752,
52
+ 0.7840555906295776
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "action_space": {
58
+ "max": [
59
+ 0.19026006758213043,
60
+ 1.3164769411087036,
61
+ 1.5205461978912354,
62
+ 1.7322872877120972,
63
+ 1.8596386909484863,
64
+ 0.931353747844696
65
+ ],
66
+ "min": [
67
+ -1.675516128540039,
68
+ -1.825882911682129,
69
+ -1.8044019937515259,
70
+ 0.024549685418605804,
71
+ -1.9240816831588745,
72
+ -0.004603066015988588
73
+ ],
74
+ "mean": [
75
+ -0.5921584367752075,
76
+ -0.5562316179275513,
77
+ 0.4543420374393463,
78
+ 1.1044800281524658,
79
+ 0.3420562446117401,
80
+ 0.23457176983356476
81
+ ],
82
+ "std": [
83
+ 0.505294680595398,
84
+ 0.8421537280082703,
85
+ 0.8062198162078857,
86
+ 0.256506085395813,
87
+ 0.7137138247489929,
88
+ 0.1851542443037033
89
+ ],
90
+ "q01": [
91
+ -1.6647756099700928,
92
+ -1.8197455406188965,
93
+ -1.799798846244812,
94
+ 0.42655080556869507,
95
+ -1.7813866138458252,
96
+ -0.0030687106773257256
97
+ ],
98
+ "q99": [
99
+ 0.13042020797729492,
100
+ 1.2029346227645874,
101
+ 1.4929277896881104,
102
+ 1.7170050001144408,
103
+ 1.833554744720459,
104
+ 0.6751163601875305
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
+ "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
+ }