blob: 4362c5898697338819c4c194e5d650283b0fa6cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-gym-git
pkgdesc = A toolkit for developing and comparing reinforcement learning algorithms.
pkgver = 0.26.2.r3.gdcd18584
pkgrel = 1
url = https://gym.openai.com
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python
depends = python-cloudpickle
depends = python-numpy
provides = python-gym=0.26.2
conflicts = python-gym
source = git+https://github.com/openai/gym
b2sums = SKIP
pkgname = python-gym-git
|