Skip to content

Commit

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

Signed-off-by: tmynn <[email protected]>
  • Loading branch information
ArturNiederfahrenhorst authored and tamohannes committed Jan 16, 2023
1 parent c5ba931 commit 48f33e6
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 = True
self.enable_connectors = False
self.rollout_fragment_length = 200
self.batch_mode = "truncate_episodes"
self.remote_worker_envs = False
Expand Down

0 comments on commit 48f33e6

Please sign in to comment.