diff --git a/rllib/algorithms/apex_dqn/tests/test_apex_dqn.py b/rllib/algorithms/apex_dqn/tests/test_apex_dqn.py index 7d97a4ddfc20..9620f0ec6de8 100644 --- a/rllib/algorithms/apex_dqn/tests/test_apex_dqn.py +++ b/rllib/algorithms/apex_dqn/tests/test_apex_dqn.py @@ -124,6 +124,8 @@ def test_apex_lr_schedule(self): ) .reporting( min_sample_timesteps_per_iteration=10, + # Make sure that results contain info on default policy + min_train_timesteps_per_iteration=10, # 0 metrics reporting delay, this makes sure timestep, # which lr depends on, is updated after each worker rollout. min_time_s_per_iteration=0,