tdarshana / PySnakeAI

Python pyGame AI based on PyTorch and FFNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PySnake AI - AI Playes Snake Game

This is simple pygame integration with Pytorch and Feed Foreward Neural Networks. The following packages are required for the project to run properly.

This uses, Bellman Equation and ReLU for nn calculations and uses back-propegation.

Game Running Game Plottng Data

Dependencies

python=3.7
pygame
torch
torchvision
matplotlib
ipython

Todo

  1. Resolve the issues with self containing loop

License

This code is under MIT License. Its free to modify and distribute. ♥

About

Python pyGame AI based on PyTorch and FFNN

License:MIT License


Languages

Language:Python 100.0%