LegrandFrederic commited on
Commit
87598b0
·
verified ·
1 Parent(s): df84542

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.5140090584754944,
8
+ 1.299599051475525,
9
+ 1.399999976158142,
10
+ 1.6699999570846558,
11
+ 0.7825212478637695,
12
+ 1.00346839427948
13
+ ],
14
+ "min": [
15
+ -0.851567268371582,
16
+ -1.5707999467849731,
17
+ -1.600000023841858,
18
+ 0.0,
19
+ -1.0801862478256226,
20
+ -0.0030687106773257256
21
+ ],
22
+ "mean": [
23
+ -0.01609315536916256,
24
+ -0.6153337359428406,
25
+ 0.4227665662765503,
26
+ 0.872972846031189,
27
+ 0.02021225541830063,
28
+ 0.07982345670461655
29
+ ],
30
+ "std": [
31
+ 0.1316998153924942,
32
+ 0.8110841512680054,
33
+ 0.7771311402320862,
34
+ 0.5964659452438354,
35
+ 0.15355050563812256,
36
+ 0.19330309331417084
37
+ ],
38
+ "q01": [
39
+ -0.6290857195854187,
40
+ -1.5707999467849731,
41
+ -1.469697653055191,
42
+ 0.0,
43
+ -0.766103652715683,
44
+ -0.0015343553386628628
45
+ ],
46
+ "q99": [
47
+ 0.21020668745040894,
48
+ 0.823948860168457,
49
+ 1.399999976158142,
50
+ 1.6699999570846558,
51
+ 0.5438215768337255,
52
+ 0.7855899333953857
53
+ ]
54
+ }
55
+ },
56
+ "action": {
57
+ "arm_0": {
58
+ "max": [
59
+ 0.5140090584754944,
60
+ 1.299599051475525,
61
+ 1.399999976158142,
62
+ 1.6699999570846558,
63
+ 0.7825212478637695,
64
+ 1.00346839427948
65
+ ],
66
+ "min": [
67
+ -0.851567268371582,
68
+ -1.5707999467849731,
69
+ -1.600000023841858,
70
+ 0.0,
71
+ -1.0801862478256226,
72
+ -0.0030687106773257256
73
+ ],
74
+ "mean": [
75
+ -0.016127418726682663,
76
+ -0.6153336763381958,
77
+ 0.42274680733680725,
78
+ 0.8699500560760498,
79
+ 0.020051008090376854,
80
+ 0.07997115701436996
81
+ ],
82
+ "std": [
83
+ 0.13169461488723755,
84
+ 0.8110841512680054,
85
+ 0.7771109342575073,
86
+ 0.5962659120559692,
87
+ 0.15358801186084747,
88
+ 0.19339114427566528
89
+ ],
90
+ "q01": [
91
+ -0.6290857195854187,
92
+ -1.5707999467849731,
93
+ -1.469697653055191,
94
+ 0.0,
95
+ -0.766103652715683,
96
+ -0.0015343553386628628
97
+ ],
98
+ "q99": [
99
+ 0.21020668745040894,
100
+ 0.823948860168457,
101
+ 1.399999976158142,
102
+ 1.6699999570846558,
103
+ 0.5438215768337255,
104
+ 0.7855899333953857
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
+ }