summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c5390baac134a824f9ca10d6bf0fb250559ac6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = python-stable-baselines3
	pkgdesc = A set of reliable implementations of reinforcement learning algorithms in PyTorch
	pkgver = 1.5.0
	pkgrel = 1
	url = https://github.com/DLR-RM/stable-baselines3
	arch = any
	license = MIT
	depends = python
	depends = python-gym
	depends = python-numpy
	depends = python-pytorch
	depends = python-cloudpickle
	depends = python-pandas
	depends = python-matplotlib
	optdepends = python-opencv: For render
	optdepends = python-ale-py: For atari games
	optdepends = python-pillow: For atari games
	optdepends = tensorboard: Tensorboard support
	optdepends = python-psutil: Checking memory taken by replay buffer
	source = python-stable-baselines3-1.5.0.tar.gz::https://github.com/DLR-RM/stable-baselines3/archive/v1.5.0.tar.gz
	md5sums = 9ed6a2042ab0b7a7f216c1d62e0626d2

pkgname = python-stable-baselines3