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