stormvogel.model.action ======================= .. py:module:: stormvogel.model.action .. autoapi-nested-parse:: A model action. Attributes ---------- .. autoapisummary:: stormvogel.model.action.EmptyAction Classes ------- .. autoapisummary:: stormvogel.model.action.Action Module Contents --------------- .. py:class:: Action Represent an action, e.g., in MDPs. The action object is independent of its corresponding branch; their relation is managed by :class:`Choices`. Two actions with the same label are considered equal. :param label: The label of this action. Corresponds to a Storm label. .. py:attribute:: label :type: str | None .. py:method:: __post_init__() .. py:method:: __lt__(other) .. py:method:: __repr__() .. py:attribute:: __str__ .. py:data:: EmptyAction