claude not tested
This commit is contained in:
parent
a06b47628e
commit
cf93255f03
7 changed files with 766 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
pub mod strategy;
|
||||
|
||||
use store::{CheckerMove, Color, GameEvent, GameState, PlayerId, PointsRules, Stage, TurnStage};
|
||||
pub use strategy::burn_dqn_strategy::{BurnDqnStrategy, create_burn_dqn_strategy};
|
||||
pub use strategy::default::DefaultStrategy;
|
||||
pub use strategy::dqn::DqnStrategy;
|
||||
pub use strategy::erroneous_moves::ErroneousStrategy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue