AlphaZeroIncubator / AlphaZero

Our implementation of AlphaZero for simple games such as Tic-Tac-Toe and Connect4.
0 stars 0 forks source link

Start Contiguous Architecture(WIP) #32

Closed abhon closed 4 years ago

abhon commented 4 years ago

I started working on the contiguous architecture and it is mostly done, but I would like to run a few tests on it before merge. @PhilipEkfeldt you might notice this when you try to use the architecture, but I missed a few of the optional parameters when making the ResidualBlocks in the network, and I have changed that so you can actually turn on batch norm and change the activation function for the Residual Blocks when making the Encoding Network. Let me know if anything sticks out.

PhilipEkfeldt commented 4 years ago

This looks good, it's basically just that change + combining it into one net?

abhon commented 4 years ago

Basically. I'm pretty sure it works, but if you all want I can run some tests.