# 🐍 AI Snake Game using Deep Reinforcement Learning
An AI-powered Snake game built using **Deep Q-Network (DQN)** where the agent learns to play autonomously through reinforcement learning.
## 🚀 Features
- Self-learning AI agent
- Deep Q-Learning (DQN)
- Experience Replay
- Epsilon-greedy strategy
- Trained neural network model
- Autonomous gameplay (no keyboard input)
## 🧠 Tech Stack
- Python
- PyTorch
- Pygame
- NumPy
## 🎮 How to Run
### 1️⃣ Clone Repository
git clone https://github.com/your-username/AI\_Snake\_Bot.git
cd AI\_Snake\_Bot