cijerezg commited on
Commit
cebc263
·
verified ·
1 Parent(s): 2239acb

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:d7c35cfaff37246f9b634bf77954ac12cb701257be560574aadcd7cee63c372b
3
+ size 27916
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the sock in the container"], "length": 401}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.646198272705078, -24.887882232666016, 17.30478286743164, 39.41941833496094, -3.4810261726379395, 25.08354949951172], "max": [-2.249039649963379, -4.856767654418945, 37.3797607421875, 53.75619125366211, -1.7555780410766602, 40.826656341552734], "mean": [-5.00649356842041, -15.679122924804688, 26.828012466430664, 44.50225067138672, -2.745804786682129, 31.838363647460938], "std": [1.9466898441314697, 4.334325313568115, 4.14805269241333, 3.184556245803833, 0.45068785548210144, 3.1312942504882812], "count": [401]}, "observation.state": {"min": [-13.149351119995117, -23.050703048706055, 20.018033981323242, 40.401397705078125, -3.3015406131744385, 25.721153259277344], "max": [-2.353896141052246, -4.473796367645264, 37.691612243652344, 53.577659606933594, -2.0542919635772705, 40.38461685180664], "mean": [-5.1709208488464355, -14.594629287719727, 28.56856918334961, 44.837764739990234, -2.7014238834381104, 31.71276092529297], "std": [2.064499616622925, 4.109161376953125, 3.8444619178771973, 3.2495510578155518, 0.37637534737586975, 3.1631619930267334], "count": [401]}, "observation.images.bottom": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3603416053921568]], [[0.31157840073529414]], [[0.3281741115196078]]], "std": [[[0.2460107984707597]], [[0.20979961639982458]], [[0.23255022915896073]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.333333333333334], "mean": [6.666666666666666], "std": [3.8586123009300755], "count": [401]}, "frame_index": {"min": [0], "max": [400], "mean": [200.0], "std": [115.75836902790225], "count": [401]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [401]}, "index": {"min": [0], "max": [400], "mean": [200.0], "std": [115.75836902790225], "count": [401]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [401]}}}
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": 401,
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.bottom": {
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": "Put the sock in the container"}
videos/chunk-000/observation.images.bottom/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a39a99be16330e0537d1bb33e386924d5392b88df63481c241b5bf10c37b5e
3
+ size 2420398