blob: 7bdef58f52fd5540a79600d339e2a5d62330dbfd (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
pkgbase = python-torchrl
pkgdesc = A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
pkgver = 0.13.3
pkgrel = 1
url = https://github.com/pytorch/rl
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
makedepends = python-setuptools
makedepends = gcc
makedepends = cuda
makedepends = python-pytorch
makedepends = ninja
depends = python
depends = python-cloudpickle
depends = python-tensordict
depends = python-numpy
depends = python-packaging
source = https://github.com/pytorch/rl/archive/refs/tags/v0.13.3.tar.gz
source = setup.patch
source = cuda-flags.patch
sha256sums = e35535c884c3fe65c3cc52a8620d614b3d6919829dc18210ed50c5cca647da75
sha256sums = 3916428ad174568ea43162a133ac5588f135a6a242cfcd6e8e2c0eca7bfb80c3
sha256sums = 21c2864cb9a7de0faaa600bf266ab05c1e6bd3d3e879c2ac5697f74e0732e0f5
pkgname = python-torchrl
depends = python
depends = python-cloudpickle
depends = python-tensordict
depends = python-numpy
depends = python-packaging
depends = python-pytorch
pkgname = python-torchrl-cuda
depends = python
depends = python-cloudpickle
depends = python-tensordict
depends = python-numpy
depends = python-packaging
depends = python-pytorch-cuda
depends = cuda
provides = python-torchrl
conflicts = python-torchrl
|