org.encog.ml.world.learning.q
Class QLearning

java.lang.Object
  extended by org.encog.ml.world.learning.q.QLearning

public class QLearning
extends Object


Constructor Summary
QLearning(World theWorld, double theLearningRate, double theDiscountRate)
           
 
Method Summary
 void learn(State s1, Action a1, State s2, Action a2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QLearning

public QLearning(World theWorld,
                 double theLearningRate,
                 double theDiscountRate)
Method Detail

learn

public void learn(State s1,
                  Action a1,
                  State s2,
                  Action a2)


Copyright © 2014. All Rights Reserved.