[This is preliminary documentation and is subject to change.]
This interface specifies that an object is trainable using Q-learning
Namespace: Clarion.Framework.TemplatesAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
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
![]() |
---|
The Learn()()()() method should NOT be called until the MaxQ and NewInput properties have been set |
Copyright 2011. Nicholas Wilson