Deep Q learning algorithmn that plays the game of snake.
Usage
git clone https://github.com/EteimZ/deep-Qlearning-Snake.git
pip install -r requirements.txt
python agent.py
Project Structure
- agent: Contains the agent of the game.
- game: This environment of the game.
- model: This is Deep Q learning model of the game.
Resources
Video playlist by Avatar Patrick Loeber