vgyuan commited on
Commit
db9765d
·
verified ·
1 Parent(s): 86c4ecb

Add LIBERO subset dataset with properly embedded images

Browse files
Files changed (5) hide show
  1. README.md +27 -0
  2. meta/episodes.jsonl +30 -0
  3. meta/info.json +114 -0
  4. meta/stats.json +152 -0
  5. meta/tasks.jsonl +3 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags: ['robotics', 'manipulation', 'libero', 'bowl-tasks']
4
+ task_categories:
5
+ - robotics
6
+ ---
7
+
8
+ # vgyuan/test_lerobot_libero_fixed
9
+
10
+ This dataset is a subset of lerobot/libero_goal_image containing the following tasks:
11
+ - put the bowl on the plate
12
+ - open the middle drawer of the cabinet
13
+ - put the bowl on the stove
14
+
15
+ ## Dataset Structure
16
+ - `data/chunk-000/`: Contains parquet files for each episode (episode_XXXXXX.parquet)
17
+ - `meta/`: Contains metadata files (info.json, episodes.jsonl, tasks.jsonl, stats.json)
18
+
19
+ ## Usage
20
+ ```python
21
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
22
+ dataset = LeRobotDataset("vgyuan/test_lerobot_libero_fixed")
23
+ ```
24
+
25
+ ## Dataset Features
26
+ This dataset contains robot manipulation demonstrations with visual and proprioceptive observations.
27
+ Each episode includes RGB images from multiple cameras and robot state information.
meta/episodes.jsonl ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["put the bowl on the plate"], "length": 112}
2
+ {"episode_index": 1, "tasks": ["put the bowl on the stove"], "length": 103}
3
+ {"episode_index": 2, "tasks": ["put the bowl on the stove"], "length": 111}
4
+ {"episode_index": 3, "tasks": ["put the bowl on the stove"], "length": 104}
5
+ {"episode_index": 4, "tasks": ["open the middle drawer of the cabinet"], "length": 136}
6
+ {"episode_index": 5, "tasks": ["put the bowl on the stove"], "length": 104}
7
+ {"episode_index": 6, "tasks": ["open the middle drawer of the cabinet"], "length": 138}
8
+ {"episode_index": 7, "tasks": ["open the middle drawer of the cabinet"], "length": 131}
9
+ {"episode_index": 8, "tasks": ["put the bowl on the stove"], "length": 94}
10
+ {"episode_index": 9, "tasks": ["open the middle drawer of the cabinet"], "length": 136}
11
+ {"episode_index": 10, "tasks": ["put the bowl on the plate"], "length": 87}
12
+ {"episode_index": 11, "tasks": ["put the bowl on the stove"], "length": 91}
13
+ {"episode_index": 12, "tasks": ["put the bowl on the plate"], "length": 103}
14
+ {"episode_index": 13, "tasks": ["put the bowl on the plate"], "length": 106}
15
+ {"episode_index": 14, "tasks": ["put the bowl on the plate"], "length": 105}
16
+ {"episode_index": 15, "tasks": ["open the middle drawer of the cabinet"], "length": 141}
17
+ {"episode_index": 16, "tasks": ["open the middle drawer of the cabinet"], "length": 143}
18
+ {"episode_index": 17, "tasks": ["put the bowl on the stove"], "length": 99}
19
+ {"episode_index": 18, "tasks": ["put the bowl on the plate"], "length": 90}
20
+ {"episode_index": 19, "tasks": ["put the bowl on the plate"], "length": 92}
21
+ {"episode_index": 20, "tasks": ["put the bowl on the plate"], "length": 90}
22
+ {"episode_index": 21, "tasks": ["put the bowl on the stove"], "length": 95}
23
+ {"episode_index": 22, "tasks": ["put the bowl on the plate"], "length": 84}
24
+ {"episode_index": 23, "tasks": ["open the middle drawer of the cabinet"], "length": 143}
25
+ {"episode_index": 24, "tasks": ["put the bowl on the plate"], "length": 93}
26
+ {"episode_index": 25, "tasks": ["open the middle drawer of the cabinet"], "length": 140}
27
+ {"episode_index": 26, "tasks": ["open the middle drawer of the cabinet"], "length": 127}
28
+ {"episode_index": 27, "tasks": ["open the middle drawer of the cabinet"], "length": 124}
29
+ {"episode_index": 28, "tasks": ["put the bowl on the stove"], "length": 92}
30
+ {"episode_index": 29, "tasks": ["put the bowl on the stove"], "length": 92}
meta/info.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 30,
5
+ "total_frames": 3306,
6
+ "total_tasks": 3,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:30"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.images.image": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "observation.images.wrist_image": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 256,
34
+ 256,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "observation.state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 8
47
+ ],
48
+ "names": {
49
+ "motors": [
50
+ "x",
51
+ "y",
52
+ "z",
53
+ "rx",
54
+ "ry",
55
+ "rz",
56
+ "rw",
57
+ "gripper"
58
+ ]
59
+ }
60
+ },
61
+ "action": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 7
65
+ ],
66
+ "names": {
67
+ "motors": [
68
+ "x",
69
+ "y",
70
+ "z",
71
+ "roll",
72
+ "pitch",
73
+ "yaw",
74
+ "gripper"
75
+ ]
76
+ }
77
+ },
78
+ "timestamp": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "frame_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "episode_index": {
93
+ "dtype": "int64",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ },
99
+ "index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null
105
+ },
106
+ "task_index": {
107
+ "dtype": "int64",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ }
113
+ }
114
+ }
meta/stats.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ -0.06093160808086395,
5
+ 0.014375866390764713,
6
+ 1.0530245304107666,
7
+ 2.626190423965454,
8
+ 0.4682716131210327,
9
+ -0.39299729466438293,
10
+ 0.02874021977186203,
11
+ -0.029124196618795395
12
+ ],
13
+ "std": [
14
+ 0.09217885881662369,
15
+ 0.08780550956726074,
16
+ 0.08039392530918121,
17
+ 0.6720895171165466,
18
+ 0.7248896360397339,
19
+ 0.3717387318611145,
20
+ 0.015736285597085953,
21
+ 0.015532152727246284
22
+ ],
23
+ "max": [
24
+ 0.11543185263872147,
25
+ 0.2695508897304535,
26
+ 1.1863718032836914,
27
+ 3.200746774673462,
28
+ 1.863681674003601,
29
+ 0.249241903424263,
30
+ 0.041229505091905594,
31
+ -0.001341814873740077
32
+ ],
33
+ "min": [
34
+ -0.27576500177383423,
35
+ -0.15743714570999146,
36
+ 0.9099432826042175,
37
+ 1.1881272792816162,
38
+ -0.6273231506347656,
39
+ -1.3271621465682983,
40
+ 0.0013692978536710143,
41
+ -0.04178508743643761
42
+ ]
43
+ },
44
+ "action": {
45
+ "mean": [
46
+ 0.07614069432020187,
47
+ 0.07843457162380219,
48
+ -0.2148124724626541,
49
+ -0.022702885791659355,
50
+ 0.02199183776974678,
51
+ 0.045215267688035965,
52
+ -0.4180278182029724
53
+ ],
54
+ "std": [
55
+ 0.39904680848121643,
56
+ 0.322393536567688,
57
+ 0.47092947363853455,
58
+ 0.04447637498378754,
59
+ 0.08073650300502777,
60
+ 0.09787865728139877,
61
+ 0.9084247946739197
62
+ ],
63
+ "max": [
64
+ 0.9375,
65
+ 0.9375,
66
+ 0.9375,
67
+ 0.14142857491970062,
68
+ 0.29357144236564636,
69
+ 0.35035714507102966,
70
+ 1.0
71
+ ],
72
+ "min": [
73
+ -0.9321428537368774,
74
+ -0.7366071343421936,
75
+ -0.9375,
76
+ -0.19178570806980133,
77
+ -0.27964285016059875,
78
+ -0.2571428716182709,
79
+ -1.0
80
+ ]
81
+ },
82
+ "timestamp": {
83
+ "mean": [
84
+ 5.634603752689836
85
+ ],
86
+ "std": [
87
+ 3.482012432230189
88
+ ],
89
+ "max": [
90
+ 14.199999809265137
91
+ ],
92
+ "min": [
93
+ 0.0
94
+ ]
95
+ },
96
+ "frame_index": {
97
+ "mean": [
98
+ 56.34603750756201
99
+ ],
100
+ "std": [
101
+ 34.82012430465254
102
+ ],
103
+ "max": [
104
+ 142.0
105
+ ],
106
+ "min": [
107
+ 0.0
108
+ ]
109
+ },
110
+ "episode_index": {
111
+ "mean": [
112
+ 14.334240774349666
113
+ ],
114
+ "std": [
115
+ 8.674382250292027
116
+ ],
117
+ "max": [
118
+ 29.0
119
+ ],
120
+ "min": [
121
+ 0.0
122
+ ]
123
+ },
124
+ "index": {
125
+ "mean": [
126
+ 1652.5
127
+ ],
128
+ "std": [
129
+ 954.3599513111741
130
+ ],
131
+ "max": [
132
+ 3305.0
133
+ ],
134
+ "min": [
135
+ 0.0
136
+ ]
137
+ },
138
+ "task_index": {
139
+ "mean": [
140
+ 0.0
141
+ ],
142
+ "std": [
143
+ 0.0
144
+ ],
145
+ "max": [
146
+ 0.0
147
+ ],
148
+ "min": [
149
+ 0.0
150
+ ]
151
+ }
152
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"task_index": 0, "task": "put the bowl on the plate"}
2
+ {"task_index": 1, "task": "open the middle drawer of the cabinet"}
3
+ {"task_index": 2, "task": "put the bowl on the stove"}