Skip to content

Commit

Permalink
Merge pull request openai#145 from alok/patch-1
Browse files Browse the repository at this point in the history
Remove note about Python 3.7
  • Loading branch information
bchess authored Jun 7, 2019
2 parents dfdd95c + 9ec0656 commit d493b44
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ To use Python from the environment you just created, activate the environment wi

`FreeCodeCamp`_ has a good explanation worth reading. There's a shorter description on `Towards Data Science`_ which is also helpful and informative. Finally, if you're an extremely patient person, you may want to read the (dry, but very informative) `documentation page from Conda`_.

.. caution::

As of November 2018, there appears to be a bug which prevents the Tensorflow pip package from working in Python 3.7. To track, see `this Github issue for Tensorflow`_. As a result, in order to use Spinning Up (which requires Tensorflow), you should use Python 3.6.


.. _`the installation instructions`: https://docs.continuum.io/anaconda/install/
.. _`FreeCodeCamp`: https://medium.freecodecamp.org/why-you-need-python-environments-and-how-to-manage-them-with-conda-85f155f4353c
.. _`Towards Data Science`: https://towardsdatascience.com/environment-management-with-conda-python-2-3-b9961a8a5097
Expand Down Expand Up @@ -140,4 +135,4 @@ And then check that things are working by running PPO in the Walker2d-v2 environ
.. _`mujoco-py`: https://github.com/openai/mujoco-py
.. _`MuJoCo license`: https://www.roboti.us/license.html
.. _`MuJoCo license`: https://www.roboti.us/license.html

0 comments on commit d493b44

Please sign in to comment.