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

Apply Double Deep Q Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAI-Gym-LunarLander-v2-Double-DQN

Double 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

About

Apply Double Deep Q Learning

License:MIT License


Languages

Language:Jupyter Notebook 85.1%Language:Python 14.9%