[This is preliminary documentation and is subject to change.]

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public enum OutcomeActivationOptions

Members

Member nameValueDescription
ACTION_STRENGTH0 Specifies that outcomes should be based on the strength (i.e., final selection measure) of the actions
FULLY_ACTIVATED1 Specifies that outcomes should be set to the agent's full activation value (i.e., MAX_ACTIVATION)
MAX_Q2 Specifies that outcomes should be set to the maximum Q-values (usually used with UPDATES_ACTIVATIONS)

See Also