blob: 961013228f21ebf66b2eb4bf3a955e00b0ea4a50 (
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-stable-baselines3
pkgdesc = A set of reliable implementations of reinforcement learning algorithms in PyTorch
pkgver = 2.4.0
pkgrel = 1
url = https://github.com/DLR-RM/stable-baselines3
arch = any
license = MIT
makedepends = python-setuptools
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.4.0.tar.gz::https://github.com/DLR-RM/stable-baselines3/archive/v2.4.0.tar.gz
sha256sums = b14838f41375a8b5ccaff3f8f1155368943eb1a92cd07aee6253765f65d3426a
pkgname = python-stable-baselines3
|