goodboychan.github.io
goodboychan.github.io copied to clipboard
Deep Q-Network (DQN) on LunarLander-v2 | Chan`s Jupyter
Deep Q-Network (DQN) on LunarLander-v2 | Chan`s Jupyter
In this post, We will take a hands-on-lab of Simple Deep Q-Network (DQN) on openAI LunarLander-v2 environment. This is the coding exercise from udacity Deep Reinforcement Learning Nanodegree.
Awesome example! But seems there is memory leak in the code. When I change the parameter size to a bigger one, the issue becomes more apparent.