-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable logging messages for RL agent
During gameplay and training, the RL agent would print Q values for available moves as part of its move selection process. However, this information, mainly useful for debugging purposes, is not required for typical usage scenarios. To enhance readability and streamline output, this patch disables the logging output by default. The related messages will now only appear if the verbose option is explicitly enabled during compilation. This change reduces unnecessary verbosity during gameplay and training, improving overall user experience.
- Loading branch information
1 parent
d327beb
commit a27cef0
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters