1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

math/py-gym: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:17:52 +08:00
parent 3fb9671fe9
commit 7d46fd34ed
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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