LegrandFrederic commited on
Commit
9642bfe
·
verified ·
1 Parent(s): d64fa42

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
+ 0.6935286521911621,
8
+ 1.5707999467849731,
9
+ 1.399999976158142,
10
+ 1.2796523571014404,
11
+ -1.3425610065460205,
12
+ 1.4801762104034424
13
+ ],
14
+ "min": [
15
+ -0.6628414988517761,
16
+ -1.5707999467849731,
17
+ -1.600000023841858,
18
+ -0.741093635559082,
19
+ -2.1741816997528076,
20
+ -1.593930675923734e-14
21
+ ],
22
+ "mean": [
23
+ 0.005675699096173048,
24
+ -0.5307744145393372,
25
+ -0.9033195376396179,
26
+ 0.12690779566764832,
27
+ -1.7180347442626953,
28
+ 0.2584986090660095
29
+ ],
30
+ "std": [
31
+ 0.1858728528022766,
32
+ 0.7923358678817749,
33
+ 0.6859195232391357,
34
+ 0.5597378611564636,
35
+ 0.10018852353096008,
36
+ 0.2697577476501465
37
+ ],
38
+ "q01": [
39
+ -0.5201464891433716,
40
+ -1.5707999467849731,
41
+ -1.600000023841858,
42
+ -0.6014673113822937,
43
+ -1.9286847114562988,
44
+ -1.610462602296496e-15
45
+ ],
46
+ "q99": [
47
+ 0.5124747157096863,
48
+ 1.0218807458877563,
49
+ 0.923681914806366,
50
+ 1.2014002799987793,
51
+ -1.4284849166870117,
52
+ 0.9594316983222977
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.6935286521911621,
60
+ 1.5707999467849731,
61
+ 1.399999976158142,
62
+ 1.2796523571014404,
63
+ -1.3425610065460205,
64
+ 1.4801762104034424
65
+ ],
66
+ "min": [
67
+ -0.6628414988517761,
68
+ -1.5707999467849731,
69
+ -1.600000023841858,
70
+ -0.741093635559082,
71
+ -2.1741816997528076,
72
+ -1.593930675923734e-14
73
+ ],
74
+ "mean": [
75
+ 0.005639748647809029,
76
+ -0.5312451124191284,
77
+ -0.9037584662437439,
78
+ 0.12716439366340637,
79
+ -1.7180641889572144,
80
+ 0.25837573409080505
81
+ ],
82
+ "std": [
83
+ 0.18585246801376343,
84
+ 0.7925342917442322,
85
+ 0.6859933733940125,
86
+ 0.5600373148918152,
87
+ 0.10018638521432877,
88
+ 0.2698386609554291
89
+ ],
90
+ "q01": [
91
+ -0.5201464891433716,
92
+ -1.5707999467849731,
93
+ -1.600000023841858,
94
+ -0.6014673113822937,
95
+ -1.9286847114562988,
96
+ -1.6532521889863475e-15
97
+ ],
98
+ "q99": [
99
+ 0.5124747157096863,
100
+ 1.0218807458877563,
101
+ 0.923681914806366,
102
+ 1.2014002799987793,
103
+ -1.4269964885711652,
104
+ 0.9594316983222977
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
+ }