refacto
This commit is contained in:
parent
ad58c0ec60
commit
2e0a874879
21 changed files with 23 additions and 1051 deletions
|
|
@ -1,8 +1,7 @@
|
|||
pub mod burnrl;
|
||||
pub mod dqn;
|
||||
pub mod strategy;
|
||||
|
||||
use store::{CheckerMove, Color, GameEvent, GameState, PlayerId, PointsRules, Stage, TurnStage};
|
||||
pub use strategy::burn_dqn_strategy::{create_burn_dqn_strategy, BurnDqnStrategy};
|
||||
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