Skip to content

Commit

Permalink
Revert "Revert "[RLlib] Enable connectors. (ray-project#30388)" (ray-…
Browse files Browse the repository at this point in the history
…project#31495)" (ray-project#31733)

Flip default value for enable_connectors flag.

Signed-off-by: Andrea Pisoni <andreapiso@gmail.com>
  • Loading branch information
ArturNiederfahrenhorst authored and andreapiso committed Jan 22, 2023
1 parent 3bd4f1e commit a3c43c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rllib/algorithms/algorithm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def __init__(self, algo_class=None):
self.sample_collector = SimpleListCollector
self.create_env_on_local_worker = False
self.sample_async = False
self.enable_connectors = False
self.enable_connectors = True
self.rollout_fragment_length = 200
self.batch_mode = "truncate_episodes"
self.remote_worker_envs = False
Expand Down

0 comments on commit a3c43c3

Please sign in to comment.