In this project, I built a reinforcement learning environment to teach a Neural Network to play the game of Snake, through Reinforcement Learning. Specifically, I used Q-Learning as RL algorithm. The ...
You can see the source code, main.cpp, here. You can read more about the Raylib library here.