added bayes mcts engine and remove .src in imports
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user