Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 413 Bytes

Snake-AI-Deep-QLearning

Implement a snake AI with deep Q learning using PyTorch

How to run

First clone the repository

git clone https://github.com/matin-ghorbani/Snake-AI-Deep-QLearning.git
cd Snake-AI-Deep-QLearning

Then install the dependencies

pip install -r requirements.txt

After that you can run the agent.py file by this command

python agent.py