maxpumperla / ScalphaGoZero

An independent implementation of DeepMind's AlphaGoZero in Scala, using Deeplearning4J (DL4J)
Apache License 2.0
156 stars 24 forks source link

Fix Travis build #33 #25

Closed barrybecker4 closed 4 years ago

barrybecker4 commented 4 years ago

Switch from oraclejdk8 to openjdk11 to see if it fixes the Travis build. I hope it does - I'm not sure how to test it locally.

barrybecker4 commented 4 years ago

Using openjdk11 worked, but I will do it on a different PR.