Struct border_atari_env::BorderAtariObsRawFilter
source · [−]pub struct BorderAtariObsRawFilter<O> { /* private fields */ }Expand description
A filter without any processing.
Trait Implementations
impl<O> BorderAtariObsFilter<O> for BorderAtariObsRawFilter<O> where
O: Obs + From<BorderAtariObs>,
impl<O> BorderAtariObsFilter<O> for BorderAtariObsRawFilter<O> where
O: Obs + From<BorderAtariObs>,
type Config = BorderAtariObsRawFilterConfig
type Config = BorderAtariObsRawFilterConfig
Configuration of the filter.
Converts the original observation into O.
Resets the filter.