Skip to content

Commit 8b26b32

Browse files
EnliteAI Botenliteai
authored andcommitted
RL-595: reduced number of workers to 2 in test_stored_model_multiple_check_points_max_att
(Issue RL-595 - Make Maze compatible with Ray 1.3.0)
1 parent 8c1a0ed commit 8b26b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maze/test/rllib/test_maze_tune_callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run_cartpole(hydra_args: Dict[str, str]):
2121

2222

2323
def test_stored_model_multiple_check_points_max_att():
24-
check_stored_model_multiple_check_points({'runner.num_workers': '2',
24+
check_stored_model_multiple_check_points({'runner.num_workers': '1',
2525
'runner.ray_config.local_mode': 'False',
2626
'runner.tune_config.keep_checkpoints_num': '2',
2727
'runner.ray_config.ignore_reinit_error': 'True',

0 commit comments

Comments
 (0)