cmcgartoll
commited on
Commit
•
ac49c41
1
Parent(s):
cf03ab3
Upload folder using huggingface_hub
Browse files- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +53 -0
- train/state.json +13 -0
train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:428fde0421edcdfb0ecd3d4abed8f9471f654041aa6aa5a6ead2e806f3c1c119
|
3 |
+
size 35507624
|
train/dataset_info.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"observation.state": {
|
6 |
+
"feature": {
|
7 |
+
"dtype": "float32",
|
8 |
+
"_type": "Value"
|
9 |
+
},
|
10 |
+
"length": 6,
|
11 |
+
"_type": "Sequence"
|
12 |
+
},
|
13 |
+
"observation.images.claw": {
|
14 |
+
"_type": "VideoFrame"
|
15 |
+
},
|
16 |
+
"observation.images.front": {
|
17 |
+
"_type": "VideoFrame"
|
18 |
+
},
|
19 |
+
"observation.images.phone": {
|
20 |
+
"_type": "VideoFrame"
|
21 |
+
},
|
22 |
+
"action": {
|
23 |
+
"feature": {
|
24 |
+
"dtype": "float32",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"length": 6,
|
28 |
+
"_type": "Sequence"
|
29 |
+
},
|
30 |
+
"episode_index": {
|
31 |
+
"dtype": "int64",
|
32 |
+
"_type": "Value"
|
33 |
+
},
|
34 |
+
"frame_index": {
|
35 |
+
"dtype": "int64",
|
36 |
+
"_type": "Value"
|
37 |
+
},
|
38 |
+
"timestamp": {
|
39 |
+
"dtype": "float32",
|
40 |
+
"_type": "Value"
|
41 |
+
},
|
42 |
+
"next.done": {
|
43 |
+
"dtype": "bool",
|
44 |
+
"_type": "Value"
|
45 |
+
},
|
46 |
+
"index": {
|
47 |
+
"dtype": "int64",
|
48 |
+
"_type": "Value"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"homepage": "",
|
52 |
+
"license": ""
|
53 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "930ee894036edaac",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|