LegrandFrederic commited on
Commit
7de2dc4
·
verified ·
1 Parent(s): a570c60

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.8377580642700195,
8
+ 0.7456967234611511,
9
+ 1.6294853687286377,
10
+ 1.6770504713058472,
11
+ 0.8116739988327026,
12
+ 2.200265645980835
13
+ ],
14
+ "min": [
15
+ -0.5477648973464966,
16
+ -1.8872570991516113,
17
+ -1.2044689655303955,
18
+ -1.9470969438552856,
19
+ -2.9751150608062744,
20
+ -2.480587337406646e-16
21
+ ],
22
+ "mean": [
23
+ 0.09381190687417984,
24
+ -0.5272599458694458,
25
+ 0.6014134287834167,
26
+ 0.35305944085121155,
27
+ -0.08955620974302292,
28
+ 0.9429228901863098
29
+ ],
30
+ "std": [
31
+ 0.2887823283672333,
32
+ 0.7816265821456909,
33
+ 0.7327001094818115,
34
+ 0.639885425567627,
35
+ 0.689683198928833,
36
+ 0.4587288796901703
37
+ ],
38
+ "q01": [
39
+ -0.4909937381744385,
40
+ -1.882654070854187,
41
+ -0.7653364658355712,
42
+ -1.9470969438552856,
43
+ -2.961305856704712,
44
+ 0.010740487836301327
45
+ ],
46
+ "q99": [
47
+ 0.7702463865280151,
48
+ 0.5542091548442796,
49
+ 1.6264166831970215,
50
+ 1.4646956443786598,
51
+ 0.5784519910812378,
52
+ 1.937890887260437
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "action_space": {
58
+ "max": [
59
+ 0.8531016111373901,
60
+ 0.7456967234611511,
61
+ 1.6494320631027222,
62
+ 1.703134536743164,
63
+ 0.8193457722663879,
64
+ 1.9747153520584106
65
+ ],
66
+ "min": [
67
+ -0.5631084442138672,
68
+ -1.9470969438552856,
69
+ -1.2060033082962036,
70
+ -1.9716466665267944,
71
+ -2.972046375274658,
72
+ -0.06904599070549011
73
+ ],
74
+ "mean": [
75
+ 0.09197817742824554,
76
+ -0.5510944724082947,
77
+ 0.5226230025291443,
78
+ 0.3446027636528015,
79
+ -0.08609621971845627,
80
+ 0.6571542620658875
81
+ ],
82
+ "std": [
83
+ 0.2917683720588684,
84
+ 0.7606959939002991,
85
+ 0.766490638256073,
86
+ 0.640848696231842,
87
+ 0.6886900067329407,
88
+ 0.374367892742157
89
+ ],
90
+ "q01": [
91
+ -0.47611047327518463,
92
+ -1.9010663032531738,
93
+ -0.8929948210716248,
94
+ -1.9701123237609863,
95
+ -2.968977689743042,
96
+ -0.024549685418605804
97
+ ],
98
+ "q99": [
99
+ 0.771780788898468,
100
+ 0.5344159960746754,
101
+ 1.6432945728302002,
102
+ 1.4745155572891235,
103
+ 0.57430920600891,
104
+ 1.4177443981170654
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
+ }