LegrandFrederic commited on
Commit
afc7557
·
verified ·
1 Parent(s): c0e7f2a

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.35443609952926636,
8
+ -1.5707999467849731,
9
+ 1.399999976158142,
10
+ -0.37284836173057556,
11
+ -0.0030687106773257256,
12
+ 0.018412264063954353
13
+ ],
14
+ "min": [
15
+ 0.35443609952926636,
16
+ -1.5707999467849731,
17
+ 1.399999976158142,
18
+ -0.37284836173057556,
19
+ -0.0030687106773257256,
20
+ 0.018412264063954353
21
+ ],
22
+ "mean": [
23
+ 0.3544800877571106,
24
+ -1.5704891681671143,
25
+ 1.400204062461853,
26
+ -0.3728702962398529,
27
+ -0.003068374702706933,
28
+ 0.01841386966407299
29
+ ],
30
+ "std": [
31
+ 4.399182216729969e-05,
32
+ 0.0003107920056208968,
33
+ 0.00020409161515999585,
34
+ 2.193450927734375e-05,
35
+ 3.359847369210911e-07,
36
+ 1.6056502545325202e-06
37
+ ],
38
+ "q01": [
39
+ 0.35443609952926636,
40
+ -1.5707999467849731,
41
+ 1.399999976158142,
42
+ -0.37284836173057556,
43
+ -0.0030687106773257256,
44
+ 0.018412264063954353
45
+ ],
46
+ "q99": [
47
+ 0.35443609952926636,
48
+ -1.5707999467849731,
49
+ 1.399999976158142,
50
+ -0.37284836173057556,
51
+ -0.0030687106773257256,
52
+ 0.018412264063954353
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.35443609952926636,
60
+ -1.5707999467849731,
61
+ 1.399999976158142,
62
+ -0.37284836173057556,
63
+ -0.0030687106773257256,
64
+ 0.018412264063954353
65
+ ],
66
+ "min": [
67
+ 0.35443609952926636,
68
+ -1.5707999467849731,
69
+ 1.399999976158142,
70
+ -0.37284836173057556,
71
+ -0.0030687106773257256,
72
+ 0.018412264063954353
73
+ ],
74
+ "mean": [
75
+ 0.3544800877571106,
76
+ -1.5704891681671143,
77
+ 1.400204062461853,
78
+ -0.3728702962398529,
79
+ -0.003068374702706933,
80
+ 0.01841386966407299
81
+ ],
82
+ "std": [
83
+ 4.399182216729969e-05,
84
+ 0.0003107920056208968,
85
+ 0.00020409161515999585,
86
+ 2.193450927734375e-05,
87
+ 3.359847369210911e-07,
88
+ 1.6056502545325202e-06
89
+ ],
90
+ "q01": [
91
+ 0.35443609952926636,
92
+ -1.5707999467849731,
93
+ 1.399999976158142,
94
+ -0.37284836173057556,
95
+ -0.0030687106773257256,
96
+ 0.018412264063954353
97
+ ],
98
+ "q99": [
99
+ 0.35443609952926636,
100
+ -1.5707999467849731,
101
+ 1.399999976158142,
102
+ -0.37284836173057556,
103
+ -0.0030687106773257256,
104
+ 0.018412264063954353
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
+ }