setPolicyAction {MDP}R Documentation

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

Description

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

Usage

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


[Package MDP version 1.0 Index]