[rllib] Update RLlib docs and README (#1288)

Updates the rllib docs and README.
This commit is contained in:
Eric Liang
2017-12-06 18:17:51 -08:00
committed by GitHub
parent 2d543b6e19
commit 35f7398666
7 changed files with 151 additions and 94 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ class Agent(Trainable):
env_creator (func): Function that creates a new training env.
config (obj): Algorithm-specific configuration data.
logdir (str): Directory in which training outputs should be placed.
registry (obj): Object registry.
registry (obj): Tune object registry, for registering user-defined
classes and objects by name.
"""
_allow_unknown_configs = False