write_POMDP: Read and write a POMDP Model to a File in POMDP Format
Description
Reads and write a POMDP file suitable for the pomdp-solve program.
Usage
write_POMDP(model, file, digits = 7)read_POMDP(file)
Arguments
model
an object of class POMDP_model.
digits
precision for writing numbers (digits after the decimal
point).
Value
read_POMDP returns a POMDP object.