Sraghvi commited on
Commit
84683c4
·
verified ·
1 Parent(s): 9c5899b

Upload dataset with EXACT pusht format structure

Browse files
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ tags:
8
+ - lerobot
9
+ - robotics
10
+ - pusht-format
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+
15
+ # Robot Dataset with EXACT Pusht Format
16
+
17
+ Dataset with identical structure to working lerobot/pusht dataset.
18
+
19
+ ## Format Details
20
+
21
+ - **Structure**: EXACT copy of lerobot/pusht file organization
22
+ - **Files**: chunk-000/file-000.parquet (not episode_000000.parquet)
23
+ - **Episodes**: Parquet format (not JSONL)
24
+ - **Tasks**: Parquet format (not JSONL)
25
+ - **Features**: Includes next.reward, next.done, next.success
26
+
27
+ ## Files Structure
28
+
29
+ ```
30
+ data/chunk-000/file-000.parquet
31
+ videos/observation.image/chunk-000/file-000.mp4
32
+ meta/info.json
33
+ meta/stats.json
34
+ meta/tasks.parquet
35
+ meta/episodes/chunk-000/file-000.parquet
36
+ ```
37
+
38
+ ## Data Features
39
+
40
+ - observation.state: 14-DOF robot state
41
+ - action: 14-DOF robot action
42
+ - next.reward: Task reward
43
+ - next.done: Episode termination
44
+ - next.success: Task success
45
+ - observation.image: Robot visualization video
46
+
47
+ ## Usage
48
+
49
+ Should work with LeRobot visualizer since it matches exact pusht structure.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836f89fceac6e72b91a18b655b5fe783d5767a972fb791d859c77a5b0d2c701a
3
+ size 23077
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aed8557cab106e38974f32aee30f8482b23a903c4b9b8ba4060af2cf2a77812
3
+ size 3624
meta/info.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "dual_arm_robot",
4
+ "total_episodes": 1,
5
+ "total_frames": 100,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30.0,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.image": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 30.0,
31
+ "video.codec": "mp4v",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 14
41
+ ],
42
+ "names": null
43
+ },
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 14
48
+ ],
49
+ "names": null
50
+ },
51
+ "episode_index": {
52
+ "dtype": "int64",
53
+ "shape": [],
54
+ "names": null
55
+ },
56
+ "frame_index": {
57
+ "dtype": "int64",
58
+ "shape": [],
59
+ "names": null
60
+ },
61
+ "timestamp": {
62
+ "dtype": "float32",
63
+ "shape": [],
64
+ "names": null
65
+ },
66
+ "next.reward": {
67
+ "dtype": "float32",
68
+ "shape": [],
69
+ "names": null
70
+ },
71
+ "next.done": {
72
+ "dtype": "bool",
73
+ "shape": [],
74
+ "names": null
75
+ },
76
+ "next.success": {
77
+ "dtype": "bool",
78
+ "shape": [],
79
+ "names": null
80
+ },
81
+ "index": {
82
+ "dtype": "int64",
83
+ "shape": [],
84
+ "names": null
85
+ },
86
+ "task_index": {
87
+ "dtype": "int64",
88
+ "shape": [],
89
+ "names": null
90
+ }
91
+ },
92
+ "data_files_size_in_mb": 1,
93
+ "video_files_size_in_mb": 5
94
+ }
meta/stats.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "total_episodes": 1,
3
+ "total_frames": 100,
4
+ "total_tasks": 1
5
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a61b4dd36bca8e69ba6948152c9aa441631448ce439e0650e8f8b4c7f51902
3
+ size 1781
videos/observation.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee323df12a1b19e7e3d09b38cbadd587759e6cb4f018f6fa3ba1b49544f9dd4d
3
+ size 67948