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

Delivers feedback to the agent for the external action that was chosen based on the sensory information perceived at the specified time stamp

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

Syntax

C#
public void ReceiveFeedback(
	long siTimeStamp,
	double feedback
)

Parameters

siTimeStamp
Type: System..::..Int64
The time stamp associated with 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