Skip to content

Releases: h2r/pomdp-py

Version 1.3.5.1

30 Mar 17:16
027d774
Compare
Choose a tag to compare
v1.3.5.1

docs (#66)

Version v1.3.5

29 Mar 23:45
dcb32d3
Compare
Choose a tag to compare
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

27 Jan 06:54
606fae7
Compare
Choose a tag to compare

Changelog. Modernize repo and improving dependency management without introducing new features.

Version 1.3.3

25 Jul 13:09
Compare
Choose a tag to compare

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

03 Apr 19:39
Compare
Choose a tag to compare

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

04 Nov 15:06
Compare
Choose a tag to compare

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)

30 Sep 13:01
Compare
Choose a tag to compare

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:
Selection_466
Refer to the documentation for more usage.

Please refer to the changelog for a complete list of important upgrades (backwards-compatible).