Learn R Programming

pomdp (version 0.9.2)

model: Extract the User-defined Model Components from a Solved POMDP

Description

The function returns the POMDP model components of a solved POMDP.

Usage

model(x)

Arguments

x

object of class POMDP returned by solve_POMDP.

Value

An object of class "POMDP_model", i.e., a list of all model components.

See Also

solve_POMDP

Examples

Run this code
# NOT RUN {
data("TigerProblem")
tiger_solved <- solve_POMDP(model = TigerProblem)
tiger_solved

model(tiger_solved)
# }

Run the code above in your browser using DataLab