Skip to content

Commit

Permalink
Fix a typo/copy paste error (Lightning-Universe#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolkaruza authored and chris-clem committed Dec 9, 2020
1 parent cd94b9e commit 4d14bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reinforce_learn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ steadily increases till convergence.
:width: 800
:alt: Noisy DQN Result

**DQN vs Dueling DQN: Pong**
**DQN vs Noisy DQN: Pong**

In comparison to the base DQN, the Noisy DQN is more stable and is able to converge on an optimal policy much faster
than the original. It seems that the replacement of the epsilon-greedy strategy with network noise provides a better
Expand Down

0 comments on commit 4d14bf4

Please sign in to comment.