tuan-nv0505/Snake-Deep-Q-Learning
Deep Q-learning (DQL) for playing Snake game
This project helps anyone interested in artificial intelligence and game development to understand and apply Deep Q-learning to teach an AI to play the classic Snake game. You feed the system the game environment, and it outputs a trained AI that can play the game autonomously. This is ideal for students, hobbyists, or educators exploring reinforcement learning concepts.
Use this if you want to learn or demonstrate how Deep Q-learning can be used to train an AI to play a simple video game from scratch.
Not ideal if you're looking for a general-purpose game AI framework or a solution for complex, real-world control problems beyond simple game environments.
Stars
8
Forks
—
Language
Python
License
—
Category
Last pushed
Nov 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/tuan-nv0505/Snake-Deep-Q-Learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Toni-SM/skrl
Modular Reinforcement Learning (RL) library (implemented in PyTorch, JAX, and NVIDIA Warp) with...
facebookresearch/BenchMARL
BenchMARL is a library for benchmarking Multi-Agent Reinforcement Learning (MARL). BenchMARL...
utiasDSL/gym-pybullet-drones
PyBullet Gymnasium environments for single and multi-agent reinforcement learning of quadcopter control
datamllab/rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
proroklab/VectorizedMultiAgentSimulator
VMAS is a vectorized differentiable simulator designed for efficient Multi-Agent Reinforcement...