LucasAlegre / morl-baselines

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

Migration from gym to gymnasium (also from mo-gym to mo-gymnasium) #20

Closed ChrisZonghaoLi closed 1 year ago

ChrisZonghaoLi commented 1 year ago

As the new mo-gymnasium been released (0.3.0), I think the library names here for gym and mo-gym should also be updated to gymnasium and mo-gymnasim, respectively. Otherwise issues like ModuleNotFoundError: No module named 'gym' will pop up. @LucasAlegre

ChrisZonghaoLi commented 1 year ago

Okay I though I did installed the morl-baselines but I actually didn't after I switched to a new environment. Nevermind I think it is all good here.

ffelten commented 1 year ago

Hello Chris,

We are in the process of moving MO-Gymnasium to the Farama foundation and a new Pipy release under the MO-Gymnasium name will be available when it's fully done. After that, we will migrate baselines to this new name.