leolin6 commited on
Commit
732ee56
·
verified ·
1 Parent(s): 2009a11

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:df8c5f01cd2afa7a15d817837ec517f72db39f82a7539295a5194aa837369d67
3
+ size 23071
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 750}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2.6255342960357666, -3.822091817855835, 1.253133773803711, 1.4747636318206787, 0.5240439176559448, -1.2066729068756104, 3.5355899333953857], "max": [-2.367220640182495, -3.7424726486206055, 1.4417500495910645, 1.5822421312332153, 0.5984111428260803, -1.0923203229904175, 3.705484390258789], "mean": [-2.552704334259033, -3.8088765144348145, 1.3867483139038086, 1.5393913984298706, 0.5810464024543762, -1.1523839235305786, 3.5479912757873535], "std": [0.11261260509490967, 0.011416620574891567, 0.07988534867763519, 0.03885329142212868, 0.02506844513118267, 0.03484388068318367, 0.026827197521924973], "count": [750]}, "observation.state": {"min": [-2.6255342960357666, -3.822091817855835, 1.253133773803711, 1.4747636318206787, 0.5240439176559448, -1.2066729068756104, 3.5355899333953857], "max": [-2.367220640182495, -3.7424726486206055, 1.4417500495910645, 1.5822421312332153, 0.5984111428260803, -1.0923203229904175, 3.705484390258789], "mean": [-2.552704334259033, -3.8088765144348145, 1.3867483139038086, 1.5393913984298706, 0.5810464024543762, -1.1523839235305786, 3.5479912757873535], "std": [0.11261260509490967, 0.011416620574891567, 0.07988534867763519, 0.03885329142212868, 0.02506844513118267, 0.03484388068318367, 0.026827197521924973], "count": [750]}, "timestamp": {"min": [0.0], "max": [24.966666666666665], "mean": [12.483333333333333], "std": [7.21687194986448], "count": [750]}, "frame_index": {"min": [0], "max": [749], "mean": [374.5], "std": [216.5061584959344], "count": [750]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [750]}, "index": {"min": [0], "max": [749], "mean": [374.5], "std": [216.5061584959344], "count": [750]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [750]}}}
meta/info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "sawyer",
4
+ "total_episodes": 1,
5
+ "total_frames": 750,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
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
+ 7
21
+ ],
22
+ "names": [
23
+ "right_j0",
24
+ "right_j1",
25
+ "right_j2",
26
+ "right_j3",
27
+ "right_j4",
28
+ "right_j5",
29
+ "right_j6"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "right_j0",
39
+ "right_j1",
40
+ "right_j2",
41
+ "right_j3",
42
+ "right_j4",
43
+ "right_j5",
44
+ "right_j6"
45
+ ]
46
+ },
47
+ "timestamp": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 1
51
+ ],
52
+ "names": null
53
+ },
54
+ "frame_index": {
55
+ "dtype": "int64",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null
60
+ },
61
+ "episode_index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "task_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ }
82
+ }
83
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the black cube"}