Datasets:
Upload folder using huggingface_hub
Browse files- data/chunk-000/episode_000000.parquet +3 -0
- meta/episodes.jsonl +1 -0
- meta/episodes_stats.jsonl +1 -0
- meta/info.json +111 -0
- meta/tasks.jsonl +1 -0
data/chunk-000/episode_000000.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e5f68542a1971ea97ee469882e63596d185a073935efb72c17017cacc46c55e
|
3 |
+
size 107176
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["Push the T-shaped gray block onto the T-shaped green target surface using the blue pointer."], "length": 84}
|
meta/episodes_stats.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "stats": {"observation.image": {"min": [[[0.2549019607843137]], [[0.3333333333333333]], [[0.43137254901960786]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9750243355444029]], [[0.9821321026964026]], [[0.981008128801289]]], "std": [[[0.09675958342478928]], [[0.07136888749953187]], [[0.07131527920424599]]], "count": [84]}, "observation.state": {"min": [263.744384765625, 161.84915161132812], "max": [461.35479736328125, 450.6518859863281], "mean": [387.025634765625, 341.2540588378906], "std": [71.549560546875, 59.105804443359375], "count": [84]}, "action": {"min": [262.0, 189.0], "max": [471.0, 457.0], "mean": [390.3571472167969, 346.3809509277344], "std": [70.97007751464844, 54.03832244873047], "count": [84]}, "next.reward": {"min": [0.0], "max": [1.0], "mean": [0.5033839344978333], "std": [0.4033639430999756], "count": [84]}, "next.done": {"min": [false], "max": [true], "mean": [0.011904761904761904], "std": [0.1084575426088607], "count": [84]}, "next.success": {"min": [false], "max": [true], "mean": [0.011904761904761904], "std": [0.1084575426088607], "count": [84]}, "index": {"min": [0], "max": [83], "mean": [41.5], "std": [24.246992940706413], "count": [84]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [84]}, "frame_index": {"min": [0], "max": [83], "mean": [41.5], "std": [24.246992940706413], "count": [84]}, "timestamp": {"min": [0.0], "max": [8.3], "mean": [4.15], "std": [2.4246992940706416], "count": [84]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [84]}}}
|
meta/info.json
ADDED
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": "2d pointer",
|
4 |
+
"total_episodes": 1,
|
5 |
+
"total_frames": 84,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 0,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 10,
|
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 |
+
"observation.image": {
|
18 |
+
"dtype": "image",
|
19 |
+
"shape": [
|
20 |
+
96,
|
21 |
+
96,
|
22 |
+
3
|
23 |
+
],
|
24 |
+
"names": [
|
25 |
+
"height",
|
26 |
+
"width",
|
27 |
+
"channel"
|
28 |
+
]
|
29 |
+
},
|
30 |
+
"observation.state": {
|
31 |
+
"dtype": "float32",
|
32 |
+
"shape": [
|
33 |
+
2
|
34 |
+
],
|
35 |
+
"names": {
|
36 |
+
"motors": [
|
37 |
+
"motor_0",
|
38 |
+
"motor_1"
|
39 |
+
]
|
40 |
+
}
|
41 |
+
},
|
42 |
+
"action": {
|
43 |
+
"dtype": "float32",
|
44 |
+
"shape": [
|
45 |
+
2
|
46 |
+
],
|
47 |
+
"names": {
|
48 |
+
"motors": [
|
49 |
+
"motor_0",
|
50 |
+
"motor_1"
|
51 |
+
]
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"next.reward": {
|
55 |
+
"dtype": "float32",
|
56 |
+
"shape": [
|
57 |
+
1
|
58 |
+
],
|
59 |
+
"names": null
|
60 |
+
},
|
61 |
+
"next.done": {
|
62 |
+
"dtype": "bool",
|
63 |
+
"shape": [
|
64 |
+
1
|
65 |
+
],
|
66 |
+
"names": null
|
67 |
+
},
|
68 |
+
"next.success": {
|
69 |
+
"dtype": "bool",
|
70 |
+
"shape": [
|
71 |
+
1
|
72 |
+
],
|
73 |
+
"names": null
|
74 |
+
},
|
75 |
+
"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 |
+
"frame_index": {
|
90 |
+
"dtype": "int64",
|
91 |
+
"shape": [
|
92 |
+
1
|
93 |
+
],
|
94 |
+
"names": null
|
95 |
+
},
|
96 |
+
"timestamp": {
|
97 |
+
"dtype": "float32",
|
98 |
+
"shape": [
|
99 |
+
1
|
100 |
+
],
|
101 |
+
"names": null
|
102 |
+
},
|
103 |
+
"task_index": {
|
104 |
+
"dtype": "int64",
|
105 |
+
"shape": [
|
106 |
+
1
|
107 |
+
],
|
108 |
+
"names": null
|
109 |
+
}
|
110 |
+
}
|
111 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "Push the T-shaped gray block onto the T-shaped green target surface using the blue pointer."}
|