-
-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Update cython dependency to cython 3 #921
Comments
|
I think we all admit that mujoco-py and mujoco-series "-v2" environments are annoying and not as good as new version. But the problem is that they are still widely used since the research cummunity still uses mujoco-py frequently for online or offline RL. To validate this, just search RL related paper randomly in this year or check the new issues in mujoco-py repo. To compare with new/old baselines/benchmarks people have to use old "-v2" version. Moreover, the dependency for cython could be simplely updated by this PR openai/mujoco-py#782. So it would be really really very very appreciated to adjust mujoco-py to cython>3. I disklike Mujoco-py, it's really annoying but I think many people still have to use it for a long time. |
Mujoco-py is hosted and maintained by OpenAI, not Farama, therefore, there is nothing that we can do to apply the PR you link above. |
Only "gymnasium[mujoco-py]" is limited to |
Proposal
Currently, the dependency specifier on
cython
iscython < 3
. It would be good to portgymnasium
to cython 3.Motivation
User whose project need both cython 3 and gymnasium would have problem. And cython 3 fix a lot of bugs.
Checklist
The text was updated successfully, but these errors were encountered: