[rllib] Adding dependencies (#1298)

This commit is contained in:
Richard Liaw
2017-12-08 01:57:19 -08:00
committed by GitHub
parent 26125e1547
commit 2e0eb0e4c7
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -38,6 +38,18 @@ on a single node.
These algorithms can be run on any `OpenAI Gym MDP <https://github.com/openai/gym>`__,
including custom ones written and registered by the user.
Installation
------------
RLlib has extra dependencies on top of **ray**:
.. code-block:: bash
pip install tensorflow pyyaml gym[atari] opencv-python scipy
For usage of PyTorch models, visit the `PyTorch website <http://pytorch.org/>`__
for instructions on installing PyTorch.
Getting Started
---------------
+1 -1
View File
@@ -14,7 +14,7 @@ This document describes Ray.tune, a hyperparameter tuning tool for long-running
You can find the code for Ray.tune `here on GitHub <https://github.com/ray-project/ray/tree/master/python/ray/tune>`__.
Getting Started
---------------
---------------
::
+2 -2
View File
@@ -1,5 +1,5 @@
RLlib: A Scalable Reinforcement Learning Library
================================================
Ray RLlib: A Composable and Scalable Reinforcement Learning Library
===================================================================
This README provides a brief technical overview of RLlib. See also the `user documentation <http://ray.readthedocs.io/en/latest/rllib.html>`__.