mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
[rllib] Initial RLLib documentation (#969)
* initial documentation for RLLib * more RL documentation * fix linting * fix comments * update * fix
This commit is contained in:
committed by
Robert Nishihara
parent
9ec3608eca
commit
1eb8c83314
+7
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user