Playing Mario Bros with DQN

Completed:

When I saw in early 2020 that someone created a library call PyBoy that emulates the Game Boy console using Python, I immediately started a small project for fun where I wanted to see if I could train a reinforcement learning agent to beat the first level of Mario Bros (spoiler, it did !).

GitHub project can be found here : link