2023-07-21 14:00:50 +01:00
|
|
|
# Crown Owned Copyright (C) Dstl 2023. DEFCON 703. Shared in confidence.
|
2023-07-20 19:58:48 +01:00
|
|
|
class PrimaiteError(Exception):
|
|
|
|
|
"""The root PrimAITe Error."""
|
|
|
|
|
|
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class RLlibAgentError(PrimaiteError):
|
|
|
|
|
"""Raised when there is a generic error with a RLlib agent that is specific to PRimAITE."""
|
|
|
|
|
|
|
|
|
|
pass
|