Skip to content

Commit

Permalink
add note about python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Schumacher committed Sep 23, 2024
1 parent b6ba568 commit aa6c6ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ Load DEP-RL Baseline
+++++++++++++++++++++++++++++++++++++
See `here <https://deprl.readthedocs.io/en/latest/index.html>`__ for more detailed documentation of ``deprl``.

.. note::
Deprl requires Python `3.9` or newer.

If you want to load and execute the pre-trained DEP-RL baseline. Make sure that the ``deprl`` package is installed.

.. code-block:: python
Expand Down

0 comments on commit aa6c6ff

Please sign in to comment.