Implementations of multi-objective reinforcement learning (MORL) algorithms.
Project description
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:
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:
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file morl_baselines-1.1.0.tar.gz
.
File metadata
- Download URL: morl_baselines-1.1.0.tar.gz
- Upload date:
- Size: 109.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec786d09bbead645a3c76a3e11b8e1531d500bbb3de7807250a30adfc52aa6d4 |
|
MD5 | b7e30b0bf689c8332a3b945f4c6906e4 |
|
BLAKE2b-256 | 5fe4b5bfc4f8dad01244a17d98dd9206615d79c48bd7f63ec629ad1be8bbd7c4 |
File details
Details for the file morl_baselines-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: morl_baselines-1.1.0-py3-none-any.whl
- Upload date:
- Size: 129.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0eefd1cefbdfd94e461c6e53afa4f0c7772c43807ade707f72c4f5bfff2fa97 |
|
MD5 | bebcced4ba55f709e1f62288ff54272d |
|
BLAKE2b-256 | eb3e3a466523fc717feab9b29e787bc3a4462a9cfb9d25bc371e295e59fdde8c |