public interface SolverDerivedPolicy extends Policy
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.
|
action, actionProb, definedFor
void setSolver(MDPSolverInterface solver)
solver
- the solver from which this policy is derived