[rllib] Switch to tune.run() instead of run_experiments() (#4515)

This commit is contained in:
Eric Liang
2019-03-30 14:07:50 -07:00
committed by GitHub
parent 5efb21e1d0
commit fce0062380
13 changed files with 174 additions and 208 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ def run(run_or_experiment,
Args:
run_or_experiment (function|class|str|Experiment): If
function|class|str, this is the algorithm or model to train.
function|class|str, this is the algorithm or model to train.
This may refer to the name of a built-on algorithm
(e.g. RLLib's DQN or PPO), a user-defined trainable
function or class, or the string identifier of a