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 Freeze for Cnn
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