-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Will support be added for new MuJoCo bindings? #232
Comments
MischaPanch
added a commit
to thu-ml/tianshou
that referenced
this issue
Feb 6, 2024
Addresses part of #1015 ### Dependencies - move jsonargparse and docstring-parser to dependencies to run hl examples without dev - create mujoco-py extra for legacy mujoco envs - updated atari extra - removed atari-py and gym dependencies - added ALE-py, autorom, and shimmy - created robotics extra for HER-DDPG ### Mac specific - only install envpool when not on mac - mujoco-py not working on macOS newer than Monterey (openai/mujoco-py#777) - D4RL also fails due to dependency on mujoco-py (Farama-Foundation/D4RL#232) ### Other - reduced training-num/test-num in example files to a number ≤ 20 (examples with 100 led to too many open files) - rendering for Mujoco envs needs to be fixed on gymnasium side (Farama-Foundation/Gymnasium#749) --------- Co-authored-by: Maximilian Huettenrauch <[email protected]> Co-authored-by: Michael Panchenko <[email protected]>
envs moved to https://github.com/Farama-Foundation/Gymnasium-Robotics |
@Kallinteris-Andreas Can a warning be added front and center to this repository's README and description, so that everyone knows Gymnasium-Robotics should be used instead? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
title: will compatibility be added so we can use D4RL with the new MuJoCo (i.e. just being able to
pip install mujoco
).The text was updated successfully, but these errors were encountered: