gym_anm.errors

Error types for gym-anm.

Exceptions

ANMEnvConfigurationError

A base class for exceptions relative to the construction of a gym-anm env.

ArgsError

Raised when one of the environment argument is invalid.

EnvInitializationError

Raised when the environment encounters a problem during reset().

EnvNextVarsError

Raised when something goes wrong with the next_vars() function.

ObsNotSupportedError(wanted, allowed)

Raised when an element of the observation vector specified is unsupported.

ObsSpaceError

Raised when the observation space is not properly specified.

UnitsNotSupportedError(wanted, allowed, key)

Raised when the units specified for the observation vector is unsupported