fixAction: Fix the action of a state. That is, the other actions are...

Description Usage Arguments Value Author(s) See Also

View source: R/loadMDP.R

Description

The actions can be reset using resetActions.

Usage

1
  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.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk

See Also

resetActions, removeAction.


MDP documentation built on May 2, 2019, 6:48 p.m.

Related to fixAction in MDP...