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

Delivers feedback to the agent for the external action that was chosen based on the related sensory information object that was perceived

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public void ReceiveFeedback(
	SensoryInformation relatedSI,
	double feedback
)

Parameters

relatedSI
Type: Clarion.Framework..::..SensoryInformation
The sensory information that was perceived (and which led to an external action being chosen)
feedback
Type: System..::..Double
The feedback for the external action that was chosen

Examples

See the "examples" section for the Agent class

See Also