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

This interface specifies that an object is trainable using Q-learning

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

Syntax

C#
public interface IUsesQLearning : IHandlesNewInput

Remarks

For an object to be trainable using Q-learning it must specify the max Q and implement everything in the IHandlesNewInput interface
Note
The Learn()()()() method should NOT be called until the MaxQ and NewInput properties have been set

Copyright 2011. Nicholas Wilson

See Also