mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[RLlib] Require ApeX LR schedule test to produce learner info. (#27557)
This commit is contained in:
parent
3b2a8427af
commit
4fe47d069f
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue