diff --git a/intermediate_source/reinforcement_q_learning.py b/intermediate_source/reinforcement_q_learning.py index dd4a84d5908..083ce07f77a 100644 --- a/intermediate_source/reinforcement_q_learning.py +++ b/intermediate_source/reinforcement_q_learning.py @@ -194,7 +194,7 @@ def __len__(self): # Q-network # ^^^^^^^^^ # -# Our model will be a convolutional neural network that takes in the +# Our model will be a feed forward neural network that takes in the # difference between the current and previous screen patches. It has two # outputs, representing :math:`Q(s, \mathrm{left})` and # :math:`Q(s, \mathrm{right})` (where :math:`s` is the input to the