createMDP
Create Markov decision process object
Description
A Markov decision process (MDP) is a discrete-time stochastic control process in
which the state and observation belong to finite spaces, and stochastic rules govern state
transitions. MDPs are useful for studying optimization problems solved using reinforcement
learning. Use the createMDP
function to create a
GenericMDP
object with specified states and transitions. You can then
modify some of the object properties and pass it to rlMDPEnv
to create an
environment that agents can interact with.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a