Skip to content

Commit

Permalink
[RLlib] Enable connectors. (ray-project#30388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturNiederfahrenhorst committed Jan 5, 2023
1 parent a5ef674 commit 9f2b369
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 9f2b369

Please sign in to comment.