PLB commited on
Commit
4921ee8
·
verified ·
1 Parent(s): 35c13e8

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.5278182625770569,
8
+ 0.7733151316642761,
9
+ 1.537424087524414,
10
+ 1.5052026510238647,
11
+ 0.31147414445877075,
12
+ 0.06290856748819351
13
+ ],
14
+ "min": [
15
+ -0.9190788865089417,
16
+ -1.8964632749557495,
17
+ -0.38205447793006897,
18
+ -1.4131413698196411,
19
+ -0.12428278475999832,
20
+ -1.7476308345794678
21
+ ],
22
+ "mean": [
23
+ -0.09815873205661774,
24
+ -0.8293523192405701,
25
+ 1.0993472337722778,
26
+ 0.07805648446083069,
27
+ 0.08808344602584839,
28
+ -0.5220375657081604
29
+ ],
30
+ "std": [
31
+ 0.33462101221084595,
32
+ 0.9028370380401611,
33
+ 0.372103214263916,
34
+ 0.8365740776062012,
35
+ 0.08734342455863953,
36
+ 0.6405805945396423
37
+ ],
38
+ "q01": [
39
+ -0.843895435333252,
40
+ -1.8918602466583252,
41
+ 0.2699391373991966,
42
+ -1.086323618888855,
43
+ -0.05983985960483551,
44
+ -1.7215467691421509
45
+ ],
46
+ "q99": [
47
+ 0.4664440453052521,
48
+ 0.6659102439880371,
49
+ 1.5220805406570435,
50
+ 1.480652928352356,
51
+ 0.29766494035720825,
52
+ 0.023015331476926804
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "action_space": {
58
+ "max": [
59
+ 0.4955967962741852,
60
+ 0.7917273640632629,
61
+ 1.535889744758606,
62
+ 1.3717137575149536,
63
+ 0.30226799845695496,
64
+ -0.015343554317951202
65
+ ],
66
+ "min": [
67
+ -0.8868573904037476,
68
+ -1.8136080503463745,
69
+ -0.12735149264335632,
70
+ -1.2520339488983154,
71
+ -0.11354229599237442,
72
+ -1.703134536743164
73
+ ],
74
+ "mean": [
75
+ -0.10114194452762604,
76
+ -0.7763574719429016,
77
+ 1.1427795886993408,
78
+ 0.07223427295684814,
79
+ 0.08650077879428864,
80
+ -0.5554481148719788
81
+ ],
82
+ "std": [
83
+ 0.3215993642807007,
84
+ 0.8976062536239624,
85
+ 0.33949875831604004,
86
+ 0.7891325354576111,
87
+ 0.08758009970188141,
88
+ 0.5920954942703247
89
+ ],
90
+ "q01": [
91
+ -0.8285518884658813,
92
+ -1.8120737075805664,
93
+ 0.3702552926540375,
94
+ -1.0709800720214844,
95
+ -0.05983985960483551,
96
+ -1.6908596754074097
97
+ ],
98
+ "q99": [
99
+ 0.4388256371021271,
100
+ 0.6705133318901062,
101
+ 1.5308110702037818,
102
+ 1.3686449527740479,
103
+ 0.30226799845695496,
104
+ -0.015343554317951202
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ "modalities": {
110
+ "video": {
111
+ "image_cam_0": {
112
+ "resolution": [
113
+ 224,
114
+ 224
115
+ ],
116
+ "channels": 3,
117
+ "fps": 15.0
118
+ },
119
+ "image_cam_1": {
120
+ "resolution": [
121
+ 224,
122
+ 224
123
+ ],
124
+ "channels": 3,
125
+ "fps": 15.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
+ }