LucasAlegre / morl-baselines

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

Custom Enviroment #50

Closed avarbella closed 1 year ago

avarbella commented 1 year ago

Hi I'm a new user, I will like to apply MORL to my custom problem, is the library easy to adapt to a custom environment?

ffelten commented 1 year ago

Hello there and welcome!

The library follows the MO-Gymnasium API. Thus, if your environment respects the specifications, there should be an algorithm compatible with it in the lib.

Don't hesitate to join our discord channel (https://discord.gg/ygmkfnBvKA) as I'm sure you will have further questions :-).

avarbella commented 1 year ago

Thank you I'll join :)