/SelfPlayingSnake

An implementation of Q-Learning RL Algorithm. The algorithm is built around a game of snake and the game's grid basis made it ideal for implementation of a state configuration.

Primary LanguagePythonApache License 2.0Apache-2.0

SelfPlayingSnake

An implementation of Q-Learning RL Algorithm. The algorithm is built around a game of snake and the game's grid basis made it ideal for implementation of a state configuration.