Struct border_tch_agent::cnn::Cnn
source · pub struct Cnn { /* private fields */ }Expand description
Convolutional neural network, which has the same architecture of the DQN paper.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Cnn
impl Send for Cnn
impl !Sync for Cnn
impl Unpin for Cnn
impl !UnwindSafe for Cnn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more