shindavid / AlphaZeroArcade

8 stars 1 forks source link

C++ move history #23

Closed shindavid closed 3 months ago

shindavid commented 1 year ago

Currently, the c++ c4::Tensorizor class does not have the option to include recent move history. This was based on early python experimentation that demonstrated that recent move history did not appear to help predict the oracle labels.

In other games, however, recent move history is known to be useful. We should implement a generic move-history c++ module that will work for any game that wants it.

shindavid commented 3 months ago

New design renders this concern obsolete.