DictObservationWrapper

class maze.core.wrappers.dict_observation_wrapper.DictObservationWrapper(*args, **kwds)

Wraps a single observation into a dictionary space.

clone_from(env: maze.core.wrappers.dict_observation_wrapper.DictObservationWrapper)None

(overrides SimulatedEnvMixin)

implementation of SimulatedEnvMixin.

observation(observation: numpy.ndarray)

Implementation of ObservationWrapper interface.