Struct border_atari_env::BorderAtariEnvConfig
source · [−]pub struct BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>, { /* private fields */ }Expand description
Configuration of BorderAtariEnv.
Implementations
impl<O, A, OF, AF> BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
impl<O, A, OF, AF> BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
Trait Implementations
impl<O, A, OF, AF> Clone for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
impl<O, A, OF, AF> Clone for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
impl<O: Debug, A: Debug, OF: Debug, AF: Debug> Debug for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
OF::Config: Debug,
AF::Config: Debug,
impl<O: Debug, A: Debug, OF: Debug, AF: Debug> Debug for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
OF::Config: Debug,
AF::Config: Debug,
impl<O, A, OF, AF> Default for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
impl<O, A, OF, AF> Default for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
impl<'de, O, A, OF, AF> Deserialize<'de> for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
OF::Config: Deserialize<'de>,
AF::Config: Deserialize<'de>,
impl<'de, O, A, OF, AF> Deserialize<'de> for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
OF::Config: Deserialize<'de>,
AF::Config: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl<O, A, OF, AF> Serialize for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
OF::Config: Serialize,
AF::Config: Serialize,
impl<O, A, OF, AF> Serialize for BorderAtariEnvConfig<O, A, OF, AF> where
O: Obs,
A: Act,
OF: BorderAtariObsFilter<O>,
AF: BorderAtariActFilter<A>,
OF::Config: Serialize,
AF::Config: Serialize,
Auto Trait Implementations
impl<O, A, OF, AF> RefUnwindSafe for BorderAtariEnvConfig<O, A, OF, AF> where
<AF as BorderAtariActFilter<A>>::Config: RefUnwindSafe,
<OF as BorderAtariObsFilter<O>>::Config: RefUnwindSafe,
impl<O, A, OF, AF> Send for BorderAtariEnvConfig<O, A, OF, AF> where
<AF as BorderAtariActFilter<A>>::Config: Send,
<OF as BorderAtariObsFilter<O>>::Config: Send,
impl<O, A, OF, AF> Sync for BorderAtariEnvConfig<O, A, OF, AF> where
<AF as BorderAtariActFilter<A>>::Config: Sync,
<OF as BorderAtariObsFilter<O>>::Config: Sync,
impl<O, A, OF, AF> Unpin for BorderAtariEnvConfig<O, A, OF, AF> where
<AF as BorderAtariActFilter<A>>::Config: Unpin,
<OF as BorderAtariObsFilter<O>>::Config: Unpin,
impl<O, A, OF, AF> UnwindSafe for BorderAtariEnvConfig<O, A, OF, AF> where
<AF as BorderAtariActFilter<A>>::Config: UnwindSafe,
<OF as BorderAtariObsFilter<O>>::Config: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more