Jinyu220 commited on
Commit
3e7c0a6
·
verified ·
1 Parent(s): 09c44e2

upload meta + data (no videos)

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb42624d87f665c6cc6c9de2897b5e19f98c3e66b69834ea938802885148c92
3
+ size 6688
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c42e4e0ae7ed6e4d6b5b197686428780b312c8cfe402cd61bda9a0d794041f5
3
+ size 10703
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode": "episode_000000", "chunk": "chunk-000", "length": 16, "split": "train"}
2
+ {"episode": "episode_000001", "chunk": "chunk-000", "length": 44, "split": "train"}
meta/info.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "2.0",
3
+ "fps": 12.0,
4
+ "chunks": [
5
+ "chunk-000"
6
+ ],
7
+ "modalities": {
8
+ "action": {
9
+ "dtype": "float32",
10
+ "shape": [
11
+ -1,
12
+ 14
13
+ ]
14
+ },
15
+ "observation.state": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ -1,
19
+ 14
20
+ ]
21
+ },
22
+ "timestamp": {
23
+ "dtype": "float64",
24
+ "shape": [
25
+ -1
26
+ ]
27
+ },
28
+ "is_first": {
29
+ "dtype": "bool",
30
+ "shape": [
31
+ -1
32
+ ]
33
+ },
34
+ "is_last": {
35
+ "dtype": "bool",
36
+ "shape": [
37
+ -1
38
+ ]
39
+ },
40
+ "is_terminal": {
41
+ "dtype": "bool",
42
+ "shape": [
43
+ -1
44
+ ]
45
+ },
46
+ "observation.images": {
47
+ "cameras": [
48
+ "wrist_cam_left",
49
+ "wrist_cam_right",
50
+ "overhead_cam",
51
+ "worms_eye_cam"
52
+ ],
53
+ "storage": "videos/mp4-per-episode-per-camera"
54
+ }
55
+ }
56
+ }