LucasAlegre / morl-baselines

Multi-Objective Reinforcement Learning algorithms implementations.
https://lucasalegre.github.io/morl-baselines
MIT License
295 stars 47 forks source link

Recover from solver error in OLS #51

Closed ffelten closed 1 year ago

ffelten commented 1 year ago

Had this issue: https://github.com/davidhallac/NetworkLasso/issues/1 for some runs in OLS. I apply the fix they proposed.

Seems to be passing through now.