Skip to content

Commit

Permalink
add paper and small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kpertsch committed Mar 15, 2024
1 parent 8b31d60 commit 11c9dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h1 class="title is-1 publication-title">DROID: <br>
</span> -->

<span class="link-block">
<a target="_blank" href=""
<a target="_blank" href="paper.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -317,7 +317,7 @@ <h1><b>Getting Started</b></h1>
<pre><code>import tensorflow_datasets as tfds

ds = tfds.load("droid",
data_dir="gs://gresearch/robotics", split="train")
&nbsp;&nbsp;&nbsp;&nbsp;data_dir="gs://gresearch/robotics", split="train")

for episode in ds.take(5):
&nbsp;&nbsp;&nbsp;&nbsp;for step in episode["steps"]:
Expand Down
Binary file added paper.pdf
Binary file not shown.

0 comments on commit 11c9dca

Please sign in to comment.