# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="2.8.0a0"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A Training Framework for Stable Baselines3 Reinforcement Learning Agents"

HOMEPAGE="https://github.com/DLR-RM/rl-baselines3-zoo"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="plots tests"
DEPENDENCIES="dev-python/sb3-contrib[${PYTHON_USEDEP}]
	dev-python/gymnasium[${PYTHON_USEDEP}]
	dev-python/huggingface-sb3[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
	dev-python/optuna[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
	dev-python/pytablewriter[${PYTHON_USEDEP}]
	dev-python/Shimmy[${PYTHON_USEDEP}]
	plots? ( dev-python/seaborn[${PYTHON_USEDEP}] )
	plots? ( dev-python/rliable[${PYTHON_USEDEP}] )
	plots? ( ~dev-python/scipy-1.10[${PYTHON_USEDEP}] )
	tests? ( dev-python/mujoco[${PYTHON_USEDEP}] )
	tests? ( dev-python/highway-env[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"