blob: 951d4e2aa541d8bd465f47ebc499f2a0e1999faa (
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-stable-baselines3
pkgdesc = A set of reliable implementations of reinforcement learning algorithms in PyTorch
pkgver = 2.1.0
pkgrel = 1
url = https://github.com/DLR-RM/stable-baselines3
arch = any
license = MIT
depends = python
depends = python-gymnasium
depends = python-numpy
depends = python-pytorch
depends = python-cloudpickle
depends = python-pandas
depends = python-matplotlib
optdepends = python-opencv: For render
optdepends = python-pygame: For render
optdepends = python-shimmy: For atari games
optdepends = python-pillow: For atari games
optdepends = tensorboard: Tensorboard support
optdepends = python-psutil: Checking memory taken by replay buffer
optdepends = python-tqdm: For progress bar callback
optdepends = python-rich: For progress bar callback
source = python-stable-baselines3-2.1.0.tar.gz::https://github.com/DLR-RM/stable-baselines3/archive/v2.1.0.tar.gz
sha256sums = 9d62ac964579194b89f0d876ee5dbd59589717c70531eb73a6ce62aa06caa6c5
pkgname = python-stable-baselines3
|