You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project investigates the intuitions/ideas behind Double DQN, and evaluate how much it can improve Q-value overestimation and agent performance. We aim to describe how the learning/update process in Double DQN ends up with better Q-value estimates and agent performance when comparing to that of DQN.
This project provides a comprehensive understanding of reinforcement learning, focusing on Deep Q-Learning (DQN). It involves exploring the OpenAI Gym library, implementing DQN from DeepMind's seminal paper, and enhancing the DQN algorithm for improved performance and stability.