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.
No commits in the last 6 months.
Use this if you want to see a clear, visual example of neuro-evolutionary AI learning to play a game autonomously.
Not ideal if you're looking for an advanced game AI for complex strategy games or a tool to develop your own AI game agents from scratch without prior programming knowledge.
Stars
7
Forks
2
Language
JavaScript
License
MIT
Category
Last pushed
Feb 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/liquidcarrot/example.snake.AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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)