Skip to content

Commit a1b575c

Browse files
author
The TensorFlow Datasets Authors
committed
Publish 'bridge_data_v2' OXE datasets, see https://robotics-transformer-x.github.io/.
PiperOrigin-RevId: 633703061
1 parent 1c3daa5 commit a1b575c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tensorflow_datasets/robotics/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
"""Robotics datasets."""
17+
1718
from tensorflow_datasets.robotics.mt_opt import MtOpt
1819
from tensorflow_datasets.robotics.rtx import AlohaMobile
1920
from tensorflow_datasets.robotics.rtx import AsuTableTopConvertedExternallyToRlds

tensorflow_datasets/robotics/rtx/rtx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_homepage(self):
3737
return 'https://rail-berkeley.github.io/bridgedata/'
3838

3939
def get_relative_dataset_location(self):
40-
return 'bridge/0.1.0'
40+
return 'bridge_data_v2/0.0.1'
4141

4242

4343
class TacoPlay(dataset_importer_builder.DatasetImporterBuilder):

0 commit comments

Comments
 (0)