LearnSnake and Snake-AI
These two tools are competitors, both offering Q-learning AI implementations for the game Snake, with one using Python and the other utilizing TensorflowJS for browser-based training.
About LearnSnake
italohdc/LearnSnake
🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)
This project demonstrates an AI that learns to play the classic game Snake. It takes the game's current state (snake and fruit positions) and uses reinforcement learning to determine the best next move. The output is an autonomously playing snake that improves its performance over time, and it's ideal for students or educators exploring how basic AI algorithms can learn through trial and error.
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