Releases: h2r/pomdp-py
Version 1.3.5.1
v1.3.5.1 docs (#66)
Version v1.3.5
Allow Agent name; docstring (#63) * agent docstring clarification * agent docstring * add name attribute to Agent * default name for rocksample agent * black
Version 1.3.4
Changelog. Modernize repo and improving dependency management without introducing new features.
Version 1.3.3
Refer to Change log for the list of changes, including
- Fixed installation failure due to new Cython 3.0.0 release
- Bumped minimum Python requirement from 3.7 to 3.8.
Version 1.3.2
Minor fix in histogram to avoid print confusion.
Improvements to documentation, in particular the tiger tutorial.
See change log for details.
Version 1.3.1
Bug fixes & Added template classes for tabular models. See an example in this Github Gist for defining and solving the CryingBaby domain using tabular models, a small POMDP.
Checkout recent changes in changelog
Version 1.3.0.1 (09/30/2021)
pomdp-py now has a nice debugging tool to debug the search tree. A quick glimpse below. To print the search tree up to depth 1:
Refer to the documentation for more usage.
Please refer to the changelog for a complete list of important upgrades (backwards-compatible).