CarolinePascal HF Staff commited on
Commit
2e78f5a
·
verified ·
1 Parent(s): 2816d5b

Consolidate episodes into a single data file and fix indexing

Browse files
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5265319be809e01db74e7a34e2296b9aad513018565deb497b80847c2402344
3
- size 78788142
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db526679ba1d39069faf06505a272a279dc47d2510e11ef435c64e3fc0853abf
3
+ size 78487960
data/chunk-000/file-001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:80a3e84b0643f3295d90ab6f9130ed267117eee0491bce6117d5a8ca76a520a1
3
- size 20025808
 
 
 
 
data/chunk-000/file-002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:96656269c5f12b1c548834fe1639a4fbc0475834514853b26c340e20b7db1382
3
- size 20025999
 
 
 
 
data/chunk-000/file-003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:76277e51003ddfe4c135739ecb4972efa10826bb44a298a20a4ca4c8d0e6549a
3
- size 18761270
 
 
 
 
meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:413d5e3d982108cc345897d2421e3104798e88965d9eac9302eea9f6328a235d
3
- size 298730
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e698fd78f882044fe06f0f84d398f6101e2a38f6bc572f348cd6a1175c997e44
3
+ size 298704
meta/info.json CHANGED
@@ -1,117 +1,117 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "unknown",
4
- "total_episodes": 800,
5
- "total_frames": 20000,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "fps": 15,
9
- "splits": {
10
- "train": "0:800"
11
- },
12
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
- "features": {
15
- "observation.image": {
16
- "dtype": "image",
17
- "shape": [
18
- 84,
19
- 84,
20
- 3
21
- ],
22
- "names": [
23
- "height",
24
- "width",
25
- "channel"
26
- ],
27
- "fps": 15.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  },
29
- "observation.state": {
30
- "dtype": "float32",
31
- "shape": [
32
- 4
33
- ],
34
- "names": {
35
- "motors": [
36
- "motor_0",
37
- "motor_1",
38
- "motor_2",
39
- "motor_3"
40
- ]
41
- },
42
- "fps": 15.0
43
- },
44
- "action": {
45
- "dtype": "float32",
46
- "shape": [
47
- 3
48
- ],
49
- "names": {
50
- "motors": [
51
- "motor_0",
52
- "motor_1",
53
- "motor_2"
54
- ]
55
- },
56
- "fps": 15.0
57
- },
58
- "episode_index": {
59
- "dtype": "int64",
60
- "shape": [
61
- 1
62
- ],
63
- "names": null,
64
- "fps": 15.0
65
- },
66
- "frame_index": {
67
- "dtype": "int64",
68
- "shape": [
69
- 1
70
- ],
71
- "names": null,
72
- "fps": 15.0
73
- },
74
- "timestamp": {
75
- "dtype": "float32",
76
- "shape": [
77
- 1
78
- ],
79
- "names": null,
80
- "fps": 15.0
81
- },
82
- "next.reward": {
83
- "dtype": "float32",
84
- "shape": [
85
- 1
86
- ],
87
- "names": null,
88
- "fps": 15.0
89
- },
90
- "next.done": {
91
- "dtype": "bool",
92
- "shape": [
93
- 1
94
- ],
95
- "names": null,
96
- "fps": 15.0
97
- },
98
- "index": {
99
- "dtype": "int64",
100
- "shape": [
101
- 1
102
- ],
103
- "names": null,
104
- "fps": 15.0
105
- },
106
- "task_index": {
107
- "dtype": "int64",
108
- "shape": [
109
- 1
110
- ],
111
- "names": null,
112
- "fps": 15.0
113
  }
114
- },
115
- "data_files_size_in_mb": 100,
116
- "video_files_size_in_mb": 500
117
- }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "fps": 15,
4
+ "features": {
5
+ "observation.image": {
6
+ "dtype": "image",
7
+ "shape": [
8
+ 84,
9
+ 84,
10
+ 3
11
+ ],
12
+ "names": [
13
+ "height",
14
+ "width",
15
+ "channel"
16
+ ],
17
+ "fps": 15.0
18
+ },
19
+ "observation.state": {
20
+ "dtype": "float32",
21
+ "shape": [
22
+ 4
23
+ ],
24
+ "names": {
25
+ "motors": [
26
+ "motor_0",
27
+ "motor_1",
28
+ "motor_2",
29
+ "motor_3"
30
+ ]
31
+ },
32
+ "fps": 15.0
33
+ },
34
+ "action": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 3
38
+ ],
39
+ "names": {
40
+ "motors": [
41
+ "motor_0",
42
+ "motor_1",
43
+ "motor_2"
44
+ ]
45
+ },
46
+ "fps": 15.0
47
+ },
48
+ "episode_index": {
49
+ "dtype": "int64",
50
+ "shape": [
51
+ 1
52
+ ],
53
+ "names": null,
54
+ "fps": 15.0
55
+ },
56
+ "frame_index": {
57
+ "dtype": "int64",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null,
62
+ "fps": 15.0
63
+ },
64
+ "timestamp": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null,
70
+ "fps": 15.0
71
+ },
72
+ "next.reward": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null,
78
+ "fps": 15.0
79
+ },
80
+ "next.done": {
81
+ "dtype": "bool",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null,
86
+ "fps": 15.0
87
+ },
88
+ "index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null,
94
+ "fps": 15.0
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null,
102
+ "fps": 15.0
103
+ }
104
  },
105
+ "total_episodes": 800,
106
+ "total_frames": 20000,
107
+ "total_tasks": 1,
108
+ "chunks_size": 1000,
109
+ "data_files_size_in_mb": 100,
110
+ "video_files_size_in_mb": 500,
111
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
112
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
113
+ "robot_type": "unknown",
114
+ "splits": {
115
+ "train": "0:800"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  }
117
+ }