summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9207d9be04ab1280b7c24e61672e7d5b300ffe52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-torchrl
	pkgdesc = A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
	pkgver = 0.8.0
	pkgrel = 1
	url = https://github.com/pytorch/rl
	arch = x86_64
	license = MIT
	makedepends = python-wheel
	makedepends = python-installer
	makedepends = python-setuptools
	depends = python
	depends = python-cloudpickle
	depends = python-tensordict
	depends = python-numpy
	depends = python-pytorch
	depends = python-packaging
	source = https://github.com/pytorch/rl/archive/refs/tags/v0.8.0.tar.gz
	sha256sums = 34e82518a9af1e5b92a5baf03016f3e2c26ead110f48da860a51d6743faf8b35

pkgname = python-torchrl