border_tch_agent/
model.rs

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