Compare commits
2 Commits
854772a63d
...
a2711f341f
Author | SHA1 | Date | |
---|---|---|---|
a2711f341f | |||
48c93fa197 |
@ -19,5 +19,5 @@ thiserror = "~2.0"
|
|||||||
divan = "0.1.21"
|
divan = "0.1.21"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "example"
|
name = "e2e"
|
||||||
harness = false
|
harness = false
|
||||||
|
@ -189,4 +189,3 @@ impl GameState for TicTacToe {
|
|||||||
&self.current_player
|
&self.current_player
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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