zmh-program/ai-snake
AI snake game using Pytorch and Numpy (old-version using Pygame).
This project helps you explore and understand how artificial intelligence can learn to play the classic Snake game. It takes in game parameters like the number of snakes and coins, and outputs a trained AI agent capable of playing the game, demonstrating AI learning strategies. This is designed for someone curious about basic AI training and game simulation.
No commits in the last 6 months.
Use this if you are an AI student or enthusiast looking to visualize and understand basic reinforcement learning concepts through a familiar game.
Not ideal if you are looking for a complex game development framework or a production-ready AI solution for real-world applications beyond game simulation.
Stars
11
Forks
—
Language
Python
License
MIT
Category
Last pushed
Dec 29, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zmh-program/ai-snake"
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)