WeiChow commited on
Commit
1839550
1 Parent(s): 90a01ce

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -4113,3 +4113,4 @@ furniture_bench_dataset_converted_externally_to_rlds/0.1.0/furniture_bench_datas
4113
  furniture_bench_dataset_converted_externally_to_rlds/0.1.0/furniture_bench_dataset_converted_externally_to_rlds-train.tfrecord-01021-of-01024 filter=lfs diff=lfs merge=lfs -text
4114
  furniture_bench_dataset_converted_externally_to_rlds/0.1.0/furniture_bench_dataset_converted_externally_to_rlds-train.tfrecord-01022-of-01024 filter=lfs diff=lfs merge=lfs -text
4115
  furniture_bench_dataset_converted_externally_to_rlds/0.1.0/furniture_bench_dataset_converted_externally_to_rlds-train.tfrecord-01023-of-01024 filter=lfs diff=lfs merge=lfs -text
 
 
4113
  furniture_bench_dataset_converted_externally_to_rlds/0.1.0/furniture_bench_dataset_converted_externally_to_rlds-train.tfrecord-01021-of-01024 filter=lfs diff=lfs merge=lfs -text
4114
  furniture_bench_dataset_converted_externally_to_rlds/0.1.0/furniture_bench_dataset_converted_externally_to_rlds-train.tfrecord-01022-of-01024 filter=lfs diff=lfs merge=lfs -text
4115
  furniture_bench_dataset_converted_externally_to_rlds/0.1.0/furniture_bench_dataset_converted_externally_to_rlds-train.tfrecord-01023-of-01024 filter=lfs diff=lfs merge=lfs -text
4116
+ ucsd_kitchen_dataset_converted_externally_to_rlds/0.1.0/ucsd_kitchen_dataset_converted_externally_to_rlds-train.tfrecord-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
ucsd_kitchen_dataset_converted_externally_to_rlds/0.1.0/dataset_info.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "@ARTICLE{ucsd_kitchens,\n author = {Ge Yan, Kris Wu, and Xiaolong Wang},\n title = {{ucsd kitchens Dataset}},\n year = {2023},\n month = {August}\n}",
3
+ "description": "xArm interacting with different toy kitchens",
4
+ "fileFormat": "tfrecord",
5
+ "location": {
6
+ "urls": [
7
+ " "
8
+ ]
9
+ },
10
+ "moduleName": "rlds_dataset_mod.multithreaded_adhoc_tfds_builder",
11
+ "name": "ucsd_kitchen_dataset_converted_externally_to_rlds",
12
+ "releaseNotes": {
13
+ "0.1.0": "Initial release."
14
+ },
15
+ "splits": [
16
+ {
17
+ "filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
18
+ "name": "train",
19
+ "numBytes": "115231016",
20
+ "shardLengths": [
21
+ "150"
22
+ ]
23
+ }
24
+ ],
25
+ "version": "0.1.0"
26
+ }
ucsd_kitchen_dataset_converted_externally_to_rlds/0.1.0/features.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "reward": {
13
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
14
+ "tensor": {
15
+ "shape": {},
16
+ "dtype": "float32",
17
+ "encoding": "none"
18
+ },
19
+ "description": "Reward if provided, 1 on final step for demos."
20
+ },
21
+ "language_embedding": {
22
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
23
+ "tensor": {
24
+ "shape": {
25
+ "dimensions": [
26
+ "512"
27
+ ]
28
+ },
29
+ "dtype": "float32",
30
+ "encoding": "none"
31
+ },
32
+ "description": "Kona language embedding. See https://tfhub.dev/google/universal-sentence-encoder-large/5"
33
+ },
34
+ "discount": {
35
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
36
+ "tensor": {
37
+ "shape": {},
38
+ "dtype": "float32",
39
+ "encoding": "none"
40
+ },
41
+ "description": "Discount if provided, default to 1."
42
+ },
43
+ "is_last": {
44
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
45
+ "tensor": {
46
+ "shape": {},
47
+ "dtype": "bool",
48
+ "encoding": "none"
49
+ }
50
+ },
51
+ "is_first": {
52
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
53
+ "tensor": {
54
+ "shape": {},
55
+ "dtype": "bool",
56
+ "encoding": "none"
57
+ }
58
+ },
59
+ "observation": {
60
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
61
+ "featuresDict": {
62
+ "features": {
63
+ "image": {
64
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
65
+ "image": {
66
+ "shape": {
67
+ "dimensions": [
68
+ "256",
69
+ "256",
70
+ "3"
71
+ ]
72
+ },
73
+ "dtype": "uint8",
74
+ "encodingFormat": "jpeg"
75
+ },
76
+ "description": "Main camera RGB observation."
77
+ },
78
+ "state": {
79
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
80
+ "tensor": {
81
+ "shape": {
82
+ "dimensions": [
83
+ "21"
84
+ ]
85
+ },
86
+ "dtype": "float32",
87
+ "encoding": "none"
88
+ },
89
+ "description": "21-dimensional joint states, consists of robot joint angles, joint velocity and joint torque."
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "language_instruction": {
95
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
96
+ "text": {},
97
+ "description": "Language Instruction."
98
+ },
99
+ "is_terminal": {
100
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
101
+ "tensor": {
102
+ "shape": {},
103
+ "dtype": "bool",
104
+ "encoding": "none"
105
+ }
106
+ },
107
+ "action": {
108
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
109
+ "tensor": {
110
+ "shape": {
111
+ "dimensions": [
112
+ "8"
113
+ ]
114
+ },
115
+ "dtype": "float32",
116
+ "encoding": "none"
117
+ },
118
+ "description": "8-dimensional action, consisting of end-effector position and orientation, gripper open/close and a episode termination action."
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "length": "-1"
124
+ }
125
+ },
126
+ "episode_metadata": {
127
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
128
+ "featuresDict": {
129
+ "features": {
130
+ "file_path": {
131
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
132
+ "text": {},
133
+ "description": "Path to the original data file."
134
+ }
135
+ }
136
+ }
137
+ }
138
+ }
139
+ }
140
+ }
ucsd_kitchen_dataset_converted_externally_to_rlds/0.1.0/ucsd_kitchen_dataset_converted_externally_to_rlds-train.tfrecord-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33cf711bb0bce4b7326fdd5a6c3f50e5afabad74a14ebc0c8b2a6bcac5853a81
3
+ size 115233416