Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 452 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 452 Bytes

Q-Learning Snake

Interactive website that allows users to configure settings for training snakes through a reinforcement learning technique called Q-Learning.

Includes a preloaded Q-Table (custom) which can be loaded to see an example of a trained snake.

Q-Tables created can be downloaded at the click of a button to use as bots or other uses in snake games (Used as brain for bots in multiplayer-snake-game).

Have Fun!