Various attempts at teaching a model to beat snake. gym referenced: https://github.com/AleksaC/gym-snake agent referenced: https://keras.io/examples/rl/deep_q_network_breakout/ https://github.com/ModMaamari/reinforcement-learning-using-python/blob/master/Train_GridSearch.py https://github.com/henniedeharder/snake/blob/master/agent_1.py https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf
to install gym: cd gym-snake pip install .
then simply run run.py
see other branches for different non-deep learning implementations