This repository is not active
ShubhamPhapale/snake-ai
This project implements an AI that learns to play Snake using reinforcement learning. It features a custom Pygame environment, a Deep Q-Network built with PyTorch, and real-time visualization of the AI's learning progress. The agent improves its gameplay through experience replay and an epsilon-greedy strategy.
Python