+ 2
How to implement machine learning in snake game in python
2 Answers
+ 1
First you need to implement the snake game.. should be easy with all the tutorials on youtube/the web.
After that, stuff gets difficult. I recommend you research QLearning, because I think it could be useful for your project. Maybe watch the videos of CodeBullet on yt, containing the snake AI.
+ 1
Thanks alot bro!