LegrandFrederic commited on
Commit
59df744
·
verified ·
1 Parent(s): 0ebcd63

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.32988640666007996,
8
+ 0.7794525623321533,
9
+ 0.35290172696113586,
10
+ 1.6699999570846558,
11
+ 0.20560361444950104,
12
+ 1.5
13
+ ],
14
+ "min": [
15
+ -1.0249494314193726,
16
+ -1.5496989488601685,
17
+ -0.9712469577789307,
18
+ -0.12888585031032562,
19
+ -0.23015330731868744,
20
+ -0.05063372850418091
21
+ ],
22
+ "mean": [
23
+ -0.03229936584830284,
24
+ 0.19728976488113403,
25
+ 0.16811498999595642,
26
+ 0.21985451877117157,
27
+ 0.0054591321386396885,
28
+ 0.15997710824012756
29
+ ],
30
+ "std": [
31
+ 0.23012354969978333,
32
+ 0.5725269317626953,
33
+ 0.33868342638015747,
34
+ 0.6364824771881104,
35
+ 0.030745312571525574,
36
+ 0.4251641035079956
37
+ ],
38
+ "q01": [
39
+ -0.9206132292747498,
40
+ -1.531179312467575,
41
+ -0.7840555906295776,
42
+ -0.12888585031032562,
43
+ -0.12735149264335632,
44
+ -0.007671777158975601
45
+ ],
46
+ "q99": [
47
+ 0.24681640282273382,
48
+ 0.6505666971206665,
49
+ 0.35290172696113586,
50
+ 1.6699999570846558,
51
+ 0.07364905625581741,
52
+ 1.5
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.32988640666007996,
60
+ 0.7794525623321533,
61
+ 0.35290172696113586,
62
+ 1.6699999570846558,
63
+ 0.20560361444950104,
64
+ 1.5
65
+ ],
66
+ "min": [
67
+ -1.0249494314193726,
68
+ -1.5496989488601685,
69
+ -0.9712469577789307,
70
+ -0.12888585031032562,
71
+ -0.23015330731868744,
72
+ -0.05063372850418091
73
+ ],
74
+ "mean": [
75
+ -0.032303716987371445,
76
+ 0.19728152453899384,
77
+ 0.16810086369514465,
78
+ 0.21986925601959229,
79
+ 0.005451845470815897,
80
+ 0.15997503697872162
81
+ ],
82
+ "std": [
83
+ 0.23012128472328186,
84
+ 0.5725489854812622,
85
+ 0.3386777639389038,
86
+ 0.6365020275115967,
87
+ 0.030751120299100876,
88
+ 0.4251649081707001
89
+ ],
90
+ "q01": [
91
+ -0.9206132292747498,
92
+ -1.5312867164611816,
93
+ -0.7840555906295776,
94
+ -0.12888585031032562,
95
+ -0.12735149264335632,
96
+ -0.007671777158975601
97
+ ],
98
+ "q99": [
99
+ 0.24681640282273382,
100
+ 0.6505666971206665,
101
+ 0.35290172696113586,
102
+ 1.6699999570846558,
103
+ 0.07364905625581741,
104
+ 1.5
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
+ }