maxpumperla / ScalphaGoZero

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

Revert "Use iterative process instead of recursion for the sake of simplicity" #11

Closed maxpumperla closed 6 years ago

maxpumperla commented 6 years ago

Reverts maxpumperla/ScalphaGoZero#10

maxpumperla commented 6 years ago

@sderosiaux sorry, had to revert, as it broke the build. pretty sure the mistake was mine in resolving the merge conflict we had. Do you mind resubmitting your PR?

sderosiaux commented 6 years ago

Sure @maxpumperla, just did: https://github.com/maxpumperla/ScalphaGoZero/pull/12 I hope it will be okay.