Skip to content

Commit

Permalink
Update TFDS paths in documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636834836
Change-Id: Ia1f0f1fe5d19389956ac89751ee11ccfe3be35c2
  • Loading branch information
tomvdw authored and copybara-github committed May 24, 2024
1 parent be119da commit 656b1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tfds-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ create a TFDS builder using the RLDS helpers.
You can add your dataset directly to TFDS
following the instructions at https://www.tensorflow.org/datasets.

* If your data has been generated with Envlogger or the RLDS Creator, you can just use the rlds helpers in TFDS (see [here](https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/rlds/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can.py) an example, or
* If your data has been generated with Envlogger or the RLDS Creator, you can just use the rlds helpers in TFDS (see [here](https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/rlds/datasets/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can.py) an example, or
[here](https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/robotics/mt_opt/mt_opy.py)
if you used the TFDS Envlogger backend).
* Otherwise, make sure your `generate_examples` implementation provides the same structure
Expand Down

0 comments on commit 656b1e1

Please sign in to comment.