Skip to content

Commit b85b4fb

Browse files
committed
1.3.1 -> 1.3.2 in docs web pages
1 parent 390b32b commit b85b4fb

File tree

67 files changed

+144
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+144
-144
lines changed

docs/html/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; pomdp_py 1.3.1 documentation</title>
8+
<title>Overview: module code &#8212; pomdp_py 1.3.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -35,7 +35,7 @@
3535

3636

3737

38-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
38+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
3939

4040

4141

docs/html/_sources/changelog.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Best viewed on `the website <https://h2r.github.io/pomdp-py/html/changelog.html>
55

66
Version 1.3.2 (04/03/2021)
77
-------------------------
8-
* Fix in :py:mod:`~pomdp_py.representations.distribution.particles` (in :code:`__str__`):
8+
* Fix in :py:mod:`~pomdp_py.representations.distribution.histogram` (in :code:`__str__`):
99
Print all of histogram as is instead of printing top 5 to avoid confusion.
1010
* Improve documentation for `the tiger tutorial <https://h2r.github.io/pomdp-py/html/examples.tiger.html>`_;
1111
Specifically, clarified :py:mod:`~pomdp_py.framework.basics.PolicyModel`

docs/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.3.1',
3+
VERSION: '1.3.2',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/html/api/modules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>pomdp_py &#8212; pomdp_py 1.3.1 documentation</title>
9+
<title>pomdp_py &#8212; pomdp_py 1.3.2 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -38,7 +38,7 @@
3838

3939

4040

41-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
41+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
4242

4343

4444

docs/html/api/pomdp_py.algorithms.bsp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>pomdp_py.algorithms.bsp package &#8212; pomdp_py 1.3.1 documentation</title>
9+
<title>pomdp_py.algorithms.bsp package &#8212; pomdp_py 1.3.2 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -37,7 +37,7 @@
3737

3838

3939

40-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
40+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
4141

4242

4343

docs/html/api/pomdp_py.algorithms.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>pomdp_py.algorithms package &#8212; pomdp_py 1.3.1 documentation</title>
9+
<title>pomdp_py.algorithms package &#8212; pomdp_py 1.3.2 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -39,7 +39,7 @@
3939

4040

4141

42-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
42+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
4343

4444

4545

@@ -178,7 +178,7 @@ <h1>pomdp_py.algorithms package<a class="headerlink" href="#pomdp-py-algorithms-
178178
<col style="width: 90%" />
179179
</colgroup>
180180
<tbody>
181-
<tr class="row-odd"><td><p><a class="reference internal" href="#module-pomdp_py.algorithms.bsp.blqr" title="pomdp_py.algorithms.bsp.blqr"><code class="xref py py-obj docutils literal notranslate"><span class="pre">blqr</span></code></a></p></td>
181+
<tr class="row-odd"><td><p><a class="reference internal" href="pomdp_py.algorithms.bsp.html#module-pomdp_py.algorithms.bsp.blqr" title="pomdp_py.algorithms.bsp.blqr"><code class="xref py py-obj docutils literal notranslate"><span class="pre">blqr</span></code></a></p></td>
182182
<td><p>Implementation of B-LQR algorithm described in &quot;Belief space planning assuming maximum likelihood observations&quot; <a class="bibtex reference internal" href="#platt2010belief" id="id2">[2]</a></p></td>
183183
</tr>
184184
</tbody>
@@ -543,7 +543,7 @@ <h1>pomdp_py.algorithms package<a class="headerlink" href="#pomdp-py-algorithms-
543543
<span id="pomdp-py-algorithms-value-iteration-module"></span><h2>pomdp_py.algorithms.value_iteration module<a class="headerlink" href="#module-pomdp_py.algorithms.value_iteration" title="Permalink to this headline"></a></h2>
544544
<p>Implementation of the basic policy tree based value iteration as explained
545545
in section 4.1 of <cite>Planning and acting in partially observable stochastic
546-
domains</cite> <a class="bibtex reference internal" href="../examples.tiger.html#kaelbling1998planning" id="id10">[1]</a></p>
546+
domains</cite> <a class="bibtex reference internal" href="../index.html#kaelbling1998planning" id="id10">[7]</a></p>
547547
<p>Warning: No pruning - the number of policy trees explodes very fast.</p>
548548
<dl class="py class">
549549
<dt class="sig sig-object py" id="pomdp_py.algorithms.value_iteration.ValueIteration">
@@ -657,7 +657,7 @@ <h2>pomdp_py.algorithms.visual.visual module<a class="headerlink" href="#pomdp-p
657657
<dt class="bibtex label" id="gusmao2012towards"><span class="brackets"><a class="fn-backref" href="#id8">6</a></span></dt>
658658
<dd><p>António Gusmao and Tapani Raiko. Towards generalizing the success of monte-carlo tree search beyond the game of go. In <em>ECAI</em>, 384–389. 2012.</p>
659659
</dd>
660-
<dt class="bibtex label" id="kaelbling1998planning"><span class="brackets"><a class="fn-backref" href="#id10">1</a></span></dt>
660+
<dt class="bibtex label" id="kaelbling1998planning"><span class="brackets"><a class="fn-backref" href="#id10">7</a></span></dt>
661661
<dd><p>Leslie Pack Kaelbling, Michael L Littman, and Anthony R Cassandra. Planning and acting in partially observable stochastic domains. <em>Artificial intelligence</em>, 101(1-2):99–134, 1998.</p>
662662
</dd>
663663
</dl>

docs/html/api/pomdp_py.algorithms.visual.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>pomdp_py.algorithms.visual package &#8212; pomdp_py 1.3.1 documentation</title>
9+
<title>pomdp_py.algorithms.visual package &#8212; pomdp_py 1.3.2 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -36,7 +36,7 @@
3636

3737

3838

39-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
39+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
4040

4141

4242

docs/html/api/pomdp_py.framework.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>pomdp_py.framework package &#8212; pomdp_py 1.3.1 documentation</title>
9+
<title>pomdp_py.framework package &#8212; pomdp_py 1.3.2 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -39,7 +39,7 @@
3939

4040

4141

42-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
42+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
4343

4444

4545

docs/html/api/pomdp_py.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>pomdp_py package &#8212; pomdp_py 1.3.1 documentation</title>
9+
<title>pomdp_py package &#8212; pomdp_py 1.3.2 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -38,7 +38,7 @@
3838

3939

4040

41-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
41+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
4242

4343

4444

docs/html/api/pomdp_py.representations.belief.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
88

9-
<title>pomdp_py.representations.belief package &#8212; pomdp_py 1.3.1 documentation</title>
9+
<title>pomdp_py.representations.belief package &#8212; pomdp_py 1.3.2 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -39,7 +39,7 @@
3939

4040

4141

42-
<p class="blurb">A framework to build and solve POMDP problems (v1.3.1).</p>
42+
<p class="blurb">A framework to build and solve POMDP problems (v1.3.2).</p>
4343

4444

4545

0 commit comments

Comments
 (0)