blob: d42a61ab939c3ec3ff04daedbf3a300a2f11684c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = python-gymnasium
pkgdesc = A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
pkgver = 0.29.1
pkgrel = 3
url = https://gymnasium.farama.org/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-numpy
depends = python-cloudpickle
depends = python-importlib-metadata
depends = python-typing_extensions
depends = python-farama-notifications
optdepends = python-pygame: environment rendering, required for many provided environments
optdepends = python-pybox2d: required for box2d environments
optdepends = box2d: required for box2d environments
optdepends = python-mujoco: required for mujoco environments
optdepends = python-imageio: required for mujoco environments
source = https://files.pythonhosted.org/packages/source/g/gymnasium/gymnasium-0.29.1.tar.gz
source = LICENSE-0.29.1::https://raw.githubusercontent.com/Farama-Foundation/Gymnasium/v0.29.1/LICENSE
sha256sums = 1a532752efcb7590478b1cc7aa04f608eb7a2fdad5570cd217b66b6a35274bb1
sha256sums = 7dacaa9772e856aee6943b32ef663d3634d91d72ec7bbc74d136943673f91e18
pkgname = python-gymnasium
|