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