Skip to content

Commit bbcf1af

Browse files
committed
bump minimum python requirement
1 parent fe0f942 commit bbcf1af

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

docs/_sphinx_src/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We recommend using `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `pi
1111
Pre-installation
1212
----------------
1313

14-
1. install Python 3.7+ from `official website <https://www.python.org/downloads/>`_.
14+
1. install Python 3.8+ from `official website <https://www.python.org/downloads/>`_.
1515

1616

1717
Install pomdp-py

docs/html/_sources/installation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We recommend using `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `pi
1111
Pre-installation
1212
----------------
1313

14-
1. install Python 3.7+ from `official website <https://www.python.org/downloads/>`_.
14+
1. install Python 3.8+ from `official website <https://www.python.org/downloads/>`_.
1515

1616

1717
Install pomdp-py

docs/html/installation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
7676
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a></li>
7777
<li class="toctree-l1"><a class="reference internal" href="design_principles.html">Design Principles</a></li>
7878
<li class="toctree-l1"><a class="reference internal" href="existing_solvers.html">Existing POMDP Solvers</a></li>
79+
<li class="toctree-l1"><a class="reference internal" href="changelog.html">What's New?</a></li>
7980
</ul>
8081
<p class="caption" role="heading"><span class="caption-text">API References</span></p>
8182
<ul>
@@ -150,7 +151,7 @@ <h1>Installation<a class="headerlink" href="#installation" title="Permalink to t
150151
<section id="pre-installation">
151152
<h2><a class="toc-backref" href="#id1" role="doc-backlink">Pre-installation</a><a class="headerlink" href="#pre-installation" title="Permalink to this heading"></a></h2>
152153
<ol class="arabic simple">
153-
<li><p>install Python 3.7+ from <a class="reference external" href="https://www.python.org/downloads/">official website</a>.</p></li>
154+
<li><p>install Python 3.8+ from <a class="reference external" href="https://www.python.org/downloads/">official website</a>.</p></li>
154155
</ol>
155156
</section>
156157
<section id="install-pomdp-py">

docs/html/problems/pomdp_problems.tiger.cythonize.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,17 +398,17 @@ <h2>pomdp_problems.tiger.cythonize.tiger_problem.cpython-38-x86_64-linux-gnu mod
398398
<dd><p>Bases: <a class="reference internal" href="../api/pomdp_py.framework.html#pomdp_py.framework.basics.POMDP" title="pomdp_py.framework.basics.POMDP"><code class="xref py py-class docutils literal notranslate"><span class="pre">POMDP</span></code></a></p>
399399
<dl class="py attribute">
400400
<dt class="sig sig-object py" id="pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.ACTIONS">
401-
<span class="sig-name descname"><span class="pre">ACTIONS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerAction(open-left),</span> <span class="pre">TigerAction(open-right),</span> <span class="pre">TigerAction(listen)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.ACTIONS" title="Permalink to this definition"></a></dt>
401+
<span class="sig-name descname"><span class="pre">ACTIONS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerAction(open-right),</span> <span class="pre">TigerAction(listen),</span> <span class="pre">TigerAction(open-left)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.ACTIONS" title="Permalink to this definition"></a></dt>
402402
<dd></dd></dl>
403403

404404
<dl class="py attribute">
405405
<dt class="sig sig-object py" id="pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.OBSERVATIONS">
406-
<span class="sig-name descname"><span class="pre">OBSERVATIONS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerObservation(tiger-right),</span> <span class="pre">TigerObservation(tiger-left)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.OBSERVATIONS" title="Permalink to this definition"></a></dt>
406+
<span class="sig-name descname"><span class="pre">OBSERVATIONS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerObservation(tiger-left),</span> <span class="pre">TigerObservation(tiger-right)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.OBSERVATIONS" title="Permalink to this definition"></a></dt>
407407
<dd></dd></dl>
408408

409409
<dl class="py attribute">
410410
<dt class="sig sig-object py" id="pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.STATES">
411-
<span class="sig-name descname"><span class="pre">STATES</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerState(tiger-right),</span> <span class="pre">TigerState(tiger-left)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.STATES" title="Permalink to this definition"></a></dt>
411+
<span class="sig-name descname"><span class="pre">STATES</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{TigerState(tiger-left),</span> <span class="pre">TigerState(tiger-right)}</span></em><a class="headerlink" href="#pomdp_problems.tiger.cythonize.tiger_problem.TigerProblem.STATES" title="Permalink to this definition"></a></dt>
412412
<dd></dd></dl>
413413

414414
</dd></dl>

docs/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)