remove python stuff & simple DQN implementation

This commit is contained in:
Henri Bourcereau 2025-05-24 22:41:44 +02:00
parent 3d01e8fe06
commit 480b2ff427
19 changed files with 608 additions and 989 deletions

View file

@ -16,6 +16,3 @@ pub use board::CheckerMove;
mod dice;
pub use dice::{Dice, DiceRoller};
// python interface "trictrac_engine" (for AI training..)
mod engine;