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

A filter without any processing.

A wrapper of atari learning environment.

A filter without any processing.

Traits

Converts BorderAtariObs to O with an arbitrary processing.