lucanunz commited on
Commit
adbf585
·
verified ·
1 Parent(s): 99c223a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +207 -0
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - panda
8
+ - coop_env
9
+ - multitask
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.1",
31
+ "robot_type": "panda",
32
+ "total_episodes": 4,
33
+ "total_frames": 391,
34
+ "total_tasks": 4,
35
+ "total_videos": 0,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 10,
39
+ "splits": {
40
+ "train": "0:4"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "image": {
46
+ "dtype": "image",
47
+ "shape": [
48
+ 256,
49
+ 256,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channel"
56
+ ]
57
+ },
58
+ "wrist_image": {
59
+ "dtype": "image",
60
+ "shape": [
61
+ 256,
62
+ 256,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channel"
69
+ ]
70
+ },
71
+ "state": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 7
75
+ ],
76
+ "names": [
77
+ "state_0"
78
+ ]
79
+ },
80
+ "actions": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 7
84
+ ],
85
+ "names": [
86
+ "actions_0"
87
+ ]
88
+ },
89
+ "env_state": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 156
93
+ ],
94
+ "names": [
95
+ "env_state_0"
96
+ ]
97
+ },
98
+ "transformation_matrices": {
99
+ "dtype": "float32",
100
+ "shape": [
101
+ 16
102
+ ],
103
+ "names": [
104
+ "transformation_matrices_0"
105
+ ]
106
+ },
107
+ "active_robot": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": [
113
+ "active_robot_0"
114
+ ]
115
+ },
116
+ "commanded_actions": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 12
120
+ ],
121
+ "names": [
122
+ "commanded_actions_0"
123
+ ]
124
+ },
125
+ "tcp_states": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 12
129
+ ],
130
+ "names": [
131
+ "tcp_states_0"
132
+ ]
133
+ },
134
+ "gripper_states": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": [
140
+ "gripper_states_0"
141
+ ]
142
+ },
143
+ "gripper_commands": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": [
149
+ "gripper_commands_0"
150
+ ]
151
+ },
152
+ "qpos": {
153
+ "dtype": "float32",
154
+ "shape": [
155
+ 7
156
+ ],
157
+ "names": [
158
+ "qpos_0"
159
+ ]
160
+ },
161
+ "timestamp": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "frame_index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "episode_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "task_index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ }
196
+ }
197
+ }
198
+ ```
199
+
200
+
201
+ ## Citation
202
+
203
+ **BibTeX:**
204
+
205
+ ```bibtex
206
+ [More Information Needed]
207
+ ```