pub struct AtariCnn { /* private fields */ }Expand description
Convolutional neural network for Atari games, which has the same architecture of the DQN paper.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtariCnn
impl !RefUnwindSafe for AtariCnn
impl Send for AtariCnn
impl !Sync for AtariCnn
impl Unpin for AtariCnn
impl !UnwindSafe for AtariCnn
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