Dueling DQN application
In order to run the code, you need Python3 and the following libraries:
To run the code, execute the following command:
$ git clone https://github.com/bmaxdk/OpenAI-Gym-LunarLander-v2-Double-DQN.git
$ cd OpenAI-Gym-LunarLander-v2-Double-DQN
$ python main.py
Compare to DQN, Dueling DQN, Double DQN, and Double Dueling DQN, Dueling DQN performs way better.