| Package | Description |
|---|---|
| com.github.chen0040.rl.learning.qlearn |
| Modifier and Type | Class and Description |
|---|---|
class |
QLambdaLearner
Created by xschen on 9/28/2015 0028.
|
| Modifier and Type | Method and Description |
|---|---|
QLearner |
QAgent.getLearner() |
QLearner |
QLearner.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
QLearner.copy(QLearner rhs) |
void |
QLambdaLearner.copy(QLearner rhs) |
void |
QAgent.setLearner(QLearner learner) |
| Constructor and Description |
|---|
QAgent(QLearner learner) |
QLambdaLearner(QLearner learner) |
Copyright © 2017. All rights reserved.