Skip to main content

Implementations of multi-objective reinforcement learning (MORL) algorithms.

Project description

Project Status: Active – The project has reached a stable, usable state and is being actively developed. tests License Discord pre-commit Code style: black Imports: isort

Multiple policies

MORL-Baselines

MORL-Baselines is a library of Multi-Objective Reinforcement Learning (MORL) algorithms. This repository aims to contain reliable MORL algorithms implementations in PyTorch.

It strictly follows MO-Gymnasium API, which differs from the standard Gymnasium API only in that the environment returns a numpy array as the reward.

For details on multi-objective MDPs (MOMDPs) and other MORL definitions, we suggest reading A practical guide to multi-objective reinforcement learning and planning. An overview of some techniques used in various MORL algorithms is also provided in Multi-Objective Reinforcement Learning Based on Decomposition: A Taxonomy and Framework.

A tutorial on MO-Gymnasium and MORL-Baselines is also available: Open in Colab

Features

  • Single and multi-policy algorithms under both SER and ESR criteria are implemented.
  • All algorithms follow the MO-Gymnasium API.
  • Performances are automatically reported in Weights and Biases dashboards.
  • Linting and formatting are enforced by pre-commit hooks.
  • Code is well documented.
  • All algorithms are automatically tested.
  • Utility functions are provided e.g. pareto pruning, experience buffers, etc.
  • Performances have been tested and reported in a reproducible manner.
  • Hyperparameter optimization available.

Implemented Algorithms

Name Single/Multi-policy ESR/SER Observation space Action space Paper
GPI-LS + GPI-PD Multi SER Continuous Discrete / Continuous Paper and Supplementary Materials
MORL/D Multi / / / Paper
Envelope Q-Learning Multi SER Continuous Discrete Paper
CAPQL Multi SER Continuous Continuous Paper
PGMORL 1 Multi SER Continuous Continuous Paper / Supplementary Materials
Pareto Conditioned Networks (PCN) Multi SER/ESR 2 Continuous Discrete / Continuous Paper
Pareto Q-Learning Multi SER Discrete Discrete Paper
MO Q learning Single SER Discrete Discrete Paper
MPMOQLearning (outer loop MOQL) Multi SER Discrete Discrete Paper
Optimistic Linear Support (OLS) Multi SER / / Section 3.3 of the thesis
Expected Utility Policy Gradient (EUPG) Single ESR Discrete Discrete Paper

:warning: Some of the algorithms have limited features.

1: Currently, PGMORL is limited to environments with 2 objectives.

2: PCN assumes environments with deterministic transitions.

Benchmarking

MORL-Baselines participates to Open RL Benchmark which contains tracked experiments from popular RL libraries such as cleanRL and Stable Baselines 3.

We have run experiments of our algorithms on various environments from MO-Gymnasium. The results can be found here: https://wandb.ai/openrlbenchmark/MORL-Baselines. An issue tracking all the settings is available at #43. Some design documentation for the experimentation protocol are also available on our Documentation website.

An example visualization of our dashboards with Pareto support is shown below: WandB dashboards

Structure

As much as possible, this repo tries to follow the single-file implementation rule for all algorithms. The repo's structure is as follows:

  • examples/ contains a set of examples to use MORL Baselines with MO-Gymnasium environments.
  • common/ contains the implementation recurring concepts: replay buffers, neural nets, etc. See the documentation for more details.
  • multi_policy/ contains the implementations of multi-policy algorithms.
  • single_policy/ contains the implementations of single-policy algorithms (ESR and SER).

Citing the Project

If you use MORL-Baselines in your research, please cite our NeurIPS 2023 paper:

@inproceedings{felten_toolkit_2023,
	author = {Felten, Florian and Alegre, Lucas N. and Now{\'e}, Ann and Bazzan, Ana L. C. and Talbi, El Ghazali and Danoy, Gr{\'e}goire and Silva, Bruno Castro da},
	title = {A Toolkit for Reliable Benchmarking and Research in Multi-Objective Reinforcement Learning},
	booktitle = {Proceedings of the 37th Conference on Neural Information Processing Systems ({NeurIPS} 2023)},
	year = {2023}
}

Maintainers

MORL-Baselines is currently maintained by Florian Felten (@ffelten) and Lucas N. Alegre (@LucasAlegre).

Contributing

This repository is open to contributions and we are always happy to receive new algorithms, bug fixes, or features. If you want to contribute, you can join our Discord server and discuss your ideas with us. You can also open an issue or a pull request directly.

Acknowledgements

  • Willem Röpke, for his implementation of Pareto Q-Learning (@wilrop)
  • Mathieu Reymond, for providing us with the original implementation of PCN.
  • Denis Steckelmacher and Conor F. Hayes, for providing us with the original implementation of EUPG.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

morl-baselines-1.0.0.tar.gz (121.5 kB view details)

Uploaded Source

Built Distribution

morl_baselines-1.0.0-py3-none-any.whl (143.2 kB view details)

Uploaded Python 3

File details

Details for the file morl-baselines-1.0.0.tar.gz.

File metadata

  • Download URL: morl-baselines-1.0.0.tar.gz
  • Upload date:
  • Size: 121.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.5

File hashes

Hashes for morl-baselines-1.0.0.tar.gz
Algorithm Hash digest
SHA256 54db64cf2fe455b289777e1164ee4a9961cdc8526e5eff0c65f0ab3983119844
MD5 af3fe1e0ed767e8518f7ba5037908f44
BLAKE2b-256 cb46746134220094d4c90433d658162e2dbc4b1caa40648d398aa30e07cc1dce

See more details on using hashes here.

File details

Details for the file morl_baselines-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for morl_baselines-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 966db5e2a080c4b1314f6ea6ccfab42875519e5ef8a93898d01c401cbdc55642
MD5 05a2658d538e83ff73690c60ed882745
BLAKE2b-256 979b2ba5881f43de4a84177046f2527a9686c12e0574aed2c000ef1595000c6d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page