You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Version 1.3.0.1 (09/30/2021)<aclass="headerlink" href="#version-1-3-0-1-09-30-2021" title="Permalink to this headline">¶</a></h2>
162
173
<ulclass="simple">
163
174
<li><p>Removed dependency on <codeclass="code docutils literal notranslate"><spanclass="pre">pygraphviz</span></code>;</p></li>
164
175
<li><p>Added <codeclass="code docutils literal notranslate"><spanclass="pre">utils.debugging.Treedebugger</span></code>, which makes it easier to inspect the search tree.
165
-
See <aclass="reference internal" href="api/pomdp_py.utils.debugging.html#module-pomdp_py.utils.debugging" title="pomdp_py.utils.debugging"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">debugging</span></code></a>.</p></li>
176
+
See <aclass="reference internal" href="api/pomdp_py.utils.html#module-pomdp_py.utils.debugging" title="pomdp_py.utils.debugging"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">debugging</span></code></a>.</p></li>
<li><p>Optionally show progress bar while simulating in POUCT/POMCP.</p></li>
168
179
<li><p>Added a CLI interface to simplify running example domains, e.g. <codeclass="code docutils literal notranslate"><spanclass="pre">python</span><spanclass="pre">-m</span><spanclass="pre">pomdp_py</span><spanclass="pre">-r</span><spanclass="pre">tiger</span></code> runs Tiger.</p></li>
<li><ahref="api/pomdp_py.utils.html#pomdp_py.utils.math.T">T() (in module pomdp_py.utils.math)</a>
1959
+
</li>
1960
+
<li><ahref="api/pomdp_py.utils.html#pomdp_py.utils.templates.TabularObservationModel">TabularObservationModel (class in pomdp_py.utils.templates)</a>
1961
+
</li>
1962
+
<li><ahref="api/pomdp_py.utils.html#pomdp_py.utils.templates.TabularRewardModel">TabularRewardModel (class in pomdp_py.utils.templates)</a>
1963
+
</li>
1964
+
<li><ahref="api/pomdp_py.utils.html#pomdp_py.utils.templates.TabularTransitionModel">TabularTransitionModel (class in pomdp_py.utils.templates)</a>
1945
1965
</li>
1946
1966
<li><ahref="problems/pomdp_problems.tag.domain.html#pomdp_problems.tag.domain.action.TagAction">TagAction (class in pomdp_problems.tag.domain.action)</a>
1947
1967
</li>
@@ -1989,14 +2009,14 @@ <h2 id="T">T</h2>
1989
2009
<li><ahref="problems/pomdp_problems.tiger.html#pomdp_problems.tiger.tiger_problem.TigerAction">(class in pomdp_problems.tiger.tiger_problem)</a>
1990
2010
</li>
1991
2011
</ul></li>
2012
+
</ul></td>
2013
+
<tdstyle="width: 33%; vertical-align: top;"><ul>
1992
2014
<li><ahref="problems/pomdp_problems.tiger.cythonize.html#pomdp_problems.tiger.cythonize.tiger_problem.TigerObservation">TigerObservation (class in pomdp_problems.tiger.cythonize.tiger_problem)</a>
1993
2015
1994
2016
<ul>
1995
2017
<li><ahref="problems/pomdp_problems.tiger.html#pomdp_problems.tiger.tiger_problem.TigerObservation">(class in pomdp_problems.tiger.tiger_problem)</a>
1996
2018
</li>
1997
2019
</ul></li>
1998
-
</ul></td>
1999
-
<tdstyle="width: 33%; vertical-align: top;"><ul>
2000
2020
<li><ahref="problems/pomdp_problems.tiger.cythonize.html#pomdp_problems.tiger.cythonize.tiger_problem.TigerObservationModel">TigerObservationModel (class in pomdp_problems.tiger.cythonize.tiger_problem)</a>
2001
2021
</li>
2002
2022
<li><ahref="problems/pomdp_problems.tiger.cythonize.html#pomdp_problems.tiger.cythonize.tiger_problem.TigerPolicyModel">TigerPolicyModel (class in pomdp_problems.tiger.cythonize.tiger_problem)</a>
<li><p><aclass="reference internal" href="examples.tiger.html"><spanclass="doc">Tiger</span></a>: The Tiger domain shows how one could quickly implement a simple POMDP.</p></li>
0 commit comments