lambdavi commited on
Commit
8564bb3
·
verified ·
1 Parent(s): 7c8276d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +149 -0
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - pp_pusht
8
+ - pusht
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+
17
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lambdavi/pp_pusht">
18
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
19
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
20
+ </a>
21
+
22
+
23
+ ## Dataset Description
24
+
25
+
26
+
27
+ - **Homepage:** [More Information Needed]
28
+ - **Paper:** [More Information Needed]
29
+ - **License:** apache-2.0
30
+
31
+ ## Dataset Structure
32
+
33
+ [meta/info.json](meta/info.json):
34
+ ```json
35
+ {
36
+ "codebase_version": "v3.0",
37
+ "fps": 10,
38
+ "features": {
39
+ "observation.image": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 224,
43
+ 224,
44
+ 3
45
+ ],
46
+ "names": [
47
+ "height",
48
+ "width",
49
+ "channels"
50
+ ],
51
+ "info": {
52
+ "video.height": 224,
53
+ "video.width": 224,
54
+ "video.codec": "av1",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.fps": 10,
57
+ "video.channels": 3,
58
+ "has_audio": false,
59
+ "video.g": 2,
60
+ "video.crf": 30,
61
+ "video.preset": 12,
62
+ "video.fast_decode": 0,
63
+ "video.video_backend": "pyav",
64
+ "video.extra_options": {},
65
+ "is_depth_map": false
66
+ }
67
+ },
68
+ "observation.state": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 5
72
+ ],
73
+ "names": [
74
+ "agent_x",
75
+ "agent_y",
76
+ "block_x",
77
+ "block_y",
78
+ "block_angle"
79
+ ]
80
+ },
81
+ "action": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 2
85
+ ],
86
+ "names": [
87
+ "x",
88
+ "y"
89
+ ]
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ },
127
+ "total_episodes": 206,
128
+ "total_frames": 25650,
129
+ "total_tasks": 1,
130
+ "chunks_size": 1000,
131
+ "data_files_size_in_mb": 100,
132
+ "video_files_size_in_mb": 200,
133
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
134
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
135
+ "robot_type": "pusht",
136
+ "splits": {
137
+ "train": "0:206"
138
+ }
139
+ }
140
+ ```
141
+
142
+
143
+ ## Citation
144
+
145
+ **BibTeX:**
146
+
147
+ ```bibtex
148
+ [More Information Needed]
149
+ ```