welfarefit commited on
Commit
9b4534f
·
verified ·
1 Parent(s): 0dd4f6a

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:d6e886390c800d3d526c38e5147e72db533668d86adf0345fa54c10a6102ef6e
3
+ size 3653
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:870ab02003d142e0189d5834ee8cccf81903a3171758c637ebb62909272965f6
3
+ size 3655
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6afdf143783a4c3e02e2268b667cd01b7954271c42c653de16f51130586a50a0
3
+ size 3655
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["custom_task"], "length": 10}
2
+ {"episode_index": 1, "tasks": ["custom_task"], "length": 10}
3
+ {"episode_index": 2, "tasks": ["custom_task"], "length": 10}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [0.9], "mean": [0.45], "std": [0.2872281323269014], "count": [10]}, "frame_index": {"min": [0], "max": [9], "mean": [4.5], "std": [2.8722813232690143], "count": [10]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10]}, "index": {"min": [0], "max": [9], "mean": [4.5], "std": [2.8722813232690143], "count": [10]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10]}}}
2
+ {"episode_index": 1, "stats": {"timestamp": {"min": [0.0], "max": [0.9], "mean": [0.45], "std": [0.2872281323269014], "count": [10]}, "frame_index": {"min": [0], "max": [9], "mean": [4.5], "std": [2.8722813232690143], "count": [10]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [10]}, "index": {"min": [10], "max": [19], "mean": [14.5], "std": [2.8722813232690143], "count": [10]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10]}}}
3
+ {"episode_index": 2, "stats": {"timestamp": {"min": [0.0], "max": [0.9], "mean": [0.45], "std": [0.2872281323269014], "count": [10]}, "frame_index": {"min": [0], "max": [9], "mean": [4.5], "std": [2.8722813232690143], "count": [10]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [10]}, "index": {"min": [20], "max": [29], "mean": [24.5], "std": [2.8722813232690143], "count": [10]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10]}}}
meta/info.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 3,
5
+ "total_frames": 30,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:3"
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
+ "custom_task": {
18
+ "dtype": "string",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "instruct": {
25
+ "dtype": "string",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "timestamp": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "frame_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "episode_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "task_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ }
66
+ }
67
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "custom_task"}