QLearner
QLearner applies Q-Learning to any problem defined by a QState. The QLearner Plugins download includes a template to build your own QStates, as well as an example Count-To-100 QState in the Examples folder. To load any plugins, simply open the QLearner program and click on the QState Plugin box to browse to a QState Plugin file (.dll). Press Learn to give QLearner a chance to "practice" at the problem and learn about it. Press Awaken for QLearner to apply its most current knowledge to solve the problem in the most efficient way it currently knows how. QLearner can be made to perpetually solve an ongoing problem (such as world domination, the stock market, or the weather) if the QState Plugin is designed in such a way such that the isEnd() state is never reached.