gmamaladze/deep-snake
A snake game trained using simple deep learning implemented in client side javascript.
This project lets you observe how a simple computer program, like a Snake game, can learn to play better right in your web browser. You can watch as the game's "brain" gradually improves, starting from random moves to more strategic ones, all without needing to install anything. It's designed for anyone curious about the basics of how machine learning works in a very visual and immediate way.
No commits in the last 6 months.
Use this if you want a quick, interactive demonstration of deep learning principles applied to a familiar game, visible within minutes.
Not ideal if you're looking for a robust AI for complex game challenges or a tool for serious machine learning development.
Stars
77
Forks
16
Language
JavaScript
License
MIT
Category
Last pushed
Oct 04, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gmamaladze/deep-snake"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chynl/snake
Artificial intelligence for the Snake game.
Eliastik/snakeia
A modern Snake game featuring an artificial intelligence powered by Deep Q-Learning...
ZYunfeii/DRL4SnakeGame
Using deep reinforcement learning to play Snake game(čīŠåč).
italohdc/LearnSnake
ð AI that learns to play Snake using Q-Learning (Reinforcement Learning)
hayderkharrufa/snake_pathfinding_ai
AI plays snake game using BFS (Breadth-First Search) algorithm.