LucasAlegre / morl-baselines

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

Add CAPQL #42

Closed LucasAlegre closed 1 year ago

LucasAlegre commented 1 year ago

It should be very easy to add CAPQL from https://openreview.net/pdf?id=TjEzIsyEsQ6 . In a nutshell, it is a MO version of SAC, and nothing else.

Code: https://github.com/haoyelu/CAPQL