axiomizer / haida-go

An implementation of a go (baduk) AI, following methods published for AlphaGo Zero. The primary purpose is to gain hands-on experience with machine learning.
0 stars 0 forks source link

test_full_net: multiple training steps #6

Closed axiomizer closed 1 year ago

axiomizer commented 1 year ago

Modify the unit test called test_full_net so that it performs multiple training steps. Alternatively, write a new test.