From e68dd16de294bc0865996486ac8a75026d51dfe4 Mon Sep 17 00:00:00 2001 From: keshavgbpecdelhi <56075233+keshavgbpecdelhi@users.noreply.github.com> Date: Wed, 6 May 2020 13:45:10 +0530 Subject: [PATCH] ... is defined as the 'shape' field --- dopamine/replay_memory/circular_replay_buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (