breezewrf commited on
Commit
9e7d397
·
verified ·
1 Parent(s): 9a07c8e

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ffadb86e236e8c3694cb1e0d842715800a1d25d6db8bddba373da1066c89d1
3
+ size 9218
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["My task description"], "length": 150}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.014356410130858421, 0.017234669998288155, -0.0925753116607666, -0.08758632093667984, -0.14393043518066406, -0.06743849813938141, 0.009940000250935555], "max": [0.014356410130858421, 0.017234669998288155, -0.006558939814567566, -0.06110633164644241, 0.21210159361362457, 0.5755124688148499, 0.010080000385642052], "mean": [0.014356397092342377, 0.01723465509712696, -0.025221476331353188, -0.08575102686882019, -0.01958274282515049, 0.22565986216068268, 0.010032860562205315], "std": [1.30385160446167e-08, 1.4901161193847656e-08, 0.03484766557812691, 0.006063373293727636, 0.09982331842184067, 0.1795729547739029, 4.3148407712578773e-05], "count": [150]}, "observation.state": {"min": [0.0, 0.0, -0.10002390295267105, -0.0918077677488327, -0.15600168704986572, -0.0745382085442543, 0.0], "max": [0.014234299771487713, 0.01711256057024002, 0.0, 0.0, 0.22099803388118744, 0.5721282958984375, 0.041510000824928284], "mean": [0.013095559552311897, 0.015743564814329147, -0.026612112298607826, -0.0801859050989151, -0.019545072689652443, 0.17591610550880432, 0.03818925842642784], "std": [0.00386165757663548, 0.00464251171797514, 0.03870901092886925, 0.024737223982810974, 0.10629528015851974, 0.15438313782215118, 0.01126136165112257], "count": [150]}, "observation.images.cam_1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35335164828431376]], [[0.40348710375816993]], [[0.38368866830065357]]], "std": [[[0.35820142402025323]], [[0.3336735747644341]], [[0.3359136069041884]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.966666666666667], "mean": [2.483333333333333], "std": [1.4433435976027125], "count": [150]}, "frame_index": {"min": [0], "max": [149], "mean": [74.5], "std": [43.300307928081374], "count": [150]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [150]}, "index": {"min": [0], "max": [149], "mean": [74.5], "std": [43.300307928081374], "count": [150]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [150]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "piper_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 150,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "joint_1.pos",
24
+ "joint_2.pos",
25
+ "joint_3.pos",
26
+ "joint_4.pos",
27
+ "joint_5.pos",
28
+ "joint_6.pos",
29
+ "gripper.pos"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "joint_1.pos",
39
+ "joint_2.pos",
40
+ "joint_3.pos",
41
+ "joint_4.pos",
42
+ "joint_5.pos",
43
+ "joint_6.pos",
44
+ "gripper.pos"
45
+ ]
46
+ },
47
+ "observation.images.cam_1": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 480,
61
+ "video.width": 640,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "My task description"}
videos/chunk-000/observation.images.cam_1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:102ff445f3d0d49c8d2cf2f68d86fa768d6648b2eed3b9786a82339da180f3c3
3
+ size 1930194