diff --git a/dopamine/replay_memory/circular_replay_buffer.py b/dopamine/replay_memory/circular_replay_buffer.py index 1a5020fa..ca1aaaed 100644 --- a/dopamine/replay_memory/circular_replay_buffer.py +++ b/dopamine/replay_memory/circular_replay_buffer.py @@ -38,7 +38,7 @@ # Defines a type describing part of the tuple returned by the replay # memory. Each element of the tuple is a tensor of shape [batch, ...] where -# ... is defined the 'shape' field of ReplayElement. The tensor type is +# ... is defined as the 'shape' field of ReplayElement. The tensor type is # given by the 'type' field. The 'name' field is for convenience and ease of # debugging. ReplayElement = (