feat(mc-ai): ✨ Introduce new AI simulation algorithms in the mc-ai crate
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
11eedc5bef
commit
2e601df5b8
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
pub mod evaluator;
|
||||
pub mod game_state;
|
||||
pub mod mcts;
|
||||
pub mod mcts_tree;
|
||||
|
||||
pub use evaluator::ScoringWeights;
|
||||
pub use game_state::{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue