public class Cognit
extends java.lang.Object
Cognit is the implementation of GLAS - Gated Learning Action Selection - algorithm inside LibreCog cognitive architecture.
It is composed by three integrated codelets:
- ActionSelectionCodelet: Selects the most appropriate action based on sequence of events and a known solution tree
- SequenceBuilderCodelet: Builds a sequence of events in memory based on stimuli, selected action and received reward
- LearnerCodelet: Learns an optimized solution tree given a sequence of events