imstevenpmwork HF Staff commited on
Commit
b6f94db
·
verified ·
1 Parent(s): 2fc75c4

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:983f87afa7b72171d0da66cb43535a8dd29e01c7eba15c8cb0b0839b84c7433a
3
+ size 362880499
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Dummy Task Dataset"], "length": 1000}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [-9.84375, 0.0, 0.0, 0.0, -37.44140625, -0.8978676199913025, -108.49141705014243, -107.37865515199492, -2.929687499999999], "max": [5.80078125, 99.404296875, 91.23046875, 66.796875, 43.154296875, 0.7108118534088135, 101.84908539401124, 108.65697247523295, 4.101562500000003], "mean": [0.637734375, 84.911923828125, 77.699794921875, 36.836103515625, -0.073388671875, -0.6259259163402021, 1.0317755172523742, 0.35025894656722173, 0.019921874999999995], "std": [2.7323504220799695, 34.96825281444506, 32.05565840143986, 17.97908898883043, 12.40342250389316, 0.3890483115995916, 16.415930478648402, 17.471793327592714, 0.4763221409743832], "count": [1000]}, "action": {"min": [-15.556640625, 96.6796875, 68.291015625, 22.5, -39.375, -1.658536434173584, 0.0, 0.0, 0.0], "max": [6.85546875, 100.01953125, 91.845703125, 67.5, 44.296875, 3.512195110321045, 33897.0, 34549.0, 34072.0], "mean": [-0.49772460755000253, 100.00678701812537, 91.33294903624967, 43.832724654999815, -0.20909180052500015, -1.4189266989020324, 1240.027, 950.331, 1007.648], "std": [5.102732765293618, 0.17908940846731622, 2.562783357499419, 10.475177805811109, 14.607958453615618, 0.7962078822822976, 6276.97878172859, 5467.0017817299995, 5678.819539666323], "count": [1000]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9882352941176471]]], "mean": [[[0.4879079693789003]], [[0.48124343404970277]], [[0.4730423255695876]]], "std": [[[0.28470669108144775]], [[0.27229948526382275]], [[0.26523356298270173]]], "count": [177]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45835537600162474]], [[0.44303086227428823]], [[0.45331207765592113]]], "std": [[[0.3154145195718999]], [[0.314264430293391]], [[0.30646345616446385]]], "count": [177]}, "timestamp": {"min": [0.0], "max": [99.9], "mean": [49.95], "std": [28.86749902572095], "count": [1000]}, "frame_index": {"min": [0], "max": [999], "mean": [499.5], "std": [288.6749902572095], "count": [1000]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1000]}, "index": {"min": [0], "max": [999], "mean": [499.5], "std": [288.6749902572095], "count": [1000]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1000]}}}
meta/info.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 1,
5
+ "total_frames": 1000,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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
+ "observation.state": {
18
+ "dtype": "float64",
19
+ "shape": [
20
+ 9
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "arm_shoulder_pan",
25
+ "arm_shoulder_lift",
26
+ "arm_elbow_flex",
27
+ "arm_wrist_flex",
28
+ "arm_wrist_roll",
29
+ "arm_gripper",
30
+ "base_left_wheel",
31
+ "base_right_wheel",
32
+ "base_back_wheel"
33
+ ]
34
+ }
35
+ },
36
+ "action": {
37
+ "dtype": "float64",
38
+ "shape": [
39
+ 9
40
+ ],
41
+ "names": {
42
+ "motors": [
43
+ "arm_shoulder_pan",
44
+ "arm_shoulder_lift",
45
+ "arm_elbow_flex",
46
+ "arm_wrist_flex",
47
+ "arm_wrist_roll",
48
+ "arm_gripper",
49
+ "base_left_wheel",
50
+ "base_right_wheel",
51
+ "base_back_wheel"
52
+ ]
53
+ }
54
+ },
55
+ "observation.images.front": {
56
+ "dtype": "image",
57
+ "shape": [
58
+ 640,
59
+ 480,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "width",
64
+ "height",
65
+ "channels"
66
+ ]
67
+ },
68
+ "observation.images.wrist": {
69
+ "dtype": "image",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "width",
77
+ "height",
78
+ "channels"
79
+ ]
80
+ },
81
+ "timestamp": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "frame_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "episode_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "task_index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ }
116
+ }
117
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Dummy Task Dataset"}