szang18 commited on
Commit
bd89646
·
verified ·
1 Parent(s): 052689d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,19 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ robo_verse_dataset-train.tfrecord-00000-of-00016 filter=lfs diff=lfs merge=lfs -text
61
+ robo_verse_dataset-train.tfrecord-00001-of-00016 filter=lfs diff=lfs merge=lfs -text
62
+ robo_verse_dataset-train.tfrecord-00002-of-00016 filter=lfs diff=lfs merge=lfs -text
63
+ robo_verse_dataset-train.tfrecord-00003-of-00016 filter=lfs diff=lfs merge=lfs -text
64
+ robo_verse_dataset-train.tfrecord-00004-of-00016 filter=lfs diff=lfs merge=lfs -text
65
+ robo_verse_dataset-train.tfrecord-00005-of-00016 filter=lfs diff=lfs merge=lfs -text
66
+ robo_verse_dataset-train.tfrecord-00006-of-00016 filter=lfs diff=lfs merge=lfs -text
67
+ robo_verse_dataset-train.tfrecord-00007-of-00016 filter=lfs diff=lfs merge=lfs -text
68
+ robo_verse_dataset-train.tfrecord-00008-of-00016 filter=lfs diff=lfs merge=lfs -text
69
+ robo_verse_dataset-train.tfrecord-00009-of-00016 filter=lfs diff=lfs merge=lfs -text
70
+ robo_verse_dataset-train.tfrecord-00010-of-00016 filter=lfs diff=lfs merge=lfs -text
71
+ robo_verse_dataset-train.tfrecord-00011-of-00016 filter=lfs diff=lfs merge=lfs -text
72
+ robo_verse_dataset-train.tfrecord-00012-of-00016 filter=lfs diff=lfs merge=lfs -text
73
+ robo_verse_dataset-train.tfrecord-00013-of-00016 filter=lfs diff=lfs merge=lfs -text
74
+ robo_verse_dataset-train.tfrecord-00014-of-00016 filter=lfs diff=lfs merge=lfs -text
75
+ robo_verse_dataset-train.tfrecord-00015-of-00016 filter=lfs diff=lfs merge=lfs -text
dataset_info.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "// TODO(example_dataset): BibTeX citation",
3
+ "description": "TODO(example_dataset): Markdown description of your dataset.\nDescription is **formatted** as markdown.\n\nIt should also contain any processing which has been applied (if any),\n(e.g. corrupted example skipped, images cropped,...):",
4
+ "fileFormat": "tfrecord",
5
+ "moduleName": "roboverse.roboverse_dataset_builder",
6
+ "name": "robo_verse_dataset",
7
+ "releaseNotes": {
8
+ "1.0.0": "Initial release."
9
+ },
10
+ "splits": [
11
+ {
12
+ "filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
13
+ "name": "train",
14
+ "numBytes": "1228476655",
15
+ "shardLengths": [
16
+ "7",
17
+ "7",
18
+ "6",
19
+ "7",
20
+ "7",
21
+ "6",
22
+ "7",
23
+ "7",
24
+ "7",
25
+ "7",
26
+ "6",
27
+ "7",
28
+ "7",
29
+ "6",
30
+ "7",
31
+ "7"
32
+ ]
33
+ }
34
+ ],
35
+ "version": "1.0.0"
36
+ }
features.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
3
+ "featuresDict": {
4
+ "features": {
5
+ "steps": {
6
+ "pythonClassName": "tensorflow_datasets.core.features.dataset_feature.Dataset",
7
+ "sequence": {
8
+ "feature": {
9
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
10
+ "featuresDict": {
11
+ "features": {
12
+ "action": {
13
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
14
+ "tensor": {
15
+ "shape": {
16
+ "dimensions": [
17
+ "8"
18
+ ]
19
+ },
20
+ "dtype": "float32",
21
+ "encoding": "none"
22
+ },
23
+ "description": "Robot action, qpos or RTX version: consists of [7x joint velocities, 2x gripper velocities, 1x terminate episode]."
24
+ },
25
+ "is_terminal": {
26
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
27
+ "tensor": {
28
+ "shape": {},
29
+ "dtype": "bool",
30
+ "encoding": "none"
31
+ },
32
+ "description": "True on last step of the episode if it is a terminal step, True for demos."
33
+ },
34
+ "is_last": {
35
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
36
+ "tensor": {
37
+ "shape": {},
38
+ "dtype": "bool",
39
+ "encoding": "none"
40
+ },
41
+ "description": "True on last step of the episode."
42
+ },
43
+ "language_instruction": {
44
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
45
+ "text": {},
46
+ "description": "Language Instruction."
47
+ },
48
+ "observation": {
49
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
50
+ "featuresDict": {
51
+ "features": {
52
+ "image": {
53
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
54
+ "image": {
55
+ "shape": {
56
+ "dimensions": [
57
+ "256",
58
+ "256",
59
+ "3"
60
+ ]
61
+ },
62
+ "dtype": "uint8",
63
+ "encodingFormat": "png"
64
+ },
65
+ "description": "Main camera RGB observation."
66
+ },
67
+ "state": {
68
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
69
+ "tensor": {
70
+ "shape": {
71
+ "dimensions": [
72
+ "8"
73
+ ]
74
+ },
75
+ "dtype": "float32",
76
+ "encoding": "none"
77
+ },
78
+ "description": "Robot state, qpos or RTX version: consists of [7x robot joint angles, 2x gripper position, 1x door opening angle]."
79
+ },
80
+ "proprio": {
81
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
82
+ "tensor": {
83
+ "shape": {
84
+ "dimensions": [
85
+ "9"
86
+ ]
87
+ },
88
+ "dtype": "float32",
89
+ "encoding": "none"
90
+ },
91
+ "description": "Robot state, qpos or RTX version: consists of [7x robot joint angles, 2x gripper position"
92
+ }
93
+ }
94
+ }
95
+ },
96
+ "is_first": {
97
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
98
+ "tensor": {
99
+ "shape": {},
100
+ "dtype": "bool",
101
+ "encoding": "none"
102
+ },
103
+ "description": "True on first step of the episode."
104
+ },
105
+ "discount": {
106
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
107
+ "tensor": {
108
+ "shape": {},
109
+ "dtype": "float32",
110
+ "encoding": "none"
111
+ },
112
+ "description": "Discount if provided, default to 1."
113
+ },
114
+ "reward": {
115
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
116
+ "tensor": {
117
+ "shape": {},
118
+ "dtype": "float32",
119
+ "encoding": "none"
120
+ },
121
+ "description": "Reward if provided, 1 on final step for demos."
122
+ }
123
+ }
124
+ }
125
+ },
126
+ "length": "-1"
127
+ }
128
+ },
129
+ "episode_metadata": {
130
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
131
+ "featuresDict": {
132
+ "features": {
133
+ "file_path": {
134
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
135
+ "text": {},
136
+ "description": "Path to the original data file."
137
+ }
138
+ }
139
+ }
140
+ }
141
+ }
142
+ }
143
+ }
robo_verse_dataset-train.tfrecord-00000-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dfb452b072b47ea07dc44a56b034cdcf69da814610a894b4b8b3af02eda13b2
3
+ size 97202016
robo_verse_dataset-train.tfrecord-00001-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b191842b11cf62b88c5cefad08f5451a159ec27f684a0aa3d270a3f2423c0787
3
+ size 62609687
robo_verse_dataset-train.tfrecord-00002-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab786163de30f7224a1f6153039ac63f3696a77f6fc8d522d744c9bb99be9a88
3
+ size 72785730
robo_verse_dataset-train.tfrecord-00003-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f49933c5860af196cb5e976a2921e82f251e5cecebf20ea65c6ae24f7f56ae
3
+ size 77551587
robo_verse_dataset-train.tfrecord-00004-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05274c2ea2c4b5c2f7e076ec7d6a2937d4da7fc01263e9a798ac1d4f491ae3d9
3
+ size 97819942
robo_verse_dataset-train.tfrecord-00005-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3fd2a3f4c6176cd7518d2f0df9666a2abfe4eb9fcb9f3c79b15e9766fe67ec
3
+ size 51516752
robo_verse_dataset-train.tfrecord-00006-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35abba6bb6bf1da378d38141aa3c7a0449a04acebd613940de0bd8c0d8a0fb15
3
+ size 92766886
robo_verse_dataset-train.tfrecord-00007-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2ef8eb22449a176ba6cf55bb3b804cd24614c64dfb3f7509ea9fa25cb57cd2c
3
+ size 78984845
robo_verse_dataset-train.tfrecord-00008-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4326492ce8114cd30dc57fcf61cbfd1917be74a99044681cbd206e4acafdb00
3
+ size 72952897
robo_verse_dataset-train.tfrecord-00009-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb4eff7143fdd64796088492b6def32465922a7a5f40c087c0622b31984bafd
3
+ size 97647610
robo_verse_dataset-train.tfrecord-00010-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d4981db5929df9008557d51647258662d1958bdb9325199eae941fd315c51c2
3
+ size 69331388
robo_verse_dataset-train.tfrecord-00011-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d288026d13c743ed1fcb995a08a8fca593653d2107441e3f05f215fd60542133
3
+ size 69858990
robo_verse_dataset-train.tfrecord-00012-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a551c89898ea0001ca34a0bbf78252ce1269478733f685eac4df365f53ffcf2d
3
+ size 93561735
robo_verse_dataset-train.tfrecord-00013-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6cbc2c84106d62d45fe828d03b93d80a07cda899630bcbb92676fa455634855
3
+ size 52823200
robo_verse_dataset-train.tfrecord-00014-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad24193eb1adf83a141f1241dd3b67efc8e3bea123d9549e1f6e1e7886a8ec0f
3
+ size 70910454
robo_verse_dataset-train.tfrecord-00015-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e5f3bb88fbb4285eaf3e754f7bc89e52c4b35e35f0713ef5acd4a8799970f3
3
+ size 70154664