breezewrf commited on
Commit
4038b85
·
verified ·
1 Parent(s): c40614e

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:669543d71064aaea3170d7b4e668d80ca5f6764c92bb740c618b2154e6d63598
3
+ size 21531
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the tape in the paper cup"], "length": 300}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.40862569212913513, 0.0117747001349926, -0.6517252922058105, -0.5041490197181702, -0.7054702639579773, -1.6471846103668213, 0.008750000037252903], "max": [0.1491287648677826, 1.7094247341156006, 0.0, 1.7991915941238403, 0.4793262183666229, 0.6821650862693787, 0.048510000109672546], "mean": [-0.11788403987884521, 1.1782233715057373, -0.38788723945617676, 1.3304572105407715, 0.013252202421426773, -0.9485863447189331, 0.031439077109098434], "std": [0.20652993023395538, 0.5713018178939819, 0.21077707409858704, 0.8132994174957275, 0.3249795436859131, 0.7301099300384521, 0.00981266051530838], "count": [300]}, "observation.state": {"min": [-0.41560330986976624, 0.011164160445332527, -0.6575864553451538, -0.5145630836486816, -0.7348284721374512, -1.658121943473816, 0.004619999788701534], "max": [0.14923341572284698, 1.7172048091888428, -0.004831990227103233, 1.7994009256362915, 0.4967527985572815, 0.6800194382667542, 0.04921000078320503], "mean": [-0.1201903373003006, 1.1794570684432983, -0.39170169830322266, 1.3345000743865967, 0.010831406340003014, -0.9582774043083191, 0.03188943490386009], "std": [0.20727024972438812, 0.5682966113090515, 0.20825660228729248, 0.8085160255432129, 0.32841843366622925, 0.7245681881904602, 0.010351123288273811], "count": [300]}, "observation.images.cam_1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3735644669117647]], [[0.47060697303921567]], [[0.4430392544934641]]], "std": [[[0.22789991548121774]], [[0.21174028102465453]], [[0.2122783398497804]]], "count": [100]}, "observation.images.right_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.383874050245098]], [[0.4617225020424836]], [[0.44204902165032683]]], "std": [[[0.2691095539411567]], [[0.23568566871593716]], [[0.2364355232627687]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}, "index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
meta/info.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "piper_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 300,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "observation.images.right_camera": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
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:9c686592a4a81542f8c80adfa6d0f6154ea1cad08d6a9e1a66d00e1f8750eaf4
3
+ size 2191692
videos/chunk-000/observation.images.right_camera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f0788988debf42c26629cd7977ac6529325e1799bcd8f456c7e9dcf9d6327b
3
+ size 3644936