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.
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.