mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
[rllib] Adding dependencies (#1298)
This commit is contained in:
@@ -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
@@ -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
|
||||
---------------
|
||||
---------------
|
||||
|
||||
::
|
||||
|
||||
|
||||
@@ -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>`__.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user