API cleanups. Remove worker argument. Remove some deprecated arguments. (#4025)

* Remove worker argument from API methods.

* Remove deprecated arguments and deprecate redirect_output and redirect_worker_output.

* Fix
This commit is contained in:
Robert Nishihara
2019-02-15 10:49:16 -08:00
committed by Philipp Moritz
parent 042ad84573
commit 5f71751891
24 changed files with 171 additions and 217 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ env_config.update({
})
register_carla_model()
ray.init(redirect_output=True)
ray.init()
run_experiments({
"carla": {
"run": "PPO",