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

The maximum number of time steps (since the most recent) that local episodic memory should be kept before being discarded

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

Syntax

C#
public int LOCAL_EPISODIC_MEMORY_RETENTION_THRESHOLD { get; set; }

Remarks

Default = 10

See Also