public static class GradientDescentSarsaLam.EligibilityTraceVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
eligibilityValue
The eligibility value
|
double |
initialWeightValue
The value of the weight when the trace started
|
int |
weight
The VFA weight being traced
|
Constructor and Description |
---|
EligibilityTraceVector(int weight,
double weightValue,
double eligibilityValue)
Creates a trace for the given weight with the given eligibility value
|
public int weight
public double eligibilityValue
public double initialWeightValue
public EligibilityTraceVector(int weight, double weightValue, double eligibilityValue)
weight
- the VFA weightweightValue
- the initial weight valueeligibilityValue
- the eligibility to assign to it.