TerminationSource

Why a decision episode ended — recorded on every emitted transition, because that it ended is not enough to interpret the last row (§4.6.3).

NATURAL is the modeler's declared terminal condition becoming true: the modeled system reached an ending it defines. MAX_EPOCHS is a declared cap on decisions. RUN_LENGTH is the replication ending underneath a sequence that had not finished. MODEL_STOPPED is the run being stopped from outside. POLICY_ERROR is the rule throwing, which is not caught.

The distinction matters beyond bookkeeping: learning algorithms bootstrap differently from an episode that terminated than from one that was merely truncated, and conflating the two is a known source of bias.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.