mateoguaman commited on
Commit
99968c8
·
verified ·
1 Parent(s): 1795fbe

Upload README.md with huggingface_hub

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