Compare commits
2 Commits
854772a63d
...
a2711f341f
Author | SHA1 | Date | |
---|---|---|---|
a2711f341f | |||
48c93fa197 |
@ -19,5 +19,5 @@ thiserror = "~2.0"
|
||||
divan = "0.1.21"
|
||||
|
||||
[[bench]]
|
||||
name = "example"
|
||||
name = "e2e"
|
||||
harness = false
|
||||
|
@ -189,4 +189,3 @@ impl GameState for TicTacToe {
|
||||
&self.current_player
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,6 @@ fn main() {
|
||||
// Find the best move
|
||||
match mcts.search() {
|
||||
Ok(action) => {
|
||||
mcts.print_tree();
|
||||
println!(
|
||||
"AI chooses: {} (row {}, col {})",
|
||||
action.index,
|
||||
|
Loading…
x
Reference in New Issue
Block a user