sergiov2000 commited on
Commit
445d4e6
·
verified ·
1 Parent(s): 01f9136

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:f5208b24c5efd98f1812f178aad4aef84d0b1e64797fd08da468d980a85ebc53
3
+ size 40409
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Push the ball into the area enclosed by the lego structure."], "length": 594}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-9.521860122680664, 97.9560546875, 111.47097778320312, 11.13271713256836, -0.192940354347229, 0.03296852111816406], "max": [1.4855244159698486, 155.7809600830078, 140.28146362304688, 79.94237518310547, 8.979742050170898, 45.721954345703125], "mean": [-3.350677967071533, 138.8795166015625, 133.2430877685547, 67.59010314941406, 0.2632245123386383, 27.7733154296875], "std": [2.0374536514282227, 19.485183715820312, 10.401322364807129, 18.945919036865234, 1.2788053750991821, 17.19728660583496], "count": [594]}, "observation.state": {"min": [-9.31640625, 97.646484375, 114.521484375, 12.041015625, -0.263671875, 0.3725782334804535], "max": [1.23046875, 155.302734375, 140.625, 79.8046875, 8.525390625, 45.75260925292969], "mean": [-3.438535690307617, 138.433837890625, 134.4818878173828, 67.71424865722656, 0.37020596861839294, 27.829822540283203], "std": [2.0181872844696045, 19.818082809448242, 9.526686668395996, 18.857051849365234, 1.2175893783569336, 17.07278060913086], "count": [594]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[1.0]]], "mean": [[[0.5091411509395425]], [[0.5117746408632897]], [[0.48681437568082786]]], "std": [[[0.2281976019671407]], [[0.17071187287657758]], [[0.20227837587556316]]], "count": [120]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49132447576252725]], [[0.4976994434232026]], [[0.4614539641203704]]], "std": [[[0.16072175697345306]], [[0.14307680306963738]], [[0.15205804579999888]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [29.65], "mean": [14.825], "std": [8.573639347830458], "count": [594]}, "frame_index": {"min": [0], "max": [593], "mean": [296.5], "std": [171.47278695660916], "count": [594]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [594]}, "index": {"min": [0], "max": [593], "mean": [296.5], "std": [171.47278695660916], "count": [594]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [594]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100MovellaDot",
4
+ "total_episodes": 1,
5
+ "total_frames": 594,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.side": {
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": 20,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.above": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 20,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Push the ball into the area enclosed by the lego structure."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7457d018069dcf23227697ddac255f70f30665e43a4f1f403c49636f590ce262
3
+ size 11664224
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bbb730adf2a5617f26034dab8161e4c680acfc056d50061b1f4c83655a623a
3
+ size 9029539