1
2
3
//! Interface of neural networks used in RL agents.
mod base;
pub use base::{ModelBase, SubModel, SubModel2};