ZYunfeii/DRL4SnakeGame
Using deep reinforcement learning to play Snake game(贪吃蛇).
This project offers a way to train an AI to play the classic Snake game. It takes the game environment as input and outputs a trained AI agent that can play the game intelligently. This is for anyone interested in observing or demonstrating how artificial intelligence can master simple game mechanics.
No commits in the last 6 months.
Use this if you want to quickly train an AI to play the Snake game and see its performance.
Not ideal if you're looking to develop complex AI for intricate, strategy-heavy games, or if you're not comfortable running Python scripts.
Stars
82
Forks
18
Language
Python
License
MIT
Category
Last pushed
Sep 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ZYunfeii/DRL4SnakeGame"
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...
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)
gmamaladze/deep-snake
A snake game trained using simple deep learning implemented in client side javascript.