Training a self learning Snake from scratch Part 1

This is Part 1 of the tutorial series ‘HISS’, in this part we will learn to code from scratch and implement a very easy and minimal snake based on QLearning with a small Dense Neural Network.

The Game Snake and RL

Let’s Begin !

Builing the game

Creating the QAgent

Training

Results

Congrats you have made your very first Artificial Snake, Now let’s see how to make him smarter in the next part !