lunar-lander-dqn
PublicDQN Solution for LunarLander-v3 (Gymnasium) | Reinforcement learning agent using Deep Q-Network (DQN) to land a lunar module safely. Implements experience replay, target networks, and training visualization. This project serves as a hands-on reinforcement learning experiment for solving continuous control tasks using deep Q-learning.