Deep Double Q Learning agent for Super Mario Bros.
Python 3.7
Tensorflow-gpu 2.1: pip install tensorflow-gpu==2.1 (https://www.tensorflow.org/install/gpu)
Matplotlib: pip install matplotlib
OpenAI gym: pip install gym
Super Mario Bros. env: pip install gym_super_mario_bros==7.3.0 (https://github.com/Kautenja/gym-super-mario-bros)