notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-gym OpenAI toolkit for developing and comparing your reinforcement learning agents
0.26.2_1 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.26.2_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-06-21 23:09:29
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: python
License: MIT
WWW:
https://www.gymlibrary.dev/
https://github.com/openai/gym
Description:
OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms. This is the gym open-source library, which gives you access to a standardized set of environments. gym makes no assumptions about the structure of your agent, and is compatible with any numerical computation library, such as TensorFlow or Theano. You can use it from Python code, and soon from other languages. There are two basic concepts in reinforcement learning: the environment (namely, the outside world) and the agent (namely, the algorithm you are writing). The agent sends actions to the environment, and the environment replies with observations and rewards (that is, a score). The core gym interface is Env, which is the unified environment interface. There is no interface for agents; that part is left to you. The following are the Env methods you should know: - reset(self): Reset the environment's state. Returns observation. - step(self, action): Step the environment by one timestep. Returns observation, 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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gym>0:math/py-gym@${PY_FLAVOR}
To install the port:
cd /usr/ports/math/py-gym/ && make install clean
To add the package, run one of these commands:
  • pkg install math/py-gym
  • pkg install py39-gym
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-gym listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-gym
Package flavors (<flavor>: <package>)
  • py39: py39-gym
distinfo:
TIMESTAMP = 1665073148 SHA256 (gym-0.26.2.tar.gz) = e0d882f4b54f0c65f203104c24ab8a38b039f1289986803c7d02cdbe214fbcc4 SIZE (gym-0.26.2.tar.gz) = 721689

Packages (timestamps in pop-ups are UTC):
py39-gym
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.26.2_10.26.2_1-0.26.2_10.26.2_1---
FreeBSD:13:quarterly0.26.2_10.26.2_1--0.26.2_1-0.26.2_1-
FreeBSD:14:latest0.26.2_10.26.2_1-0.26.2_10.26.2_1---
FreeBSD:14:quarterly0.26.2_10.26.2_1--0.26.2_1-0.26.2_1-
FreeBSD:15:latest0.26.2_10.26.2_1n/a0.26.2_1n/a-0.26.2_10.26.2_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-pytest>=0 : devel/py-pytest@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-cloudpickle>=1.2.0 : devel/py-cloudpickle@py39
  2. py39-gym-notices>=0.0.4 : math/py-gym-notices@py39
  3. py39-numpy>=1.18.0,1 : math/py-numpy@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
  6. py39-importlib-metadata>=4.8.0 : devel/py-importlib-metadata@py39
This port is required by:
for Run
  1. devel/py-bullet3

Configuration Options:
No options to configure
Options name:
math_py-gym
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/gym/
  2. https://pypi.org/packages/source/g/gym/
Collapse this list.

Number of commits found: 46

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.26.2_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.26.2_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.26.2
05 Apr 2023 17:30:44
commit hash: 7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbecommit hash: 7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbecommit hash: 7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbecommit hash: 7d46fd34ed58e43eed37cf072bc9cf5f5d6f8cbe files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update WWW and clean up pkg-descr
0.26.2
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.26.2
09 Oct 2022 15:37:57
commit hash: 7aca2e2ef456c60ae2c7a95eb7daaf1c3804eac9commit hash: 7aca2e2ef456c60ae2c7a95eb7daaf1c3804eac9commit hash: 7aca2e2ef456c60ae2c7a95eb7daaf1c3804eac9commit hash: 7aca2e2ef456c60ae2c7a95eb7daaf1c3804eac9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.26.2

Changes:	https://github.com/openai/gym/releases
0.26.1
03 Oct 2022 02:15:18
commit hash: 8ba56b15a3cd4fdb96a30c44fde82c8e684f273bcommit hash: 8ba56b15a3cd4fdb96a30c44fde82c8e684f273bcommit hash: 8ba56b15a3cd4fdb96a30c44fde82c8e684f273bcommit hash: 8ba56b15a3cd4fdb96a30c44fde82c8e684f273b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.26.1

Changes:	https://github.com/openai/gym/releases
0.26.0
10 Sep 2022 16:06:20
commit hash: 128dd7366efec3d0f52d4e2b76dc8111c965fcd0commit hash: 128dd7366efec3d0f52d4e2b76dc8111c965fcd0commit hash: 128dd7366efec3d0f52d4e2b76dc8111c965fcd0commit hash: 128dd7366efec3d0f52d4e2b76dc8111c965fcd0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.26.0

- Update WWW

