mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[rllib] Switch to tune.run() instead of run_experiments() (#4515)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user