Hotteok commited on
Commit
2d53b33
·
verified ·
1 Parent(s): 4de9409

Upload LeRobot dataset for OpenManipulator-X

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
6
+ - OpenManipulator-X
7
+ - SmolVLA
8
+ ---
9
+
10
+ # OpenManipulator-X Dataset for SmolVLA Fine-tuning
11
+
12
+ This dataset contains demonstrations for the OpenManipulator-X 5-DOF robot arm.
13
+
14
+ ## Dataset Details
15
+ - Robot: OpenManipulator-X (5-DOF)
16
+ - Camera: Single RGB+Depth (4-channel)
17
+ - Task: Random object manipulation/grasping
18
+ - Format: LeRobot v2.1 (Parquet + metadata)
19
+
20
+ ## Usage
21
+
22
+ ```python
23
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
24
+
25
+ dataset = LeRobotDataset("Hotteok/openmanipulator_test_final")
26
+ ```
27
+
28
+ ## Training
29
+
30
+ ```bash
31
+ lerobot-train \
32
+ --policy.type smolvla \
33
+ --dataset.repo_id Hotteok/openmanipulator_test_final \
34
+ --policy.max_state_dim 5 \
35
+ --policy.max_action_dim 5
36
+ ```
data/chunk-000000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be3bbe77c080cc893c631edc6bd56fa54e7a8aad1442b305cab5597034c99330
3
+ size 2471393
data/chunk-000000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ba42db8a117b22172c44a174b747b0549be76faac2b6ae9ff641ec0fd4a160e
3
+ size 2471394
data/chunk-000000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f257887cc27af5cad7f5d995c1b8f3e27082a986126cf48fcb02c8efa8f513
3
+ size 2471394
data/chunk-000000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e803ddeb377657695630e22897a06c51477ef940a347c981283592b1023c2bed
3
+ size 2471393
data/chunk-000000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c896487f358bdafe79cf23b321771b8852b54bbae11ed6e37c7ef15af91370
3
+ size 2471392
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "start_frame": 0, "end_frame": 2, "length": 2, "success": false, "instruction": "Grasp the object"}
2
+ {"episode_index": 1, "start_frame": 2, "end_frame": 4, "length": 2, "success": false, "instruction": "Pick up the target"}
3
+ {"episode_index": 2, "start_frame": 4, "end_frame": 6, "length": 2, "success": false, "instruction": "Grab the item"}
4
+ {"episode_index": 3, "start_frame": 6, "end_frame": 8, "length": 2, "success": false, "instruction": "Grip the object"}
5
+ {"episode_index": 4, "start_frame": 8, "end_frame": 10, "length": 2, "success": false, "instruction": "Hold the target"}
meta/info.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "openmanipulator_x",
4
+ "total_episodes": 5,
5
+ "total_frames": 10,
6
+ "fps": 30,
7
+ "chunks_size": 10,
8
+ "data_path": "data/chunk-{episode_chunk:06d}/episode_{episode_index:06d}.parquet",
9
+ "features": {
10
+ "observation.state": {
11
+ "shape": [
12
+ 5
13
+ ],
14
+ "dtype": "float32",
15
+ "names": null
16
+ },
17
+ "observation.images.wrist_camera": {
18
+ "shape": [
19
+ 4,
20
+ 480,
21
+ 640
22
+ ],
23
+ "dtype": "uint8",
24
+ "names": [
25
+ "c",
26
+ "h",
27
+ "w"
28
+ ]
29
+ },
30
+ "action": {
31
+ "shape": [
32
+ 5
33
+ ],
34
+ "dtype": "float32",
35
+ "names": null
36
+ },
37
+ "episode_index": {
38
+ "shape": [],
39
+ "dtype": "int64",
40
+ "names": null
41
+ },
42
+ "frame_index": {
43
+ "shape": [],
44
+ "dtype": "int64",
45
+ "names": null
46
+ },
47
+ "timestamp": {
48
+ "shape": [],
49
+ "dtype": "float32",
50
+ "names": null
51
+ },
52
+ "next.done": {
53
+ "shape": [],
54
+ "dtype": "bool",
55
+ "names": null
56
+ },
57
+ "next.success": {
58
+ "shape": [],
59
+ "dtype": "bool",
60
+ "names": null
61
+ }
62
+ },
63
+ "splits": {
64
+ "train": "0:4",
65
+ "val": "4:5"
66
+ },
67
+ "video_info": {},
68
+ "encoding": {
69
+ "images": "raw"
70
+ }
71
+ }
meta/stats.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ 0.1785507099918246,
5
+ 0.687622000453996,
6
+ -0.7320365906663379,
7
+ 0.3484823539944893,
8
+ 0.0034999999999999996,
9
+ 0.0034999999999999996
10
+ ],
11
+ "std": [
12
+ 0.7617398186782793,
13
+ 0.21203262133817966,
14
+ 0.30865685442418606,
15
+ 0.2321959600971696,
16
+ 0.0115,
17
+ 0.0115
18
+ ],
19
+ "min": [
20
+ -1.0310367219996235,
21
+ 0.4376105207199528,
22
+ -1.3360165460402447,
23
+ -0.17430933134866822,
24
+ -0.008,
25
+ -0.008
26
+ ],
27
+ "max": [
28
+ 1.44751233963988,
29
+ 0.9860272309863773,
30
+ -0.5135764001119657,
31
+ 0.6037781978038539,
32
+ 0.015,
33
+ 0.015
34
+ ]
35
+ },
36
+ "observation.velocity": {
37
+ "mean": [
38
+ 0.0,
39
+ 0.0,
40
+ 0.0,
41
+ 0.0,
42
+ 0.0,
43
+ 0.0
44
+ ],
45
+ "std": [
46
+ 0.0,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0,
50
+ 0.0,
51
+ 0.0
52
+ ],
53
+ "min": [
54
+ 0.0,
55
+ 0.0,
56
+ 0.0,
57
+ 0.0,
58
+ 0.0,
59
+ 0.0
60
+ ],
61
+ "max": [
62
+ 0.0,
63
+ 0.0,
64
+ 0.0,
65
+ 0.0,
66
+ 0.0,
67
+ 0.0
68
+ ]
69
+ },
70
+ "action": {
71
+ "mean": [
72
+ 0.1785507099918246,
73
+ 0.687622000453996,
74
+ -0.7320365906663379,
75
+ 0.3484823539944893,
76
+ -0.008000000000000002,
77
+ -0.008000000000000002
78
+ ],
79
+ "std": [
80
+ 0.7617398186782793,
81
+ 0.21203262133817966,
82
+ 0.30865685442418606,
83
+ 0.2321959600971696,
84
+ 1.734723475976807e-18,
85
+ 1.734723475976807e-18
86
+ ],
87
+ "min": [
88
+ -1.0310367219996235,
89
+ 0.4376105207199528,
90
+ -1.3360165460402447,
91
+ -0.17430933134866822,
92
+ -0.008,
93
+ -0.008
94
+ ],
95
+ "max": [
96
+ 1.44751233963988,
97
+ 0.9860272309863773,
98
+ -0.5135764001119657,
99
+ 0.6037781978038539,
100
+ -0.008,
101
+ -0.008
102
+ ]
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "grasp the target object"}