From 7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbe Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 6 Apr 2023 01:17:52 +0800 Subject: 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 -- cgit v1.2.3