added bayes mcts engine and remove .src in imports

This commit is contained in:
2024-01-28 23:10:25 +01:00
parent 0bc58fe9b7
commit 31a219ea87
13 changed files with 43816 additions and 510 deletions

View File

@@ -3,7 +3,7 @@ url: "https://lichess.org/" # Lichess base URL.
engine: # Engine settings.
dir: "./engines" # Directory containing the engine. This can be an absolute path or one relative to lichess_bot/.
name: "MctsEngine" # Binary name of the engine to use.
name: "MyBayesMctsEngine" # Binary name of the engine to use.
working_dir: "" # Directory where the chess engine will read and write files. If blank or missing, the current directory is used.
# NOTE: If working_dir is set, the engine will look for files and directories relative to this directory, not where lichess_bot was launched. Absolute paths are unaffected.
protocol: "homemade" # "uci", "xboard" or "homemade"