[rllib] Initial RLLib documentation (#969)

* initial documentation for RLLib

* more RL documentation

* fix linting

* fix comments

* update

* fix
This commit is contained in:
Philipp Moritz
2017-09-12 23:38:21 -07:00
committed by Robert Nishihara
parent 9ec3608eca
commit 1eb8c83314
6 changed files with 184 additions and 5 deletions
+7 -1
View File
@@ -18,8 +18,14 @@ import shlex
# These lines added to enable Sphinx to work without installing Ray.
import mock
MOCK_MODULES = ["pyarrow",
MOCK_MODULES = ["gym",
"tensorflow",
"tensorflow.contrib",
"tensorflow.contrib.slim",
"tensorflow.contrib.rnn",
"pyarrow",
"pyarrow.plasma",
"smart_open",
"ray.local_scheduler",
"ray.plasma",
"ray.core.generated.TaskInfo",