Search Criteria
Package Details: python-gymnasium 0.29.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gymnasium.git (read-only, click to copy) |
---|---|
Package Base: | python-gymnasium |
Description: | A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym) |
Upstream URL: | https://gymnasium.farama.org/ |
Licenses: | MIT |
Submitter: | ghassan |
Maintainer: | pjvm |
Last Packager: | pjvm |
Votes: | 1 |
Popularity: | 0.000991 |
First Submitted: | 2023-02-05 11:47 (UTC) |
Last Updated: | 2024-01-31 15:36 (UTC) |
Dependencies (14)
- python-cloudpickle
- python-farama-notificationsAUR
- python-importlib-metadata
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-typing_extensions
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- box2d (optional) – required for box2d environments
- python-imageioAUR (optional) – required for mujoco environments
- python-mujocoAUR (optional) – required for mujoco environments
- python-pybox2d (optional) – required for box2d environments
- python-pygame (python-pygame-gitAUR) (optional) – environment rendering, required for many provided environments
Latest Comments
pjvm commented on 2024-01-31 15:52 (UTC)
Thanks again leuko, I missed that one the previous time.
My problem here is that I don't make use of the provided environments myself, so I'm unlikely to catch these mistakes. In addition, I'm only using this library for a uni project that is nearly finished, so after that I'd be relying entirely on comments to notify me if something needs to be changed. For this reason, I hope someone comes along who uses this more actively and would like to maintain the package; until then I'll keep doing it though.
leuko commented on 2024-01-31 15:17 (UTC)
According to this,
optdepends
must be extended:leuko commented on 2023-11-28 12:29 (UTC) (edited on 2023-11-28 12:32 (UTC) by leuko)
python /usr/lib/python3.11/site-packages/gymnasium/envs/box2d/car_racing.py
requires the following:optdepends=(box2d python-pybox2d python-pygame)
Corresponding line in project.toml