danielsanjosepro commited on
Commit
22aa917
·
verified ·
1 Parent(s): 1b6d8c4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +203 -0
README.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "franka",
29
+ "total_episodes": 11,
30
+ "total_frames": 3482,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:11"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state.cartesian": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 6
46
+ ],
47
+ "names": [
48
+ "x",
49
+ "y",
50
+ "z",
51
+ "roll",
52
+ "pitch",
53
+ "yaw"
54
+ ]
55
+ },
56
+ "observation.state.gripper": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": [
62
+ "gripper"
63
+ ]
64
+ },
65
+ "observation.state.joints": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 7
69
+ ],
70
+ "names": [
71
+ "joint_0",
72
+ "joint_1",
73
+ "joint_2",
74
+ "joint_3",
75
+ "joint_4",
76
+ "joint_5",
77
+ "joint_6"
78
+ ]
79
+ },
80
+ "observation.state.sensors_ft_sensor": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 6
84
+ ],
85
+ "names": [
86
+ "sensors_ft_sensor_0",
87
+ "sensors_ft_sensor_1",
88
+ "sensors_ft_sensor_2",
89
+ "sensors_ft_sensor_3",
90
+ "sensors_ft_sensor_4",
91
+ "sensors_ft_sensor_5"
92
+ ]
93
+ },
94
+ "observation.state.target": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 6
98
+ ],
99
+ "names": [
100
+ "target_x",
101
+ "target_y",
102
+ "target_z",
103
+ "target_roll",
104
+ "target_pitch",
105
+ "target_yaw"
106
+ ]
107
+ },
108
+ "observation.state": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 26
112
+ ],
113
+ "names": [
114
+ "x",
115
+ "y",
116
+ "z",
117
+ "roll",
118
+ "pitch",
119
+ "yaw",
120
+ "gripper",
121
+ "joint_0",
122
+ "joint_1",
123
+ "joint_2",
124
+ "joint_3",
125
+ "joint_4",
126
+ "joint_5",
127
+ "joint_6",
128
+ "sensors_ft_sensor_0",
129
+ "sensors_ft_sensor_1",
130
+ "sensors_ft_sensor_2",
131
+ "sensors_ft_sensor_3",
132
+ "sensors_ft_sensor_4",
133
+ "sensors_ft_sensor_5",
134
+ "target_x",
135
+ "target_y",
136
+ "target_z",
137
+ "target_roll",
138
+ "target_pitch",
139
+ "target_yaw"
140
+ ]
141
+ },
142
+ "action": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 7
146
+ ],
147
+ "names": [
148
+ "x",
149
+ "y",
150
+ "z",
151
+ "roll",
152
+ "pitch",
153
+ "yaw",
154
+ "gripper"
155
+ ]
156
+ },
157
+ "timestamp": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "frame_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "episode_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "task_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ }
192
+ }
193
+ }
194
+ ```
195
+
196
+
197
+ ## Citation
198
+
199
+ **BibTeX:**
200
+
201
+ ```bibtex
202
+ [More Information Needed]
203
+ ```