fixAction {MDP}R Documentation

Fix the action of a state.

Description

Fix the action of a state. That is, the other actions are removed from the HMDP.

Usage

fixAction(mdp, sId, iA)

Arguments

mdp The MDP loaded using loadMDP.
sId The state id of the state we want to fix the action for.
iA The action index of the state.

Details

The actions can be reset using resetActions.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk

See Also

resetActions, removeAction.


[Package MDP version 1.0 Index]