MuZeroTrainer class
Methods
-
encodeMove(Move m, Game game)
→ int
-
Maps a Bishop Move to our model's 0-4097 action space.
Bishop moves contain 'from' and 'to' integer indices (0-63 for standard chess).
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
runSelfPlaySession(int numGames)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
trainStep({int batchSize = 32})
→ double
-
The optimization step (identical logic to previous version)