diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25196524..2ef10126 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,8 +3,8 @@ Changelog Best viewed on `the website `_. -Version 1.3.0 (09/30/2021) ------------------------ +Version 1.3.0.1 (09/30/2021) +---------------------------- * Removed dependency on :code:`pygraphviz`; * Added :code:`utils.debugging.Treedebugger`, which makes it easier to inspect the search tree. diff --git a/docs/html/_sources/changelog.rst.txt b/docs/html/_sources/changelog.rst.txt index 25196524..2ef10126 100644 --- a/docs/html/_sources/changelog.rst.txt +++ b/docs/html/_sources/changelog.rst.txt @@ -3,8 +3,8 @@ Changelog Best viewed on `the website `_. -Version 1.3.0 (09/30/2021) ------------------------ +Version 1.3.0.1 (09/30/2021) +---------------------------- * Removed dependency on :code:`pygraphviz`; * Added :code:`utils.debugging.Treedebugger`, which makes it easier to inspect the search tree. diff --git a/docs/html/api/pomdp_py.algorithms.html b/docs/html/api/pomdp_py.algorithms.html index e52c93fc..516bbbfe 100644 --- a/docs/html/api/pomdp_py.algorithms.html +++ b/docs/html/api/pomdp_py.algorithms.html @@ -542,7 +542,7 @@

pomdp_py.algorithms package

pomdp_py.algorithms.value_iteration module

Implementation of the basic policy tree based value iteration as explained in section 4.1 of Planning and acting in partially observable stochastic -domains [2]

+domains [2]

Warning: No pruning - the number of policy trees explodes very fast.

diff --git a/docs/html/changelog.html b/docs/html/changelog.html index 4c66bc5c..c98c01d3 100644 --- a/docs/html/changelog.html +++ b/docs/html/changelog.html @@ -56,7 +56,7 @@

Table of Contents