Exceptions#

Base exceptions and errors for NeuGym

class NeuGymException[source]#

Base class for exceptions in NeuGym.

class NeuGymError[source]#

Exception for a serious error in NeuGym.

class NeuGymNotImplementedError[source]#

Exception raised by functions not implemented.

class NeuGymConnectivityError[source]#

Exception raised when the connectivity of the world will be illegal.

class NeuGymCheckpointError[source]#

Exception raised when the state for reset environment is not found.

class NeuGymOverwriteError[source]#

Exception raised when trying to overwrite something exists without permission.

class NeuGymPermissionError[source]#

Exception raised when trying to do something not allowed.