Date: Wed, 5 Apr 2023 17:38:08 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d46fd34ed58 - main - math/py-gym: Update WWW and clean up pkg-descr Message-ID: <202304051738.335Hc8fM088686@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbe commit 7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:17:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:44 +0000 math/py-gym: Update WWW and clean up pkg-descr --- math/py-gym/Makefile | 3 ++- math/py-gym/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index 50509adb68f7..62d8dab062fa 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenAI toolkit for developing and comparing your reinforcement learning agents -WWW= https://www.gymlibrary.dev/ +WWW= https://www.gymlibrary.dev/ \ + https://github.com/openai/gym LICENSE= MIT diff --git a/math/py-gym/pkg-descr b/math/py-gym/pkg-descr index 0757389752f3..06d4ad71c22a 100644 --- a/math/py-gym/pkg-descr +++ b/math/py-gym/pkg-descr @@ -19,5 +19,3 @@ methods you should know: reward, done, info. - render(self, mode='human'): Render one frame of the environment. The default mode will do something human friendly, such as pop up a window. - -See also: https://github.com/openai/gym
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335Hc8fM088686>