Projects

Lunar Lander Reinforcement Learning Agent
I trained an agent in the OpenAI Gym LunlarLander-v2 environment using Double DQN, a Q-learning algorithm that uses two deep neural networks to estimate the value of each action in a given state.
Lunar Lander Reinforcement Learning Agent