mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
added single quotes in pip install 'ray[rllib]'
This commit is contained in:
@@ -23,7 +23,7 @@ RLlib has extra dependencies on top of ``ray``. First, you'll need to install ei
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install ray[rllib] # also recommended: ray[debug]
|
||||
pip install 'ray[rllib]' # also recommended: ray[debug]
|
||||
|
||||
Then, you can try out training in the following equivalent ways:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user