Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 310103120
Change-Id: I3d930b0d084b0bb10bebd0fd2b655d645e9c593a
  • Loading branch information
Reverb Team authored and tfboyd committed May 8, 2020
1 parent 876eb5f commit 70bfa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverb/tf_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self,
that each sample consists of. If set then the length of samples received
from the server will be validated against this number.
emit_timesteps: (Defaults to True) If set, timesteps instead of full
sequences are retturned from the dataset. Returning sequences instead
sequences are returned from the dataset. Returning sequences instead
of timesteps can be more efficient as the memcopies caused by the
splitting and batching of tensor can be avoided. Note that if set to
False then then all `shapes` must have dim[0] equal to
Expand Down

0 comments on commit 70bfa99

Please sign in to comment.