theOGognf/finagg

Algo schedulers

theOGognf opened this issue · 2 comments

Need to implement algo schedulers for scheduling entropy coefficient and learning rates. They need to be implemented slightly differently since the LR scheduler will need to interface with PyTorch optimizers while the entropy scheduler just needs to update an entropy coefficient.

  • Entropy scheduler
  • LR scheduler

Schedulers are implemented, just need testing

Moved to the rlstack project