Changes:	https://github.com/openai/gym/releases
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.25.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.25.2
31 Aug 2022 11:41:10
commit hash: eba12fa2d5288dbc37ad35c282ae848b28403272commit hash: eba12fa2d5288dbc37ad35c282ae848b28403272commit hash: eba12fa2d5288dbc37ad35c282ae848b28403272commit hash: eba12fa2d5288dbc37ad35c282ae848b28403272 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.25.2

Changes:	https://github.com/openai/gym/releases
0.25.1
30 Jul 2022 19:24:51
commit hash: 68309579a4dcb5753781d2579e1bc65908ebf0f7commit hash: 68309579a4dcb5753781d2579e1bc65908ebf0f7commit hash: 68309579a4dcb5753781d2579e1bc65908ebf0f7commit hash: 68309579a4dcb5753781d2579e1bc65908ebf0f7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.25.1

Changes:	https://github.com/openai/gym/releases
0.25.0
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.25.0
18 Jul 2022 18:00:44
commit hash: bd2ca73c62ee926e425cc515c540793626281584commit hash: bd2ca73c62ee926e425cc515c540793626281584commit hash: bd2ca73c62ee926e425cc515c540793626281584commit hash: bd2ca73c62ee926e425cc515c540793626281584 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.25.0

Changes:	https://github.com/openai/gym/releases
0.24.1
16 Jun 2022 13:59:58
commit hash: a823af8c9feef4f2f851668e35fa703d39f33f75commit hash: a823af8c9feef4f2f851668e35fa703d39f33f75commit hash: a823af8c9feef4f2f851668e35fa703d39f33f75commit hash: a823af8c9feef4f2f851668e35fa703d39f33f75 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update USES=python

math/py-numpy requires Python 3.8+
0.24.1
09 Jun 2022 10:58:32
commit hash: a459bfd15d497f73512e9527dd1fe25226811afbcommit hash: a459bfd15d497f73512e9527dd1fe25226811afbcommit hash: a459bfd15d497f73512e9527dd1fe25226811afbcommit hash: a459bfd15d497f73512e9527dd1fe25226811afb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.24.1

Changes:	https://github.com/openai/gym/releases
0.24.0
03 Jun 2022 09:00:40
commit hash: de70e20fe05774b7966aedf95f6cd281842346b1commit hash: de70e20fe05774b7966aedf95f6cd281842346b1commit hash: de70e20fe05774b7966aedf95f6cd281842346b1commit hash: de70e20fe05774b7966aedf95f6cd281842346b1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.24.0

Changes:	https://github.com/openai/gym/releases
0.23.1
30 Mar 2022 22:21:14
commit hash: f17a0cdee693b19903a6aab8710022b7589e1962commit hash: f17a0cdee693b19903a6aab8710022b7589e1962commit hash: f17a0cdee693b19903a6aab8710022b7589e1962commit hash: f17a0cdee693b19903a6aab8710022b7589e1962 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.23.1

Changes:	https://github.com/openai/gym/releases
0.23.0
25 Mar 2022 13:37:06
commit hash: 0ffa6144badaf5f81e70643d12c16d3ac4291df7commit hash: 0ffa6144badaf5f81e70643d12c16d3ac4291df7commit hash: 0ffa6144badaf5f81e70643d12c16d3ac4291df7commit hash: 0ffa6144badaf5f81e70643d12c16d3ac4291df7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.23.0

- Update WWW

Changes:	https://github.com/openai/gym/releases
0.22.0
07 Mar 2022 18:11:21
commit hash: 4c2bdaaf730fb1e0eafafceb42f6229aa8ee52c9commit hash: 4c2bdaaf730fb1e0eafafceb42f6229aa8ee52c9commit hash: 4c2bdaaf730fb1e0eafafceb42f6229aa8ee52c9commit hash: 4c2bdaaf730fb1e0eafafceb42f6229aa8ee52c9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.22.0

Changes:	https://github.com/openai/gym/releases
0.21.0
21 Nov 2021 18:20:42
commit hash: e3f6add9db52afb1da325a97ff1c9f90776a595bcommit hash: e3f6add9db52afb1da325a97ff1c9f90776a595bcommit hash: e3f6add9db52afb1da325a97ff1c9f90776a595bcommit hash: e3f6add9db52afb1da325a97ff1c9f90776a595b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.21.0

