Abhijith14/SnakeGame-ML
AI paying Snake Game using Reinforcement Learning - Python
This project helps anyone interested in seeing how basic AI, specifically reinforcement learning, can be applied to a simple game. It takes the classic Snake game environment and trains an AI 'agent' to play it. The output is a trained AI model that can play the game, along with a graph showing its learning progress (scores over gameplays). This is useful for students, educators, or hobbyists exploring AI concepts.
No commits in the last 6 months.
Use this if you want to observe a clear, visual example of reinforcement learning in action within a straightforward game setting.
Not ideal if you're looking for an advanced AI research tool or a framework to develop complex game AI for commercial applications.
Stars
11
Forks
—
Language
Python
License
—
Category
Last pushed
Aug 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Abhijith14/SnakeGame-ML"
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(čīŠåč).
hayderkharrufa/snake_pathfinding_ai
AI plays snake game using BFS (Breadth-First Search) algorithm.
italohdc/LearnSnake
ð AI that learns to play Snake using Q-Learning (Reinforcement Learning)