Struct border_atari_env::BorderAtariObs
source · pub struct BorderAtariObs {
pub frames: Vec<u8>,
}Expand description
Observation of BorderAtariEnv.
Fields§
§frames: Vec<u8>Four frames of 84 * 84 pixels.
Trait Implementations§
source§impl Clone for BorderAtariObs
impl Clone for BorderAtariObs
source§fn clone(&self) -> BorderAtariObs
fn clone(&self) -> BorderAtariObs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BorderAtariObs
impl Debug for BorderAtariObs
source§impl From<BorderAtariObs> for ObsBatch
impl From<BorderAtariObs> for ObsBatch
Auto Trait Implementations§
impl RefUnwindSafe for BorderAtariObs
impl Send for BorderAtariObs
impl Sync for BorderAtariObs
impl Unpin for BorderAtariObs
impl UnwindSafe for BorderAtariObs
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