Changes:	https://github.com/openai/gym/releases
0.20.0
01 Nov 2021 13:41:48
commit hash: 9eb2e1b42d8e755e1b506459ca5dce0b5afffc5fcommit hash: 9eb2e1b42d8e755e1b506459ca5dce0b5afffc5fcommit hash: 9eb2e1b42d8e755e1b506459ca5dce0b5afffc5fcommit hash: 9eb2e1b42d8e755e1b506459ca5dce0b5afffc5f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.20.0

- Update USES=python after py-numpy 1.20.3 update

Changes:	https://github.com/openai/gym/releases
0.18.3
20 Jun 2021 20:46:29
commit hash: 8be82b9d901ae6645174fa333c80ebae675ad17acommit hash: 8be82b9d901ae6645174fa333c80ebae675ad17acommit hash: 8be82b9d901ae6645174fa333c80ebae675ad17acommit hash: 8be82b9d901ae6645174fa333c80ebae675ad17a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Update to 0.18.3

- Add LICENSE_FILE

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.18.0_1
16 May 2021 15:24:12
commit hash: 467992155ab3d5c61e657f95fc3a3af7b56c6a55commit hash: 467992155ab3d5c61e657f95fc3a3af7b56c6a55commit hash: 467992155ab3d5c61e657f95fc3a3af7b56c6a55commit hash: 467992155ab3d5c61e657f95fc3a3af7b56c6a55 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Fix build after 553bcea9dbe91208a9c8bf265e0d8e1172094ffe

- Bump PORTREVISION for package change
0.18.0
18 Apr 2021 05:43:49
commit hash: 5a77318f2aa23976912af8799ad3970a548d8c6fcommit hash: 5a77318f2aa23976912af8799ad3970a548d8c6fcommit hash: 5a77318f2aa23976912af8799ad3970a548d8c6fcommit hash: 5a77318f2aa23976912af8799ad3970a548d8c6f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-gym: Remove PYNUMPY
0.18.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.18.0
24 Dec 2020 13:53:46
Revision:559116Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.18.0

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.17.3
02 Oct 2020 07:31:03
Revision:550920Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.3

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.17.2
09 May 2020 13:48:53
Revision:534751Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.2 and unbreak this port

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.17.1_1
31 Mar 2020 18:38:02
Revision:530002Original commit files touched by this commit
amdmi3 search for other commits by this committer
Bump PORTREVISION after the previous change
0.17.1
31 Mar 2020 18:37:33
Revision:530001Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch to pyglet150
0.17.1
28 Mar 2020 12:54:28
Revision:529419Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.1 and unbreak this port

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.17.0
10 Mar 2020 14:20:07
Revision:528171Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: missing dependency

Reported by:	pkg-fallout
0.17.0
03 Mar 2020 18:51:13
Revision:527703Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.0

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.16.0
12 Feb 2020 19:24:21
Revision:525938Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.16.0

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.15.6
11 Feb 2020 17:54:30
Revision:525850Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.6

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.15.4
29 Jan 2020 19:15:55
Revision:524582Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove unnecessary requires.txt patch
0.15.4
29 Dec 2019 12:55:29
Revision:521325Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.4

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.15.3_1
28 Dec 2019 07:31:05
Revision:521092Original commit files touched by this commit
sunpoet search for other commits by this committer
Unbreak this port after r519944

- Change RUN_DEPENDS from py-pyglet to py-pyglet12
- Bump PORTREVISION for dependency change
0.15.3
25 Dec 2019 08:56:12
Revision:520844Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN

Reported by:	pkg-fallout
0.15.3
04 Nov 2019 16:01:55
Revision:516698Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.3

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.14.0
03 Aug 2019 20:55:50
Revision:508006Original commit files touched by this commit
sunpoet search for other commits by this committer
Use PYNUMPY
0.14.0
01 Aug 2019 16:17:13
Revision:507801Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.14.0

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.13.1_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.13.1
09 Jul 2019 18:20:03
Revision:506297Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.13.1

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.13.0
01 Jul 2019 15:37:31
Revision:505588Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.13.0

Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new
0.12.5
21 Jun 2019 23:08:45
Revision:504818Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-gym 0.12.5

OpenAI Gym is a toolkit for developing and comparing reinforcement learning
algorithms. This is the gym open-source library, which gives you access to a
standardized set of environments.

gym makes no assumptions about the structure of your agent, and is compatible
with any numerical computation library, such as TensorFlow or Theano. You can
use it from Python code, and soon from other languages.

There are two basic concepts in reinforcement learning: the environment (namely,
the outside world) and the agent (namely, the algorithm you are writing). The
agent sends actions to the environment, and the environment replies with
observations and rewards (that is, a score).
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 46