blob: 8b8f3456a3a4d122dd42b649ff0bc44f24cdd96b (
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
|
pkgbase = python-gymnasium
pkgdesc = A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
pkgver = 1.1.1
pkgrel = 1
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
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-1.1.1.tar.gz
source = LICENSE-1.1.1::https://raw.githubusercontent.com/Farama-Foundation/Gymnasium/v1.1.1/LICENSE
sha256sums = 8bd9ea9bdef32c950a444ff36afc785e1d81051ec32d30435058953c20d2456d
sha256sums = 7dacaa9772e856aee6943b32ef663d3634d91d72ec7bbc74d136943673f91e18
pkgname = python-gymnasium
|