ariasanovsky / azdopt

An implementation of Alpha Zero for discrete optimization problems.
7 stars 0 forks source link

Bookkeeping error with next root selection #39

Closed ariasanovsky closed 1 year ago

ariasanovsky commented 1 year ago

While working on Issue #37, I found that the roots for the next epoch were not getting set appropraitely.

ariasanovsky commented 1 year ago

Obsolete after completion of Issue #40