[RLlib] Require ApeX LR schedule test to produce learner info. (#27557)

This commit is contained in:
Artur Niederfahrenhorst 2022-08-08 18:19:02 +02:00 committed by GitHub
parent 3b2a8427af
commit 4fe47d069f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,8 @@ class TestApexDQN(unittest.TestCase):
)
.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,