Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.66 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.66 KB

Gehirn

Learning to play tetris in Python using NEAT, Deep-Q networks, and Linear-Q networks. The best approach so far has been to use NEAT, but the current Python library does not support GPU usage and this severly hinders the training speed. This personal project is a work in progress and is intended as a way to explore machine learning outside of a classroom environment.

Machine Learning Libraries

  • Pytorch
  • Neat

Table of Contents

Model Training and Display Code

Models

Model Configuration Files

Notes