setPolicyAction {MDP} | R Documentation |
Set the action of a state to be in the current policy.
setPolicyAction(mdp, sId, iA)
mdp |
The MDP loaded using loadMDP. |
sId |
The state id of the state. |
iA |
The action index of the state. |
Nothing.
Lars Relund lars@relund.dk