mirror of
https://github.com/wassname/ray.git
synced 2026-09-23 13:41:51 +08:00
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:
committed by
Philipp Moritz
parent
042ad84573
commit
5f71751891
@@ -21,7 +21,7 @@ env_config.update({
|
||||
})
|
||||
register_carla_model()
|
||||
|
||||
ray.init(redirect_output=True)
|
||||
ray.init()
|
||||
run_experiments({
|
||||
"carla": {
|
||||
"run": "PPO",
|
||||
|
||||
Reference in New Issue
Block a user