LearnSnake and example.snake.AI
These are competitors, as both projects provide standalone AI solutions for playing the game Snake, albeit using different machine learning approaches (Q-Learning vs. neuro-evolution).
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 example.snake.AI
liquidcarrot/example.snake.AI
Using neuro-evolution to play Snake! ♥
This project demonstrates how artificial intelligence can learn to play the classic game Snake. It takes the game's state as input and produces game-playing decisions, ultimately showing how an AI can master simple games through trial and error. Anyone interested in observing AI learning in a game environment would find this compelling.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work