/DQN_agent

This repository contains the DQN agent used in my master this. Might apply it to different video games and improve it further.

Primary LanguagePythonMIT LicenseMIT

DQN_agent_bechmark

This repository contains the code used to create and evaluate the DQN Agents discussed in my Master Thesis.

While this contains the vanilla DQN Agent. Also extensions such as Priortized Experience Replay, Noisy Exploration and Dueling Networks are included.