PLB commited on
Commit
42278f9
·
verified ·
1 Parent(s): 3129770

Upload checkpoint-9910/experiment_cfg/metadata.json with huggingface_hub

Browse files
checkpoint-9910/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "action_space": {
6
+ "max": [
7
+ 1.2689119577407837,
8
+ 0.9160101413726807,
9
+ 1.4300192594528198,
10
+ 1.6632412672042847,
11
+ 0.5339556932449341,
12
+ 1.0203462839126587
13
+ ],
14
+ "min": [
15
+ -1.2750493288040161,
16
+ -1.4959964752197266,
17
+ -1.715409278869629,
18
+ -1.0694457292556763,
19
+ -2.918344020843506,
20
+ 0.013809198513627052
21
+ ],
22
+ "mean": [
23
+ 0.05282871052622795,
24
+ -0.16892118752002716,
25
+ 0.08262987434864044,
26
+ 0.8045252561569214,
27
+ -1.5970728397369385,
28
+ 0.7648382782936096
29
+ ],
30
+ "std": [
31
+ 0.496194064617157,
32
+ 0.43291911482810974,
33
+ 0.5634141564369202,
34
+ 0.5681764483451843,
35
+ 0.5980085730552673,
36
+ 0.30421826243400574
37
+ ],
38
+ "q01": [
39
+ -1.0955297946929932,
40
+ -1.1032015085220337,
41
+ -1.3026677370071411,
42
+ -0.8009335398674011,
43
+ -2.819853627681732,
44
+ 0.04449630528688431
45
+ ],
46
+ "q99": [
47
+ 1.0709800720214844,
48
+ 0.6855653423070872,
49
+ 1.1860567331314087,
50
+ 1.6586381196975708,
51
+ 0.01812073681503177,
52
+ 1.0142089128494263
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "action_space": {
58
+ "max": [
59
+ 1.2888585329055786,
60
+ 0.8914604783058167,
61
+ 1.4422941207885742,
62
+ 1.6724473237991333,
63
+ 0.5876581072807312,
64
+ 1.8105393648147583
65
+ ],
66
+ "min": [
67
+ -1.3241486549377441,
68
+ -1.5144087076187134,
69
+ -1.8289515972137451,
70
+ -1.1047358512878418,
71
+ -2.926015615463257,
72
+ -0.03989323973655701
73
+ ],
74
+ "mean": [
75
+ 0.05305866524577141,
76
+ -0.23744630813598633,
77
+ 0.006236568558961153,
78
+ 0.793048620223999,
79
+ -1.5973128080368042,
80
+ 0.7534937262535095
81
+ ],
82
+ "std": [
83
+ 0.5034298896789551,
84
+ 0.436070054769516,
85
+ 0.5905748009681702,
86
+ 0.5796089172363281,
87
+ 0.5987744331359863,
88
+ 0.47304463386535645
89
+ ],
90
+ "q01": [
91
+ -1.1246825456619263,
92
+ -1.1584383249282837,
93
+ -1.4005749833583832,
94
+ -0.8568300640583039,
95
+ -2.8293514251708984,
96
+ -0.012274842709302902
97
+ ],
98
+ "q99": [
99
+ 1.1001328229904175,
100
+ 0.6490323543548584,
101
+ 1.1783849000930786,
102
+ 1.6647756099700928,
103
+ 0.009206132031977177,
104
+ 1.7276841402053833
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
+ }