Applying reinforcement learning (RL) techniques to a real video game.
Ever since I created my first PyGame 2D video game (Crazy Driver 1), I wanted to train an AI to play it... As it turns out, there are a lot of challenges in training an AI on a video game, let's learn how to do it!!