runcli with bot dqn burn-rl
This commit is contained in:
parent
a19c5d8596
commit
17d29b8633
8 changed files with 212 additions and 31 deletions
|
|
@ -5,6 +5,7 @@ use log::{debug, error};
|
|||
use store::{CheckerMove, Color, GameEvent, GameState, PlayerId, PointsRules, Stage, TurnStage};
|
||||
pub use strategy::default::DefaultStrategy;
|
||||
pub use strategy::dqn::DqnStrategy;
|
||||
pub use strategy::dqnburn::DqnBurnStrategy;
|
||||
pub use strategy::erroneous_moves::ErroneousStrategy;
|
||||
pub use strategy::random::RandomStrategy;
|
||||
pub use strategy::stable_baselines3::StableBaselines3Strategy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue