madupite.MatrixCategory#

class madupite.MatrixCategory(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Enum class representing the category of a matrix in the Madupite framework.

The MatrixCategory enum class defines the different categories of matrices that can be used in the Madupite library. Each category represents a specific type of data or role that the matrix plays within a Markov Decision Process (MDP).

Enum Values#

DynamicsMatrixCategory

Represents a matrix that models the dynamics of the system, i.e. transition probabilities in an MDP.

CostMatrixCategory

Represents a matrix that models the costs associated with different state-action pairs in an MDP.

__init__(*args, **kwds)#

Attributes

Dynamics

Cost