* 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.
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.
* 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.