Snake-Game-Neural-Nets
PublicThis is a way I used to learn reinforcement learning. I used ChatGPT to build this snake game run using a deep Q network so that I could reverse engineer it to teach myself how it worked, and then improved on it. The neural net improves during the game from the collective experience of other concurrent iterations allowing much faster learning.