deep-snake and Snake-AI
These are ecosystem siblings—both implement snake-playing agents using deep reinforcement learning (Deep Q-Learning) in browser-based JavaScript environments, with one using generic deep learning and the other specifically leveraging TensorFlow.js as the underlying ML framework.
About deep-snake
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.
About Snake-AI
JoseLlorensRipolles/Snake-AI
Play Snake against a Deep Q-Learning agent training on your browser with TensorflowJS
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work