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

Updates the network using simplified Q-learning with standard backpropagation

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

Syntax

C#
public override void Learn()

Implements

ITrainable..::..Learn()()()()

Remarks

Note
This method should not be called until the Feedback and ChosenOutput properties have been set
Caution
The simplified Q-learning backpropagation network instance MUST by committed before this method is called. Failure to commit the simplified Q-learning backpropagation network before calling this method will cause an exception to be thrown.

See Also