LegrandFrederic commited on
Commit
51561e9
·
verified ·
1 Parent(s): 62925a2

Upload experiment_cfg/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_cfg/metadata.json +143 -0
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "arm_0": {
6
+ "max": [
7
+ 1.4990651607513428,
8
+ 1.2474309206008911,
9
+ 1.4453628063201904,
10
+ 0.5001998543739319,
11
+ 0.23015330731868744,
12
+ 2.18031907081604
13
+ ],
14
+ "min": [
15
+ -1.3180112838745117,
16
+ -1.557370662689209,
17
+ -0.8623077273368835,
18
+ -1.6831878423690796,
19
+ -0.16417603194713593,
20
+ 0.14422941207885742
21
+ ],
22
+ "mean": [
23
+ -0.015348359942436218,
24
+ 0.0751492902636528,
25
+ 0.4369349181652069,
26
+ -0.3730108141899109,
27
+ 0.028698448091745377,
28
+ 1.4144448041915894
29
+ ],
30
+ "std": [
31
+ 0.5596960783004761,
32
+ 0.5036494731903076,
33
+ 0.4980643391609192,
34
+ 0.4641856849193573,
35
+ 0.05775413289666176,
36
+ 0.9468474984169006
37
+ ],
38
+ "q01": [
39
+ -1.2328085148334502,
40
+ -1.4637750387191772,
41
+ -0.7317033982276916,
42
+ -1.6724473237991333,
43
+ -0.12274843454360962,
44
+ 0.18565699458122253
45
+ ],
46
+ "q99": [
47
+ 1.3655762672424316,
48
+ 1.1661100387573242,
49
+ 1.4376909732818604,
50
+ 0.4272719466686239,
51
+ 0.19486314058303833,
52
+ 2.18031907081604
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.4990651607513428,
60
+ 1.2474309206008911,
61
+ 1.4453628063201904,
62
+ 0.5001998543739319,
63
+ 0.23015330731868744,
64
+ 2.18031907081604
65
+ ],
66
+ "min": [
67
+ -1.3180112838745117,
68
+ -1.557370662689209,
69
+ -0.8623077273368835,
70
+ -1.6831878423690796,
71
+ -0.16417603194713593,
72
+ 0.14422941207885742
73
+ ],
74
+ "mean": [
75
+ -0.015254896134138107,
76
+ 0.07476849853992462,
77
+ 0.436890184879303,
78
+ -0.3728083074092865,
79
+ 0.02878112904727459,
80
+ 1.4144426584243774
81
+ ],
82
+ "std": [
83
+ 0.5597132444381714,
84
+ 0.5037427544593811,
85
+ 0.4981379508972168,
86
+ 0.46438416838645935,
87
+ 0.057833556085824966,
88
+ 0.9468448162078857
89
+ ],
90
+ "q01": [
91
+ -1.2328085148334502,
92
+ -1.4637750387191772,
93
+ -0.7317033982276916,
94
+ -1.6724473237991333,
95
+ -0.12274843454360962,
96
+ 0.18565699458122253
97
+ ],
98
+ "q99": [
99
+ 1.3655762672424316,
100
+ 1.1661100387573242,
101
+ 1.4376909732818604,
102
+ 0.4272719466686239,
103
+ 0.19486314058303833,
104
+ 2.18031907081604
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
+ },
120
+ "state": {
121
+ "arm_0": {
122
+ "absolute": true,
123
+ "rotation_type": null,
124
+ "shape": [
125
+ 6
126
+ ],
127
+ "continuous": true
128
+ }
129
+ },
130
+ "action": {
131
+ "arm_0": {
132
+ "absolute": true,
133
+ "rotation_type": null,
134
+ "shape": [
135
+ 6
136
+ ],
137
+ "continuous": true
138
+ }
139
+ }
140
+ },
141
+ "embodiment_tag": "new_embodiment"
142
+ }
143
+ }