LegrandFrederic commited on
Commit
da6ca19
·
verified ·
1 Parent(s): cf49124

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.7119408845901489,
8
+ 0.22248153388500214,
9
+ 1.5328210592269897,
10
+ 1.5174775123596191,
11
+ 0.05677114799618721,
12
+ 1.11394202709198
13
+ ],
14
+ "min": [
15
+ -0.6935286521911621,
16
+ -1.807470679283142,
17
+ 0.18105393648147583,
18
+ -1.0464303493499756,
19
+ -2.122013568878174,
20
+ 0.006137421354651451
21
+ ],
22
+ "mean": [
23
+ 0.10579263418912888,
24
+ -1.0440407991409302,
25
+ 1.1837559938430786,
26
+ 0.7518531680107117,
27
+ -1.5564205646514893,
28
+ 0.24513117969036102
29
+ ],
30
+ "std": [
31
+ 0.31508147716522217,
32
+ 0.5991224646568298,
33
+ 0.29437780380249023,
34
+ 0.515548586845398,
35
+ 0.15022452175617218,
36
+ 0.2541031539440155
37
+ ],
38
+ "q01": [
39
+ -0.632614735364914,
40
+ -1.7829209566116333,
41
+ 0.4459143626689911,
42
+ -0.7316420245170593,
43
+ -1.7949196267127991,
44
+ 0.009206132031977177
45
+ ],
46
+ "q99": [
47
+ 0.5360730862617494,
48
+ 0.0679105690121668,
49
+ 1.5297523736953735,
50
+ 1.4235135817527775,
51
+ -1.2474309206008911,
52
+ 0.9344224333763123
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "action_space": {
58
+ "max": [
59
+ 0.741093635559082,
60
+ 0.21174104511737823,
61
+ 1.6156761646270752,
62
+ 1.5205461978912354,
63
+ 0.06290856748819351,
64
+ 1.1246825456619263
65
+ ],
66
+ "min": [
67
+ -0.7303531765937805,
68
+ -1.876516580581665,
69
+ -0.06597728282213211,
70
+ -1.1032015085220337,
71
+ -2.12508225440979,
72
+ -0.026084041222929955
73
+ ],
74
+ "mean": [
75
+ 0.11222054064273834,
76
+ -1.0979071855545044,
77
+ 1.1434510946273804,
78
+ 0.7403305768966675,
79
+ -1.5555822849273682,
80
+ 0.22965088486671448
81
+ ],
82
+ "std": [
83
+ 0.32297611236572266,
84
+ 0.618431568145752,
85
+ 0.3654647469520569,
86
+ 0.524082601070404,
87
+ 0.15179188549518585,
88
+ 0.2686784565448761
89
+ ],
90
+ "q01": [
91
+ -0.6487868273258209,
92
+ -1.874982237815857,
93
+ 0.32681769132614136,
94
+ -0.7585546028614044,
95
+ -1.8105393648147583,
96
+ -0.010740487836301327
97
+ ],
98
+ "q99": [
99
+ 0.5529510033130648,
100
+ 0.026544348970055857,
101
+ 1.6056415629386902,
102
+ 1.4258764696121218,
103
+ -1.2460193252563476,
104
+ 0.9420942068099976
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
+ }