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

Initializes the chosen action update requested event args.

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

Syntax

C#
public ExternalActionRecommendedEventArgs(
	long timeStamp,
	Guid worldID,
	SensoryInformation relatedInput,
	Dictionary<ActionChunk, double> finalActs,
	bool expectsNewInput
)

Parameters

timeStamp
Type: System..::..Int64
The time stamp for the event
worldID
Type: System..::..Guid
The world ID of the external action chunk
relatedInput
Type: Clarion.Framework..::..SensoryInformation
The input that was the bases for the chosen external action
finalActs
Type: System.Collections.Generic..::..Dictionary<(Of <(<'ActionChunk, Double>)>)>
expectsNewInput
Type: System..::..Boolean
Indicates if learning from new input is expected after performing the chosen action

See Also