protected static class BoundedRTDP.StateSelectionAndExpectedGap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
expectedGap
The expected margin/gap of the value function from the source transition
|
HashableState |
sh
The selected state
|
Constructor and Description |
---|
StateSelectionAndExpectedGap(HashableState sh,
double expectedGap)
Initializes.
|
public HashableState sh
public double expectedGap
public StateSelectionAndExpectedGap(HashableState sh, double expectedGap)
sh
- The selected stateexpectedGap
- The expected margin/gap of the value function from the source transition