Denys88 / rl_games

RL implementations
MIT License
819 stars 138 forks source link

save_frequency works now with SAC as well #238

Closed ViktorM closed 1 year ago

ViktorM commented 1 year ago

https://github.com/Denys88/rl_games/issues/237

Fixed SAC not saving checkpoints with save_frequency, only the best ones.