This is a demo of training an AI to land a simple lunar lander.

This is a project forked from this Github repository: https://github.com/boyuanf/DeepQLearning

And from this one: https://github.com/rteshnizi/LunarLander-v2

Thank you to boyuanf and rteshnizi for creating these projects!

The training result graph is drawed by Tensorboard.

Refered to:

https://becominghuman.ai/lets-build-an-atari-ai-part-1-dqn-df57e8ff3b26

https://github.com/rlcode/reinforcement-learning/blob/master/3-atari/1-breakout/breakout_dqn.py

https://github.com/asrivat1/DeepLearningVideoGames/blob/master/deep_q_network.py