LegrandFrederic commited on
Commit
68a7279
·
verified ·
1 Parent(s): 1e73572

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.7625746130943298,
8
+ 0.8362236618995667,
9
+ 1.399999976158142,
10
+ 1.6699999570846558,
11
+ 1.9286847114562988,
12
+ 1.453034520149231
13
+ ],
14
+ "min": [
15
+ -0.843895435333252,
16
+ -1.5707999467849731,
17
+ -0.871513843536377,
18
+ -0.28845882415771484,
19
+ -1.902600646018982,
20
+ -0.0030687106773257256
21
+ ],
22
+ "mean": [
23
+ -0.09848865866661072,
24
+ -0.4888153672218323,
25
+ 0.3410165011882782,
26
+ 1.1295596361160278,
27
+ 0.1537202149629593,
28
+ 0.17106905579566956
29
+ ],
30
+ "std": [
31
+ 0.29564139246940613,
32
+ 0.7248174548149109,
33
+ 0.6297562122344971,
34
+ 0.4157985746860504,
35
+ 0.6065607666969299,
36
+ 0.21441110968589783
37
+ ],
38
+ "q01": [
39
+ -0.6843224763870239,
40
+ -1.5707999467849731,
41
+ -0.8300862908363342,
42
+ 0.05983985960483551,
43
+ -1.6694246685504914,
44
+ -0.0015343553386628628
45
+ ],
46
+ "q99": [
47
+ 0.6812998211383816,
48
+ 0.6214139461517334,
49
+ 1.399999976158142,
50
+ 1.6699999570846558,
51
+ 1.90413498878479,
52
+ 0.6965973377227783
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.7625746130943298,
60
+ 0.8362236618995667,
61
+ 1.399999976158142,
62
+ 1.6699999570846558,
63
+ 1.9286847114562988,
64
+ 1.453034520149231
65
+ ],
66
+ "min": [
67
+ -0.843895435333252,
68
+ -1.5707999467849731,
69
+ -0.871513843536377,
70
+ -0.28845882415771484,
71
+ -1.902600646018982,
72
+ -0.0030687106773257256
73
+ ],
74
+ "mean": [
75
+ -0.09848222136497498,
76
+ -0.4860510528087616,
77
+ 0.33677518367767334,
78
+ 1.1294069290161133,
79
+ 0.15333572030067444,
80
+ 0.17180807888507843
81
+ ],
82
+ "std": [
83
+ 0.2956191897392273,
84
+ 0.7224310636520386,
85
+ 0.6270425319671631,
86
+ 0.41604870557785034,
87
+ 0.6066469550132751,
88
+ 0.21456104516983032
89
+ ],
90
+ "q01": [
91
+ -0.6843224763870239,
92
+ -1.5707999467849731,
93
+ -0.8300862908363342,
94
+ 0.05983985960483551,
95
+ -1.6694246685504914,
96
+ -0.0015343553386628628
97
+ ],
98
+ "q99": [
99
+ 0.6812998211383816,
100
+ 0.6214139461517334,
101
+ 1.399999976158142,
102
+ 1.6699999570846558,
103
+ 1.90413498878479,
104
+ 0.6965973377227783
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
+ }