org.encog.ml.world.learning.q
public class QLearning extends Object
QLearning(World theWorld, double theLearningRate, double theDiscountRate)
void
learn(State s1, Action a1, State s2, Action a2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QLearning(World theWorld, double theLearningRate, double theDiscountRate)
public void learn(State s1, Action a1, State s2, Action a2)
Copyright © 2014. All Rights Reserved.