policyIteAve {MDP}R Documentation

Perform policy iteration (average criterion) on the MDP.

Description

Perform policy iteration (average criterion) on the MDP.

Usage

policyIteAve(mdp, iW, iDur)

Arguments

mdp The MDP loaded using loadMDP.
iW Weight index we want to optimize with respect to.
iDur Index of duration such that discount rates can be calculated.

Details

The policy can afterwards be recieved using functions getPolicy and getPolicyW.

Value

The optimal gain (g) calculated.

Author(s)

Lars Relund lars@relund.dk

See Also

getPolicy, getPolicyW.


[Package MDP version 1.0 Index]