Deep Q-Learning Aircraft Landing Control Project and Study

This project explores how different hyperparameters affect deep q-learning performance through systematic experimentation. using a custom gymnasium environment simulating aircraft descent, I investigated the complex relationships between batch size, learning rate, discount factor, and exploration strategies.

The neural network architecture consisted of an input layer, 3 hidden layers (256 neurons each), and an output layer, utilizing ReLu activation functions. this setup enabled the agent to learn control policies for managing descent rate, angle, and positioning while maintaining stability throughout the landing sequence. Check out the full 19-page study below.

Full Studypdf icon pdf icon pdf icon pdf icon

Details

What I learned