added single quotes in pip install 'ray[rllib]'

This commit is contained in:
architkulkarni
2020-08-19 15:34:49 -07:00
committed by GitHub
parent 8b704eb419
commit a3a9421787
+1 -1
View File
@@ -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: