refacto: bot directories

This commit is contained in:
Henri Bourcereau 2025-08-19 16:27:37 +02:00
parent e66921fcce
commit fcd50bc0f2
27 changed files with 110 additions and 94 deletions

6
bot/src/burnrl/mod.rs Normal file
View file

@ -0,0 +1,6 @@
pub mod dqn;
pub mod dqn_big;
pub mod dqn_valid;
pub mod environment;
pub mod environment_big;
pub mod environment_valid;