szang18 commited on
Commit
5bde07d
·
verified ·
1 Parent(s): dac22f0

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ robo_verse_dataset-train.tfrecord-00000-of-00008 filter=lfs diff=lfs merge=lfs -text
37
+ robo_verse_dataset-train.tfrecord-00001-of-00008 filter=lfs diff=lfs merge=lfs -text
38
+ robo_verse_dataset-train.tfrecord-00002-of-00008 filter=lfs diff=lfs merge=lfs -text
39
+ robo_verse_dataset-train.tfrecord-00003-of-00008 filter=lfs diff=lfs merge=lfs -text
40
+ robo_verse_dataset-train.tfrecord-00004-of-00008 filter=lfs diff=lfs merge=lfs -text
41
+ robo_verse_dataset-train.tfrecord-00005-of-00008 filter=lfs diff=lfs merge=lfs -text
42
+ robo_verse_dataset-train.tfrecord-00006-of-00008 filter=lfs diff=lfs merge=lfs -text
43
+ robo_verse_dataset-train.tfrecord-00007-of-00008 filter=lfs diff=lfs merge=lfs -text
dataset_info.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "1042487163",
15
+ "shardLengths": [
16
+ "12",
17
+ "13",
18
+ "13",
19
+ "12",
20
+ "12",
21
+ "13",
22
+ "13",
23
+ "12"
24
+ ]
25
+ }
26
+ ],
27
+ "version": "1.0.0"
28
+ }
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-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77251b1535964d132c3dee5ab56fa9ea35c53caf1616aadafe8c7cad6115ebf5
3
+ size 122853002
robo_verse_dataset-train.tfrecord-00001-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64cfe9000fae66e02773993984efa513195c83773ab6adf5e4cbf3a12ab46e00
3
+ size 135312026
robo_verse_dataset-train.tfrecord-00002-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c327f6398fe4c1f3a7594b5a75e7e7c7cc40844b7a87c2f88129f4d585256990
3
+ size 137060471
robo_verse_dataset-train.tfrecord-00003-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7c62a2c4fc908f28b6e04e06deba500ab29f2b7228d6752f60be5427660993f
3
+ size 123543640
robo_verse_dataset-train.tfrecord-00004-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6106a15b8e31c33987b829dd5a208cdcc8723cb03c1fd4de94016ba24a8cae
3
+ size 132872562
robo_verse_dataset-train.tfrecord-00005-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ee9323c84564b69b5a1256f098035e124927f965ac03f03dcf415257c7af3a
3
+ size 136218900
robo_verse_dataset-train.tfrecord-00006-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca51dbdfe2d9530f82f1c7375615664071cb430a49b784a8094abcf59a6091e1
3
+ size 129635963
robo_verse_dataset-train.tfrecord-00007-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f525c93807a3363016c5357b94cc732777b5562591747bee8cc904782a98676b
3
+ size 124992199