[rllib] Add requested clarifications to test requirement of contrib docs (#3589)

This commit is contained in:
Eric Liang
2018-12-22 04:02:02 +09:00
committed by Richard Liaw
parent 6b179cb8a7
commit ddc97864df
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
Contributed algorithms, which can be run via `rllib train --run=contrib/<alg_name>`
Contributed algorithms, which can be run via ``rllib train --run=contrib/<alg_name>``
See https://ray.readthedocs.io/en/latest/rllib-dev.html for guidelines.