aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:17:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:44 +0000
commit7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbe (patch)
treee55303ec19886bdb58b7e41dceb02d0aaaf28821
parent3fb9671fe9522f858436cf82e25a2099721c259c (diff)
downloadports-7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbe.tar.gz
ports-7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbe.zip
-rw-r--r--math/py-gym/Makefile3
-rw-r--r--math/py-gym/pkg-descr2
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