erikbern / deep-pink

Deep Pink is a chess AI that learns to play chess using deep learning.
http://erikbern.com/2014/11/29/deep-learning-for-chess/
813 stars 159 forks source link

New branch with Python3 support and Dockerfile #20

Closed arturgontijo closed 5 years ago

arturgontijo commented 5 years ago

Hi, @erikbern. First of all, congratulations for the hard work.

I've forked your repo and updated it to use Python3 (3.6.7). I've also created a Dockerfile to setup an image that has all dependencies installed.

If you see value on this, please create a branch called py3 and then I'll open a PR on it.

Here is the code.

erikbern commented 5 years ago

This code is super old so I'm not sure if working on it makes sense at this point! Sorry

arturgontijo commented 5 years ago

Ok, no problem! Thanks.