exception#
Exception classes for SoulsGym.
- exception soulsgym.exception.SoulsGymException#
Bases:
ExceptionBase class for SoulsGym exceptions.
- exception soulsgym.exception.GameStateError#
Bases:
SoulsGymExceptionRaised when the game state deviates from expected values.
- exception soulsgym.exception.InvalidPlayerStateError#
Bases:
SoulsGymExceptionRaised when the player state deviates from expected values.
- exception soulsgym.exception.InvalidBossStateError#
Bases:
SoulsGymExceptionRaised when the boss state deviates from expected values.
- exception soulsgym.exception.ResetNeeded#
Bases:
SoulsGymExceptionRaised when an environment needs to be reset, but is called with step().
- exception soulsgym.exception.LockOnFailure#
Bases:
SoulsGymExceptionRaised when lock on can’t be established.
- exception soulsgym.exception.InjectionFailure#
Bases:
SoulsGymExceptionSpeedhack DLL injection failure.
- exception soulsgym.exception.InvalidGameSettings#
Bases:
SoulsGymExceptionRaised when the game settings are invalid.
- exception soulsgym.exception.ResetError#
Bases:
SoulsGymExceptionRaised when an environment reset fails.