This release marks the first stable version of MORL-Baselines. After having thoroughly tested the algorithms on various environments fixing bugs for the past few weeks. We feel the library is stable enough to deserve a proper release.
Features
* Over 10 MORL algorithms supported under the [MO-Gymnasium](https://mo-gymnasium.farama.org/) API (multi & single policy, under SER and ESR criteria);
* Automated reporting to [Weights and Biases](https://wandb.ai/home) dashboards... of various metrics (see screenshot below);
* Clean, documented, and tested code, and this is enforced by our CI hooks;
* Utility functions to help researchers build new algorithms, e.g. `ParetoArchive`, `NatureCNN`, `PrioritizedReplayBuffer`;
* Performances have been tested and reported in a reproducible manner: see 43 and https://wandb.ai/openrlbenchmark/MORL-Baselines.
Example of our dashboards: Pareto front and multi-objective metrics are visible in real-time.
<img width="1904" alt="wandb" src="https://github.com/LucasAlegre/morl-baselines/assets/11799929/961f8418-578b-493a-ad28-2e9ec9df085c">