| Modifier and Type | Method and Description |
|---|---|
Matrix |
ActorCriticLambdaLearner.getEligibility() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorCriticLambdaLearner.setEligibility(Matrix e) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
QLambdaLearner.getEligibility() |
| Modifier and Type | Method and Description |
|---|---|
void |
QLambdaLearner.setEligibility(Matrix e) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
SarsaLambdaLearner.getEligibility() |
| Modifier and Type | Method and Description |
|---|---|
void |
SarsaLambdaLearner.setEligibility(Matrix e) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
QModel.getAlpha() |
Matrix |
QModel.getQ() |
| Modifier and Type | Method and Description |
|---|---|
void |
QModel.setAlpha(Matrix alpha) |
void |
QModel.setQ(Matrix q) |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
Matrix.identity(int dimension) |
static Matrix |
MatrixUtils.matrixFromColumnVectors(List<Vec> R)
Convert a list of column vectors into a matrix
|
Matrix |
Matrix.multiply(Matrix rhs) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix.copy(Matrix rhs) |
Matrix |
Matrix.multiply(Matrix rhs) |
Copyright © 2017. All rights reserved.