breezewrf commited on
Commit
5de9317
·
verified ·
1 Parent(s): d268dc2

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:75691ffdafcf127f2d4bcef3a89a55fb926dace0fc0a1d4f4d7463cbc3db23eb
3
+ size 27849
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the tape in the paper cup"], "length": 450}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.34176284074783325, 0.02361918054521084, -1.0892033576965332, -0.13135331869125366, 0.04976772889494896, -0.17014877498149872, 0.027370000258088112], "max": [0.17482377588748932, 1.937784194946289, -0.009489540010690689, 0.33166277408599854, 0.7003940343856812, 0.32929039001464844, 0.06937000155448914], "mean": [-0.007430506404489279, 0.7752918601036072, -0.46118488907814026, -0.037671416997909546, 0.39493703842163086, 0.12380607426166534, 0.060288362205028534], "std": [0.15441718697547913, 0.7453004717826843, 0.4728710353374481, 0.09416929632425308, 0.17245033383369446, 0.14163994789123535, 0.015578917227685452], "count": [450]}, "observation.state": {"min": [-0.3489497900009155, 0.013466769829392433, -1.093529462814331, -0.14338968694210052, 0.034887999296188354, -0.17677749693393707, 0.01981000043451786], "max": [0.1773356944322586, 1.9539024829864502, -0.00941975973546505, 0.3366517722606659, 0.710581362247467, 0.3278250992298126, 0.0760200023651123], "mean": [-0.012372066266834736, 0.7737619280815125, -0.4665488600730896, -0.041423361748456955, 0.3860779106616974, 0.1216258779168129, 0.06317488104104996], "std": [0.15481378138065338, 0.7466394305229187, 0.4715280532836914, 0.09481144696474075, 0.17594365775585175, 0.1429329663515091, 0.020000837743282318], "count": [450]}, "observation.images.cam_1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3996942034313725]], [[0.464899464869281]], [[0.44280893790849674]]], "std": [[[0.22849049932686558]], [[0.2015027358824212]], [[0.20419329657043578]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.966666666666667], "mean": [7.483333333333333], "std": [4.330116327237342], "count": [450]}, "frame_index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [450]}, "index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [450]}}}
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": 450,
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": "Put the tape in the paper cup"}
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:dea9ff42caeb9811549b3a435ad934c8fcb1a89680d6304fdceeac544a7de402
3
+ size 4483666