Skip to content

bmaxdk/OpenAI-Gym-LunarLander-v2-Dueling-DQN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI-Gym-LunarLander-v2-Dueling-DQN

Dueling DQN application

Requirements

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

Result

Compare to DQN, Dueling DQN, Double DQN, and Double Dueling DQN, Dueling DQN performs way better.