mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[RLlib] Small Ape-X deflake. (#26078)
This commit is contained in:
parent
de0ccc1dfc
commit
11a549d4bd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class TestApexDQN(unittest.TestCase):
|
|||
lr_schedule=[[0, 0.2], [100, 0.001]],
|
||||
)
|
||||
.reporting(
|
||||
min_sample_timesteps_per_iteration=10,
|
||||
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