oulianov commited on
Commit
6383bc0
·
verified ·
1 Parent(s): d8f3847

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # piper_1
12
+
13
+ **This dataset was generated using [phosphobot](https://docs.phospho.ai).**
14
+
15
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot.
16
+
17
+ To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d4e554c32a5f3fb3e9de174ae3d0998bd1900bab232dd1ddb813536fa7abcf4
3
+ size 9517
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":289}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [-0.15817919373512268, -0.034086279571056366, 0.049724429845809937, 0.05639158934354782, 0.6094515323638916, 0.1008102148771286, 0.1713595986366272], "min": [-0.15817919373512268, -0.034086279571056366, 0.049724429845809937, 0.05639158934354782, 0.6094515323638916, 0.1008102148771286, 0.1713595986366272], "mean": [-0.15817923843860626, -0.034086234867572784, 0.0497245267033577, 0.056391652673482895, 0.6094513535499573, 0.10081051290035248, 0.17135994136333466], "std": [0.0, 4.703074591816403e-05, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [289]}, "action": {"max": [-0.15817919373512268, -0.034086279571056366, 0.049724429845809937, 0.05639158934354782, 0.6094515323638916, 0.1008102148771286, 0.1713595986366272], "min": [-0.15817919373512268, -0.034086279571056366, 0.049724429845809937, 0.05639158934354782, 0.6094515323638916, 0.1008102148771286, 0.1713595986366272], "mean": [-0.15817923843860626, -0.034086234867572784, 0.0497245267033577, 0.056391652673482895, 0.6094513535499573, 0.10081051290035248, 0.17135994136333466], "std": [0.0, 4.703074591816403e-05, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [289]}, "timestamp": {"max": [13.53213752900001], "min": [0.022330545999921014], "mean": [6.850321800937672], "std": [4.133894474565309], "count": [289]}, "frame_index": {"max": [288], "min": [0], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [289]}, "index": {"max": [288], "min": [0], "mean": [144.0], "std": [83.42661445845684], "count": [289]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [289]}, "observation.images.main": {"max": [[[0.0]], [[0.0]], [[0.0]]], "min": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.0]], [[0.0]], [[0.0]]], "std": [[[0.0]], [[0.0]], [[0.0]]], "count": [22195200]}}}
meta/info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "agilex-piper",
3
+ "codebase_version": "v2.1",
4
+ "total_episodes": 1,
5
+ "total_frames": 289,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6",
29
+ "motor_7"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "motor_1",
39
+ "motor_2",
40
+ "motor_3",
41
+ "motor_4",
42
+ "motor_5",
43
+ "motor_6",
44
+ "motor_7"
45
+ ]
46
+ },
47
+ "timestamp": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 1
51
+ ],
52
+ "names": null
53
+ },
54
+ "episode_index": {
55
+ "dtype": "int64",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null
60
+ },
61
+ "frame_index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "task_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ }
82
+ }
83
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"None"}