Rename cli arguments of classic & bayesian mcts to be more precise
This commit is contained in:
2
main.py
2
main.py
@@ -116,7 +116,7 @@ def read_arguments():
|
||||
description='Compare two engines by playing multiple games against each other'
|
||||
)
|
||||
|
||||
engines = {"Classic": engine.ClassicMctsEngine, "Baysian": engine.BayesMctsEngine, "Random": engine.RandomEngine}
|
||||
engines = {"ClassicMCTS": engine.ClassicMctsEngine, "BayesianMCTS": engine.BayesMctsEngine, "Random": engine.RandomEngine}
|
||||
strategies = {"Random": RandomStrategy, "Stockfish": StockFishStrategy}
|
||||
|
||||
if os.name == 'nt':
|
||||
|
||||
Reference in New Issue
Block a user