aractingi commited on
Commit
de2d1e0
·
verified ·
1 Parent(s): d815d78

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -53,3 +53,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00000-of-00008 filter=lfs diff=lfs merge=lfs -text
57
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00001-of-00008 filter=lfs diff=lfs merge=lfs -text
58
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00002-of-00008 filter=lfs diff=lfs merge=lfs -text
59
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00003-of-00008 filter=lfs diff=lfs merge=lfs -text
60
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00004-of-00008 filter=lfs diff=lfs merge=lfs -text
61
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00005-of-00008 filter=lfs diff=lfs merge=lfs -text
62
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00006-of-00008 filter=lfs diff=lfs merge=lfs -text
63
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00007-of-00008 filter=lfs diff=lfs merge=lfs -text
64
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-val.tfrecord-00000-of-00002 filter=lfs diff=lfs merge=lfs -text
65
+ utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-val.tfrecord-00001-of-00002 filter=lfs diff=lfs merge=lfs -text
dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "@misc{oh2023pr2utokyodatasets,\n author={Jihoon Oh and Naoaki Kanazawa and Kento Kawaharazuka},\n title={X-Embodiment U-Tokyo PR2 Datasets},\n year={2023},\n url={https://github.com/ojh6404/rlds_dataset_builder},\n}",
3
+ "description": "PR2 tabletop manipulation (folding cloth, picking)",
4
+ "fileFormat": "tfrecord",
5
+ "location": {
6
+ "urls": [
7
+ "--"
8
+ ]
9
+ },
10
+ "moduleName": "tensorflow_datasets.robotics.rtx.rtx",
11
+ "name": "utokyo_pr2_tabletop_manipulation_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": "701002051",
20
+ "shardLengths": [
21
+ "23",
22
+ "22",
23
+ "21",
24
+ "16",
25
+ "29",
26
+ "24",
27
+ "32",
28
+ "25"
29
+ ]
30
+ },
31
+ {
32
+ "filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
33
+ "name": "val",
34
+ "numBytes": "168655249",
35
+ "shardLengths": [
36
+ "23",
37
+ "25"
38
+ ]
39
+ }
40
+ ],
41
+ "version": "0.1.0"
42
+ }
features.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "featuresDict": {
3
+ "features": {
4
+ "episode_metadata": {
5
+ "featuresDict": {
6
+ "features": {
7
+ "file_path": {
8
+ "description": "Path to the original data file.",
9
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
10
+ "text": {}
11
+ }
12
+ }
13
+ },
14
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
15
+ },
16
+ "steps": {
17
+ "pythonClassName": "tensorflow_datasets.core.features.dataset_feature.Dataset",
18
+ "sequence": {
19
+ "feature": {
20
+ "featuresDict": {
21
+ "features": {
22
+ "action": {
23
+ "description": "Robot action, consists of [3x end effector pos, 3x robot rpy angles, 1x gripper open/close command, 1x terminal action].",
24
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
25
+ "tensor": {
26
+ "dtype": "float32",
27
+ "encoding": "none",
28
+ "shape": {
29
+ "dimensions": [
30
+ "8"
31
+ ]
32
+ }
33
+ }
34
+ },
35
+ "discount": {
36
+ "description": "Discount if provided, default to 1.",
37
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
38
+ "tensor": {
39
+ "dtype": "float32",
40
+ "encoding": "none",
41
+ "shape": {}
42
+ }
43
+ },
44
+ "is_first": {
45
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
46
+ "tensor": {
47
+ "dtype": "bool",
48
+ "encoding": "none",
49
+ "shape": {}
50
+ }
51
+ },
52
+ "is_last": {
53
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
54
+ "tensor": {
55
+ "dtype": "bool",
56
+ "encoding": "none",
57
+ "shape": {}
58
+ }
59
+ },
60
+ "is_terminal": {
61
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
62
+ "tensor": {
63
+ "dtype": "bool",
64
+ "encoding": "none",
65
+ "shape": {}
66
+ }
67
+ },
68
+ "language_embedding": {
69
+ "description": "Kona language embedding. See https://tfhub.dev/google/universal-sentence-encoder-large/5",
70
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
71
+ "tensor": {
72
+ "dtype": "float32",
73
+ "encoding": "none",
74
+ "shape": {
75
+ "dimensions": [
76
+ "512"
77
+ ]
78
+ }
79
+ }
80
+ },
81
+ "language_instruction": {
82
+ "description": "Language Instruction.",
83
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
84
+ "text": {}
85
+ },
86
+ "observation": {
87
+ "featuresDict": {
88
+ "features": {
89
+ "image": {
90
+ "description": "Main camera RGB observation.",
91
+ "image": {
92
+ "dtype": "uint8",
93
+ "encodingFormat": "png",
94
+ "shape": {
95
+ "dimensions": [
96
+ "128",
97
+ "128",
98
+ "3"
99
+ ]
100
+ }
101
+ },
102
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
103
+ },
104
+ "state": {
105
+ "description": "Robot state, consists of [3x end effector pos, 3x robot rpy angles, 1x gripper position].",
106
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
107
+ "tensor": {
108
+ "dtype": "float32",
109
+ "encoding": "none",
110
+ "shape": {
111
+ "dimensions": [
112
+ "7"
113
+ ]
114
+ }
115
+ }
116
+ }
117
+ }
118
+ },
119
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
120
+ },
121
+ "reward": {
122
+ "description": "Reward if provided, 1 on final step for demos.",
123
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
124
+ "tensor": {
125
+ "dtype": "float32",
126
+ "encoding": "none",
127
+ "shape": {}
128
+ }
129
+ }
130
+ }
131
+ },
132
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
133
+ },
134
+ "length": "-1"
135
+ }
136
+ }
137
+ }
138
+ },
139
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
140
+ }
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00000-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b64e2db960de52b71f5bd70b9b9df568db03d35fdfc3060343884ad57f837f5
3
+ size 82893263
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00001-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a64928061127d1a4537c858aac9f62e4158133c0b27db95b0fdfeb4787fdc71
3
+ size 82364794
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00002-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da610ae50aebd7ae40e652a61e815968ea316e8e306367b392168cb1dbf6117e
3
+ size 76885248
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00003-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a6f6a9dbfa49135ab3e05a3f3a5f6d33f5cb8b8dd1aa69e0add9f3b34a2e50
3
+ size 60780727
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00004-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c8944c7634bfe96db2219bcbfa5389207dba7fc0074d480225062413bc9c42a
3
+ size 104480379
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00005-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11493d8d2bb079300405d3b781e19dd9787d836b84907a3037d6e59b1079f657
3
+ size 86625167
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00006-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d586d89fd2781a3e217156813d26b257e6d0634707b797cc0feb1ab95f30fb9
3
+ size 114842396
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-train.tfrecord-00007-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6a8986bf97a50d099ee33b4d0c9a01a3f17e8c999ac6f62d9b3fb9cabed0d9
3
+ size 92133149
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-val.tfrecord-00000-of-00002 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59506861d6ae3401c5b75be4c824a3cb7be5a1cbead2df94b18dc9be882f4686
3
+ size 80961532
utokyo_pr2_tabletop_manipulation_converted_externally_to_rlds-val.tfrecord-00001-of-00002 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc7f149c5e6b2182696540f3eca32d2c048c53cdec1961b86862a9e07500ef86
3
+ size 87694485