refacto: bot directories
This commit is contained in:
parent
e66921fcce
commit
fcd50bc0f2
27 changed files with 110 additions and 94 deletions
|
|
@ -1,5 +1,8 @@
|
|||
pub mod dqn;
|
||||
pub mod burnrl;
|
||||
pub mod dqn_simple;
|
||||
pub mod strategy;
|
||||
pub mod training_common;
|
||||
pub mod training_common_big;
|
||||
|
||||
use log::debug;
|
||||
use store::{CheckerMove, Color, GameEvent, GameState, PlayerId, PointsRules, Stage, TurnStage};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue