public class QLearning
extends java.lang.Object
| Constructor and Description |
|---|
QLearning(World theWorld,
double theLearningRate,
double theDiscountRate) |
| Modifier and Type | Method and Description |
|---|---|
void |
learn(State s1,
Action a1,
State s2,
Action a2) |