Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 15:08
· 28 commits to master since this release

PointBasedValueIteration v0.2.0

The new version updates the solver support for more than 2 state POMDPs.
The belief space expansion has been added as well.

Closed issues:

  • Better to use reward(m, s, a, sp, o) and observation(m, s, a, sp) (#1)
  • No need for iterator in requirements (#2)
  • Update badge location (#3)

Merged pull requests:

  • Update compat for POMDPModelTools after fixing bug (#4) (@zsunberg)
  • PBVI for more than two states (#5) (@Omastto1)