remove python stuff & simple DQN implementation
This commit is contained in:
parent
3d01e8fe06
commit
480b2ff427
19 changed files with 608 additions and 989 deletions
|
|
@ -2,6 +2,7 @@ mod strategy;
|
|||
|
||||
use store::{CheckerMove, Color, GameEvent, GameState, PlayerId, PointsRules, Stage, TurnStage};
|
||||
pub use strategy::default::DefaultStrategy;
|
||||
pub use strategy::dqn::DqnStrategy;
|
||||
pub use strategy::erroneous_moves::ErroneousStrategy;
|
||||
pub use strategy::stable_baselines3::StableBaselines3Strategy;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue