DLR-RM / rl-baselines3-zoo

A training framework for Stable Baselines3 reinforcement learning agents, with hyperparameter optimization and pre-trained agents included.
https://rl-baselines3-zoo.readthedocs.io
MIT License
1.9k stars 495 forks source link

[Feature Request] Remove gym dependency #398

Closed ernestum closed 9 months ago

ernestum commented 10 months ago

🚀 Feature

Remove gym dependency.

Motivation

I think we don't need gym support any more and it clutters our dependencies.

Pitch

Alternatives

Keep it in because we still need it for some reason.

Additional context

No response

Checklist

araffin commented 10 months ago

I think we don't need gym support any more and it clutters our dependencies.

We need https://github.com/araffin/pybullet_envs_gymnasium and then we can remove gym dependency I think.

ernestum commented 10 months ago

Ah but for that there is not pypi release yet?

araffin commented 10 months ago

Ah but for that there is not pypi release yet?

There is but I also need to push the latest version (https://pypi.org/project/pybullet-envs-gymnasium/), I will give you access to pypi when I'm home.