Reads and write a POMDP file suitable for the pomdp-solve program. Note: read POMDP files are intended to be used in solve_POMDP() and do not support all auxiliary functions. Fields like the transition matrix, the observation matrix and the reward structure are not parsed.
write_POMDP(model, file, digits = 7)read_POMDP(file)
an object of class POMDP_model.
a file name.
precision for writing numbers (digits after the decimal point).
read_POMDP
returns a POMDP object.
POMDP solver website: http://www.pomdp.org