LegrandFrederic commited on
Commit
4eda009
·
verified ·
1 Parent(s): d83ff2b

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
+ "arm_0": {
6
+ "max": [
7
+ 0.30993980169296265,
8
+ 1.2044689655303955,
9
+ 1.399999976158142,
10
+ 1.584989070892334,
11
+ 1.9409595727920532,
12
+ 1.482187271118164
13
+ ],
14
+ "min": [
15
+ -0.7917273640632629,
16
+ -1.5707999467849731,
17
+ -1.600000023841858,
18
+ -0.23782508075237274,
19
+ -1.9256160259246826,
20
+ -0.019946619868278503
21
+ ],
22
+ "mean": [
23
+ -0.17186279594898224,
24
+ 0.07985881716012955,
25
+ -0.20543470978736877,
26
+ 1.3338872194290161,
27
+ -1.402300238609314,
28
+ 0.5820814371109009
29
+ ],
30
+ "std": [
31
+ 0.17506609857082367,
32
+ 0.40467873215675354,
33
+ 0.40396401286125183,
34
+ 0.31396180391311646,
35
+ 0.35668402910232544,
36
+ 0.4232834577560425
37
+ ],
38
+ "q01": [
39
+ -0.5799863338470459,
40
+ -1.5707999467849731,
41
+ -1.1998659372329712,
42
+ 0.16724473237991333,
43
+ -1.8151423931121826,
44
+ -0.016877910122275352
45
+ ],
46
+ "q99": [
47
+ 0.19848420977592557,
48
+ 0.962593204975129,
49
+ 1.399999976158142,
50
+ 1.5834547281265259,
51
+ -0.3257129538059217,
52
+ 1.3149425983428955
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.30993980169296265,
60
+ 1.2044689655303955,
61
+ 1.399999976158142,
62
+ 1.584989070892334,
63
+ 1.9409595727920532,
64
+ 1.482187271118164
65
+ ],
66
+ "min": [
67
+ -0.7917273640632629,
68
+ -1.5707999467849731,
69
+ -1.600000023841858,
70
+ -0.23782508075237274,
71
+ -1.9256160259246826,
72
+ -0.019946619868278503
73
+ ],
74
+ "mean": [
75
+ -0.17153161764144897,
76
+ 0.08115443587303162,
77
+ -0.2073785960674286,
78
+ 1.3342854976654053,
79
+ -1.4034994840621948,
80
+ 0.5818926692008972
81
+ ],
82
+ "std": [
83
+ 0.17518848180770874,
84
+ 0.4021698534488678,
85
+ 0.4017243981361389,
86
+ 0.3139660656452179,
87
+ 0.3551747798919678,
88
+ 0.4234538972377777
89
+ ],
90
+ "q01": [
91
+ -0.5799863338470459,
92
+ -1.5707999467849731,
93
+ -1.1998659372329712,
94
+ 0.16724473237991333,
95
+ -1.8151423931121826,
96
+ -0.016877910122275352
97
+ ],
98
+ "q99": [
99
+ 0.19848420977592557,
100
+ 0.962593204975129,
101
+ 1.399999976158142,
102
+ 1.5834547281265259,
103
+ -0.327799689769744,
104
+ 1.3149425983428955
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
+ "arm_0": {
130
+ "absolute": true,
131
+ "rotation_type": null,
132
+ "shape": [
133
+ 6
134
+ ],
135
+ "continuous": true
136
+ }
137
+ },
138
+ "action": {
139
+ "arm_0": {
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
+ }