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

This interface specifies that an object handles new input

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

Syntax

C#
public interface IHandlesNewInput

Remarks

Note
This interface is usually used in conjunction with a learning method (such as Q-learning)

Copyright 2011. Nicholas Wilson

See Also