Method | Description | |
---|---|---|
Generate ( Matrix X1, |
Generates a QLearnerModel based on states/actions with transitions and rewards.
|
|
QLearnerGenerator ( ) : System |
Initializes a new QLearnerGenerator object.
|
public Generate ( Matrix X1, |
||
X1 | Matrix | Initial State matrix. |
y | Action label vector. | |
X2 | Matrix | Transition State matrix. |
r | Reward values. | |
return | IReinforcementModel |