LegrandFrederic commited on
Commit
0991515
·
verified ·
1 Parent(s): 4bfb2d8

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
+ 1.3302861452102661,
8
+ 1.5707999467849731,
9
+ 1.5343554019927979,
10
+ 1.6699999570846558,
11
+ 1.7384246587753296,
12
+ 1.5
13
+ ],
14
+ "min": [
15
+ -1.3594388961791992,
16
+ -1.5707999467849731,
17
+ -1.5389584302902222,
18
+ -1.6699999570846558,
19
+ -1.4146757125854492,
20
+ -0.07211470603942871
21
+ ],
22
+ "mean": [
23
+ -0.02845499850809574,
24
+ -0.8344634771347046,
25
+ -0.08420374989509583,
26
+ 1.1113526821136475,
27
+ 0.10860584676265717,
28
+ 0.677026093006134
29
+ ],
30
+ "std": [
31
+ 0.3291128873825073,
32
+ 0.8257856369018555,
33
+ 0.37988221645355225,
34
+ 0.6802639365196228,
35
+ 0.3268444538116455,
36
+ 0.6744722127914429
37
+ ],
38
+ "q01": [
39
+ -1.0405384731292724,
40
+ -1.5707999467849731,
41
+ -0.9454083967208863,
42
+ -1.6699999570846558,
43
+ -0.449566125869751,
44
+ -0.015343554317951202
45
+ ],
46
+ "q99": [
47
+ 0.8623077273368835,
48
+ 1.3026677370071411,
49
+ 1.399999976158142,
50
+ 1.6699999570846558,
51
+ 1.5834547281265259,
52
+ 1.5
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 1.3302861452102661,
60
+ 1.5707999467849731,
61
+ 1.5343554019927979,
62
+ 1.6699999570846558,
63
+ 1.7384246587753296,
64
+ 1.5
65
+ ],
66
+ "min": [
67
+ -1.3594388961791992,
68
+ -1.5707999467849731,
69
+ -1.5389584302902222,
70
+ -1.6699999570846558,
71
+ -1.4146757125854492,
72
+ -0.07211470603942871
73
+ ],
74
+ "mean": [
75
+ -0.028567757457494736,
76
+ -0.8360190987586975,
77
+ -0.08466479182243347,
78
+ 1.1137406826019287,
79
+ 0.10856522619724274,
80
+ 0.6798790097236633
81
+ ],
82
+ "std": [
83
+ 0.32901710271835327,
84
+ 0.8257541060447693,
85
+ 0.37941187620162964,
86
+ 0.6785007119178772,
87
+ 0.3267105519771576,
88
+ 0.6747926473617554
89
+ ],
90
+ "q01": [
91
+ -1.0405384731292724,
92
+ -1.5707999467849731,
93
+ -0.9454083967208863,
94
+ -1.6699999570846558,
95
+ -0.449566125869751,
96
+ -0.015343554317951202
97
+ ],
98
+ "q99": [
99
+ 0.8623077273368835,
100
+ 1.3026677370071411,
101
+ 1.399999976158142,
102
+ 1.6699999570846558,
103
+ 1.5834547281265259,
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
+ }