alessiodm / drl-zh

Deep Reinforcement Learning: Zero to Hero!
MIT License
1.97k stars 69 forks source link

Fix typo in 02RL Jupyter Notebook #7

Closed keesh0410 closed 2 weeks ago

keesh0410 commented 3 weeks ago

I modified the comment under "Decay Epsilon with Generator" in the 02RL notebook from:

"""Convenient generator function to generate and decy epsilon.""" to:

"""Convenient generator function to generate and decay epsilon.""" I made the same modification in the 02RL file under the solution folder.

alessiodm commented 2 weeks ago

Thank you!