RL using DQN for MOon landing with Gym

  • Tech Stack: Python, jupyter-notebook
  • Kaggle notebook: notebook

Using the Gym library from OpenAI, I implemented a DQN model to solve the moon landing problem. The model is trained using the environment provided by the gym library.

It includes a random baselie model and DQN model. Example of visual performance as GIF is also included.