Git Product home page Git Product logo

morl-baselines's Introduction

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.

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
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

⚠️ 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.

morl-baselines's People

Contributors

ffelten avatar lucasalegre avatar lowlypalace avatar wilrop avatar mathieu-reymond avatar chriszonghaoli avatar vaidas-sl avatar eltociear avatar noninho18 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.