powered by
The function returns the POMDP model components of a solved POMDP.
model(x)
object of class POMDP returned by solve_POMDP.
solve_POMDP
An object of class "POMDP_model", i.e., a list of all model components.
# NOT RUN { data("TigerProblem") tiger_solved <- solve_POMDP(model = TigerProblem) tiger_solved model(tiger_solved) # }
Run the code above in your browser using DataLab