Skip to content

Commit

Permalink
Merge remote-tracking branch 'aai_fork/fix/mac-install' into fix/mac-…
Browse files Browse the repository at this point in the history
…install

# Conflicts:
#	README.md
  • Loading branch information
Maximilian Huettenrauch committed Feb 6, 2024
2 parents 24eccd7 + 1f6a907 commit a014132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ Available extras are:
- `pybullet` (for pybullet environments)
- `robotics` (for gymnasium-robotics environments)
- `vizdoom` (for ViZDoom environments)
- `envpool` (for envpool integration)
- `envpool` (for [envpool](https://github.com/sail-sg/envpool/) integration)
- `argparse` (in order to be able to run the high level API examples)

[^1]: `mujoco-py` is a legacy package and is not recommended for new projects.
It is only included for compatibility with older projects.
Also note, that there may be compatibility issues with macOS newer than
Also note that there may be compatibility issues with macOS newer than
Monterey.

Otherwise, you can install the latest release from PyPI (currently
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ vizdoom = { version = "*", optional = true }
argparse = ["docstring-parser", "jsonargparse"]
atari = ["ale-py", "autorom", "opencv-python", "shimmy"]
box2d = ["box2d-py", "pygame", "swig"]
classic-control = ["pygame"]
classic_control = ["pygame"]
mujoco = ["mujoco", "imageio"]
mujoco-py = ["mujoco-py", "cython"]
mujoco_py = ["mujoco-py", "cython"]
pybullet = ["pybullet"]
envpool = ["envpool"]
Expand Down

0 comments on commit a014132

Please sign in to comment.