edipark commited on
Commit
e02de13
·
verified ·
1 Parent(s): abe532b

Export dataset (v3.0 -> v2.1 episode-per-file)

Browse files
Files changed (1) hide show
  1. meta/info.json +43 -4
meta/info.json CHANGED
@@ -117,12 +117,44 @@
117
  ],
118
  "names": null
119
  },
120
- "actions": {
121
- "dtype": "float32",
122
  "shape": [
123
- 16
 
 
124
  ],
125
- "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  },
127
  "image": {
128
  "dtype": "image",
@@ -136,6 +168,13 @@
136
  "height",
137
  "width"
138
  ]
 
 
 
 
 
 
 
139
  }
140
  },
141
  "splits": {
 
117
  ],
118
  "names": null
119
  },
120
+ "observation/head_image": {
121
+ "dtype": "image",
122
  "shape": [
123
+ 3,
124
+ 224,
125
+ 224
126
  ],
127
+ "names": [
128
+ "channels",
129
+ "height",
130
+ "width"
131
+ ]
132
+ },
133
+ "observation/left_wrist_image": {
134
+ "dtype": "image",
135
+ "shape": [
136
+ 3,
137
+ 224,
138
+ 224
139
+ ],
140
+ "names": [
141
+ "channels",
142
+ "height",
143
+ "width"
144
+ ]
145
+ },
146
+ "observation/right_wrist_image": {
147
+ "dtype": "image",
148
+ "shape": [
149
+ 3,
150
+ 224,
151
+ 224
152
+ ],
153
+ "names": [
154
+ "channels",
155
+ "height",
156
+ "width"
157
+ ]
158
  },
159
  "image": {
160
  "dtype": "image",
 
168
  "height",
169
  "width"
170
  ]
171
+ },
172
+ "actions": {
173
+ "dtype": "float32",
174
+ "shape": [
175
+ 16
176
+ ],
177
+ "names": null
178
  }
179
  },
180
  "splits": {