# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 set realname dopamine_rl name py-dopamine-rl version 2.0.5 checksums rmd160 06e3b011fc27e2211b6129c448cbfda7478a0999 \ sha256 37d89cb9654710d1b09420c574fcbc5df90c59ab595994896cda1d3333e0ebc3 \ size 54988 categories-append devel platforms darwin license Apache-2 maintainers {ijackson @JacksonIsaac} openmaintainer supported_archs noarch description A framework for flexible Reinforcement Learning research long_description Dopamine is a research framework for fast prototyping \ of reinforcement learning algorithms. It aims to \ fill the need for a small, easily grokked codebase in \ which users can freely experiment with wild ideas \ (speculative research). homepage https://github.com/google/dopamine master_sites pypi:d/${python.rootname} distname ${realname}-${version} python.versions 36 37 if {${name} ne ${subport}} { depends_build-append \ path:bin/cmake:cmake depends_lib-append \ port:py${python.version}-setuptools \ port:zlib livecheck.type none }