aswathselvam commited on
Commit
efbc7be
·
verified ·
1 Parent(s): 9749bd5

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:a5309b416fe83e8ef46bce8e5b34b2ec3451ac6a7f743f4187bd25b92b9427b1
3
+ size 3899
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a block and put it in the bin."], "length": 9}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [17.2265625, 73.388671875, 60.908203125, 52.470703125, -2.021484375, 30.41015625], "max": [17.2265625, 73.388671875, 60.908203125, 52.470703125, -2.021484375, 30.41015625], "mean": [17.2265625, 73.388671875, 60.908203125, 52.470703125, -2.021484375, 30.41015625], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [9]}, "observation.state": {"min": [17.2265625, 73.388671875, 60.908203125, 52.470703125, -2.021484375, 30.41015625], "max": [17.2265625, 73.388671875, 60.908203125, 52.470703125, -2.021484375, 30.41015625], "mean": [17.2265625, 73.388671875, 60.908203125, 52.470703125, -2.021484375, 30.41015625], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [9]}, "observation.images.laptop": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.2939369553376906]], [[0.2851955337690632]], [[0.22969748547567173]]], "std": [[[0.17662776707224018]], [[0.17576592719520118]], [[0.1792297280373855]]], "count": [9]}, "timestamp": {"min": [0.0], "max": [0.26666666666666666], "mean": [0.13333333333333333], "std": [0.08606629658238704], "count": [9]}, "frame_index": {"min": [0], "max": [8], "mean": [4.0], "std": [2.581988897471611], "count": [9]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [9]}, "index": {"min": [0], "max": [8], "mean": [4.0], "std": [2.581988897471611], "count": [9]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [9]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "roarm_m3",
4
+ "total_episodes": 1,
5
+ "total_frames": 9,
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
+ "1",
24
+ "2",
25
+ "3",
26
+ "4",
27
+ "5",
28
+ "6"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "1",
38
+ "2",
39
+ "3",
40
+ "4",
41
+ "5",
42
+ "6"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 240,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 240,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
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": "Grasp a block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9f9619ec8b0ae6d41f9db5eed783296edec76b843996abe0cb119ae9f17b01
3
+ size 30720