Cleanup debug print
This commit is contained in:
parent
48c93fa197
commit
a2711f341f
@ -40,7 +40,6 @@ fn main() {
|
|||||||
// Find the best move
|
// Find the best move
|
||||||
match mcts.search() {
|
match mcts.search() {
|
||||||
Ok(action) => {
|
Ok(action) => {
|
||||||
mcts.print_tree();
|
|
||||||
println!(
|
println!(
|
||||||
"AI chooses: {} (row {}, col {})",
|
"AI chooses: {} (row {}, col {})",
|
||||||
action.index,
|
action.index,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user