We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd4506 commit 6cae5aeCopy full SHA for 6cae5ae
intermediate_source/mario_rl_tutorial.py
@@ -396,7 +396,7 @@ def recall(self):
396
# In our implementation, we share feature generator ``features`` across
397
# :math:`Q_{online}` and :math:`Q_{target}`, but maintain separate FC
398
# classifiers for each. :math:`\theta_{target}` (the parameters of
399
-# :math:`Q_{target}`) is frozen to prevent updation by backprop. Instead,
+# :math:`Q_{target}`) is frozen to prevent updating by backprop. Instead,
400
# it is periodically synced with :math:`\theta_{online}` (more on this
401
# later).
402
#
0 commit comments