[This is preliminary documentation and is subject to change.]
Namespace: Clarion.Framework.TemplatesAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public enum OutcomeActivationOptions |
Members
Member name | Value | Description | |
---|---|---|---|
ACTION_STRENGTH | 0 | Specifies that outcomes should be based on the strength (i.e., final selection measure) of the actions | |
FULLY_ACTIVATED | 1 | Specifies that outcomes should be set to the agent's full activation value (i.e., MAX_ACTIVATION) | |
MAX_Q | 2 | Specifies that outcomes should be set to the maximum Q-values (usually used with UPDATES_ACTIVATIONS) |