public interface SolverDerivedPolicy
MDPSolverInterface
objects to defined the policy. For example, selecting actions based on the maximum Q-value that a solver computed.Modifier and Type | Method and Description |
---|---|
void |
setSolver(MDPSolverInterface solver)
Sets the valueFunction whose results affect this policy.
|
void setSolver(MDPSolverInterface solver)
solver
- the solver from which this policy is derived