Skip to content

pomdp_1.0.0

Choose a tag to compare

@mhahsler mhahsler released this 24 Feb 13:50
· 179 commits to master since this release
  • POMDP objects now have no list element model, but are the model list directly.
  • moved pomdp-solve to package pomdpSolve.
  • added solve_MDP().
  • transition probability, observation probabilities and rewards can now
    be specified as a function.
  • transition_matrix et al now can also return a function.
  • Improved POMDP file writer.