setPolicyAction: Set the action of a state to be in the current policy.

Description Usage Arguments Value Author(s)

View source: R/loadMDP.R

Description

Set the action of a state to be in the current policy.

Usage

1
  setPolicyAction(mdp, sId, iA)

Arguments

mdp

The MDP loaded using loadMDP.

sId

The state id of the state.

iA

The action index of the state.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk


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

Related to setPolicyAction in MDP...