lsnu commited on
Commit
7457e15
·
verified ·
1 Parent(s): bb33b99

Mirror lerobot/aloha_sim_transfer_cube_scripted:README.md

Browse files
datasets/aloha/benchmark/lerobot__aloha_sim_transfer_cube_scripted/README.md ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "aloha",
29
+ "total_episodes": 50,
30
+ "total_frames": 20000,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "fps": 50,
34
+ "splits": {
35
+ "train": "0:50"
36
+ },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
+ "features": {
40
+ "observation.images.top": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 480,
44
+ 640,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channel"
51
+ ],
52
+ "video_info": {
53
+ "video.fps": 50.0,
54
+ "video.codec": "av1",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "has_audio": false
58
+ }
59
+ },
60
+ "observation.state": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 14
64
+ ],
65
+ "names": {
66
+ "motors": [
67
+ "left_waist",
68
+ "left_shoulder",
69
+ "left_elbow",
70
+ "left_forearm_roll",
71
+ "left_wrist_angle",
72
+ "left_wrist_rotate",
73
+ "left_gripper",
74
+ "right_waist",
75
+ "right_shoulder",
76
+ "right_elbow",
77
+ "right_forearm_roll",
78
+ "right_wrist_angle",
79
+ "right_wrist_rotate",
80
+ "right_gripper"
81
+ ]
82
+ },
83
+ "fps": 50
84
+ },
85
+ "action": {
86
+ "dtype": "float32",
87
+ "shape": [
88
+ 14
89
+ ],
90
+ "names": {
91
+ "motors": [
92
+ "left_waist",
93
+ "left_shoulder",
94
+ "left_elbow",
95
+ "left_forearm_roll",
96
+ "left_wrist_angle",
97
+ "left_wrist_rotate",
98
+ "left_gripper",
99
+ "right_waist",
100
+ "right_shoulder",
101
+ "right_elbow",
102
+ "right_forearm_roll",
103
+ "right_wrist_angle",
104
+ "right_wrist_rotate",
105
+ "right_gripper"
106
+ ]
107
+ },
108
+ "fps": 50
109
+ },
110
+ "episode_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null,
116
+ "fps": 50
117
+ },
118
+ "frame_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null,
124
+ "fps": 50
125
+ },
126
+ "timestamp": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null,
132
+ "fps": 50
133
+ },
134
+ "next.done": {
135
+ "dtype": "bool",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null,
140
+ "fps": 50
141
+ },
142
+ "index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null,
148
+ "fps": 50
149
+ },
150
+ "task_index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null,
156
+ "fps": 50
157
+ }
158
+ },
159
+ "data_files_size_in_mb": 100,
160
+ "video_files_size_in_mb": 500
161
+ }
162
+ ```
163
+
164
+
165
+ ## Citation
166
+
167
+ **BibTeX:**
168
+
169
+ ```bibtex
170
+ [More Information Needed]
171
+ ```