setActionWeight {MDP}R Documentation

Set the weight of an action.

Description

Set the weight of an action.

Usage

setActionWeight(mdp, w, sId, iA, iW)

Arguments

mdp The MDP loaded using loadMDP.
w The weight.
sId The state id of the state.
iW Weight index where set the weight.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk


[Package MDP version 1.0 Index]