stormvogel.model.action¶
A model action.
Attributes¶
Classes¶
Represent an action, e.g., in MDPs. |
Module Contents¶
- class stormvogel.model.action.Action¶
Represent an action, e.g., in MDPs.
The action object is independent of its corresponding branch; their relation is managed by
Choices. Two actions with the same label are considered equal.- Parameters:
label – The label of this action. Corresponds to a Storm label.
- label: str | None¶
- __post_init__()¶
- __lt__(other)¶
- __repr__()¶
- __str__¶
- stormvogel.model.action.EmptyAction¶