refacto: bot directories
This commit is contained in:
parent
e66921fcce
commit
fcd50bc0f2
27 changed files with 110 additions and 94 deletions
6
bot/src/burnrl/mod.rs
Normal file
6
bot/src/burnrl/mod.rs
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue