Skip to content

Commit 6cae5ae

Browse files
author
Svetlana Karslioglu
authored
Update mario_rl_tutorial.py
1 parent bfd4506 commit 6cae5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/mario_rl_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def recall(self):
396396
# In our implementation, we share feature generator ``features`` across
397397
# :math:`Q_{online}` and :math:`Q_{target}`, but maintain separate FC
398398
# classifiers for each. :math:`\theta_{target}` (the parameters of
399-
# :math:`Q_{target}`) is frozen to prevent updation by backprop. Instead,
399+
# :math:`Q_{target}`) is frozen to prevent updating by backprop. Instead,
400400
# it is periodically synced with :math:`\theta_{online}` (more on this
401401
# later).
402402
#

0 commit comments

Comments
 (0)