#916514 RFP: gym -- A toolkit for developing and comparing

#916514#5
Date:
2018-12-15 10:11:58 UTC
From:
To:
* Package name    : gym
  Version         : 0.10.9
  Upstream Author : OpenAI
* URL             : https://gym.openai.com/
* License         : MIT/Expat
  Programming Lang: Python
  Description     : A toolkit for developing and comparing reinforcement learning algorithms.

Gym is a toolkit for developing and comparing reinforcement learning
algorithms. It supports teaching agents everything from walking to
playing games like Pong or Pinball.

#916514#10
Date:
2019-02-13 17:04:34 UTC
From:
To:
Hello,


I did a package for my own use, so if you're interested in, feel free to
re-use.


Sadly, building this package correctly requires two Python Debian
package to be updated. They are both really old and do not provide
python3 variants.

I sent a debdiff for both of them, bringing those packages into our
times (ciao CDBS):

* pyglet: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822766

* python-box2d: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922215


Sadly I'm not really involved in Debian anymore so I'm not able to
upload these fixes, and it's probably doomed anyway as I suspect
maintainers to be MIA and Buster's freezed anyway.


Best regards, Adam.

#916514#19
Date:
2020-12-08 07:17:56 UTC
From:
To:

#916514#26
Date:
2025-02-15 17:18:11 UTC
From:
To:
* Package name    : gymnasium
   Version         : 1.0.0
   Upstream Author : Farama Foundation
* URL or Web page : https://github.com/Farama-Foundation/Gymnasium
* License         : MIT
   Description     : Python toolkit for reinforcement learning algorithms

Gymnasium is an open source Python library for developing and comparing
reinforcement learning algorithms by providing a standard API to
communicate between learning algorithms and environments, as well as a
standard set of environments compliant with that API.

This is a fork of OpenAI's Gym library by its maintainers (OpenAI handed
over maintenance in 2022), and so this is where current and future
development and maintenance will occur.