Crate border_atari_env
source · [−]Expand description
A thin wrapper of atari-env.
The code under atari_env is adapted from the
atari-env crate
(rev = 0ef0422f953d79e96b32ad14284c9600bd34f335),
because the crate registered in crates.io does not implement
atari_env::AtariEnv::lives() method, which is required for episodic life.
This environment applies some preprocessing to observation as in atari_wrapper.py.
Modules
Structs
Action for BorderAtariEnv
A filter without any processing.
A wrapper of atari learning environment.
Configuration of BorderAtariEnv.
Observation of BorderAtariEnv.
A filter without any processing.
Traits
Converts A to BorderAtariAct.
Converts BorderAtariObs to O with an arbitrary processing.