dosssman commited on
Commit
878cecd
·
verified ·
1 Parent(s): 01c585f

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:76e96e1e9b9e4db9d45f77a6c7fc4425ed5d2e580d55b489cef999ad75cace51
3
+ size 7230
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["kick the ball"], "length": 93}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-17.609813690185547, -99.1474838256836, 93.02220153808594, 36.38344192504883, 44.40093994140625, 2.186234712600708], "max": [-1.4641867876052856, -98.80648040771484, 99.5468978881836, 74.37908172607422, 67.6324691772461, 2.2672064304351807], "mean": [-10.078248023986816, -98.97148132324219, 96.9764175415039, 61.41964340209961, 57.91830062866211, 2.2280280590057373], "std": [5.643624305725098, 0.10593854635953903, 2.5140199661254883, 12.094820976257324, 9.239127159118652, 0.04046478495001793], "count": [93]}, "observation.state": {"min": [-17.16280746459961, -98.57681274414062, 98.11996459960938, 36.71539306640625, 45.158790588378906, 2.238314628601074], "max": [-1.9478132724761963, -91.96316528320312, 98.74664306640625, 73.51676940917969, 66.74412536621094, 2.238314628601074], "mean": [-10.278082847595215, -97.94844055175781, 98.48287200927734, 59.445770263671875, 58.21360397338867, 2.2383129596710205], "std": [4.928160190582275, 1.3707624673843384, 0.2832155227661133, 11.800089836120605, 8.613295555114746, 1.6689300537109375e-06], "count": [93]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5715645227176892]], [[0.5437443052041605]], [[0.5658478305748823]]], "std": [[[0.21839629474588332]], [[0.2516727960329847]], [[0.2175710742694685]]], "count": [93]}, "timestamp": {"min": [0.0], "max": [3.066666666666667], "mean": [1.5333333333333332], "std": [0.8948411818533726], "count": [93]}, "frame_index": {"min": [0], "max": [92], "mean": [46.0], "std": [26.84523545560118], "count": [93]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [93]}, "index": {"min": [0], "max": [92], "mean": [46.0], "std": [26.84523545560118], "count": [93]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [93]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 93,
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
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "kick the ball"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075e01af7ed17118d7bd9973a518fef97b2f285cf2c40fb32307f9ff9ef2ea3d
3
+ size 958888