The classic arcade game Snake played using Reinforcement Learning (Q-learning)
To run the game, ie. witness the snake as it learn to play the game using RL, clone this repo and execute agent.py
The classic arcade game Snake played using Reinforcement Learning (epsilon-greedy Q-learning)
PythonMIT