oulianov commited on
Commit
abbc755
·
verified ·
1 Parent(s): 1c67086

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_tests_new
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:9198f00baec03a589ce22e901b211ba7e0b145d235d6a959aa27453168b28267
3
+ size 12946
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the markers and place them in the container"],"length":233}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [0.07963937520980835, 0.48120471835136414, 0.04858996719121933, 0.08834856748580933, 0.6464176177978516, 0.4251272976398468, 0.6029319167137146], "min": [-0.33939671516418457, -0.03824016451835632, -0.11597713083028793, -0.10625564306974411, 0.21856757998466492, -0.09918706119060516, 0.0031733259093016386], "mean": [-0.046973925083875656, 0.06278198212385178, -0.0038735910784453154, 0.014266298152506351, 0.4916018843650818, 0.10858360677957535, 0.06644917279481888], "std": [0.10015146434307098, 0.1440560221672058, 0.03467939421534538, 0.050663113594055176, 0.14159561693668365, 0.1862599104642868, 0.15071959793567657], "count": [233]}, "action": {"max": [0.07963937520980835, 0.48120471835136414, 0.04858996719121933, 0.08834856748580933, 0.6464176177978516, 0.4251272976398468, 0.6029319167137146], "min": [-0.33939671516418457, -0.03824016451835632, -0.11597713083028793, -0.10625564306974411, 0.21856757998466492, -0.09918706119060516, 0.0031733259093016386], "mean": [-0.046973925083875656, 0.06278198212385178, -0.0038735910784453154, 0.014266298152506351, 0.4916018843650818, 0.10858360677957535, 0.06644917279481888], "std": [0.10015146434307098, 0.1440560221672058, 0.03467939421534538, 0.050663113594055176, 0.14159561693668365, 0.1862599104642868, 0.15071959793567657], "count": [233]}, "timestamp": {"max": [9.244447851000018], "min": [0.013169776000040656], "mean": [4.64197387378113], "std": [2.750791784439359], "count": [233]}, "frame_index": {"max": [232], "min": [0], "mean": [116.0], "std": [67.26068688320095], "count": [233]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [233]}, "index": {"max": [232], "min": [0], "mean": [116.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [233]}, "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": [17894400]}}}
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": 233,
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":"Pick up the markers and place them in the container"}