exception#

Exception classes for SoulsGym.

exception soulsgym.exception.SoulsGymException#

Base class for SoulsGym exceptions.

exception soulsgym.exception.GameStateError#

Raised when the game state deviates from expected values.

exception soulsgym.exception.InvalidPlayerStateError#

Raised when the player state deviates from expected values.

exception soulsgym.exception.InvalidBossStateError#

Raised when the boss state deviates from expected values.

exception soulsgym.exception.ResetNeeded#

Raised when an environment needs to be reset, but is called with step().

exception soulsgym.exception.LockOnFailure#

Raised when lock on can’t be established.

exception soulsgym.exception.InjectionFailure#

SpeedHack DLL injection failure.

exception soulsgym.exception.InvalidGameSettings#

Raised when the game settings are invalid.