mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/py-gym: Update WWW and clean up pkg-descr
This commit is contained in:
parent
3fb9671fe9
commit
7d46fd34ed
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= OpenAI toolkit for developing and comparing your reinforcement learning agents
|
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
|
LICENSE= MIT
|
||||||
|
|
||||||
|
|
|
@ -19,5 +19,3 @@ methods you should know:
|
||||||
reward, done, info.
|
reward, done, info.
|
||||||
- render(self, mode='human'): Render one frame of the environment. The default
|
- render(self, mode='human'): Render one frame of the environment. The default
|
||||||
mode will do something human friendly, such as pop up a window.
|
mode will do something human friendly, such as pop up a window.
|
||||||
|
|
||||||
See also: https://github.com/openai/gym
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue