mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:54:34 +08:00
b2677fabc0
## What do these changes do? It saves checkpoint if needed regardless of what the scheduler have returned. Until now, it have not saved the checkpoint when scheduler returned TrialScheduler.PAUSE, which caused PopulationBasedTraining preventing to save any checkpoints in certain cases. See issue #4041 for more details. ## Related issue number #4041