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