feat: enhance training and evaluation processes with new parameters and normalization options
This commit is contained in:
@@ -19,7 +19,7 @@ object Main:
|
||||
|
||||
val book = PolyglotBook("../../modules/bot/codekiddy.bin")
|
||||
|
||||
engine.setOpponentBot(NNUEBot(BotDifficulty.Easy, book = Some(book)), Black);
|
||||
engine.setOpponentBot(ClassicalBot(BotDifficulty.Easy, book = Some(book)), Black);
|
||||
|
||||
// Launch ScalaFX GUI in separate thread
|
||||
ChessGUILauncher.launch(engine)
|
||||
|
||||
Reference in New Issue
Block a user