Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 385 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 385 Bytes

LunarLander-DQN-DDQN

The Lunar Lander v2 environment is learnt using Deep Q Reinforcement Learning in Pytorch

Both DQN and DDQN are tested in this project. DDQN uses Hard Copy in order to update the target network.
Sample videos are in the videos folder.
image