Search Criteria
Package Details: python2-gym-git r761.efeadfd-1
Git Clone URL: | https://aur.archlinux.org/python2-gym-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-gym-git |
Description: | A toolkit for developing and comparing reinforcement learning algorithms. |
Upstream URL: | https://gym.openai.com |
Licenses: | |
Submitter: | cyrevolt |
Maintainer: | cyrevolt |
Last Packager: | cyrevolt |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-08 22:02 |
Last Updated: | 2017-12-06 21:24 |
Dependencies (12)
- python2
- python2-six
- python2-numpy>=1.10.4
- python2-requests>=2.0 (python2-requests-git)
- git (git-git) (make)
- python2-atari_py (python2-atari_py-git) (optional) – Atari environment
- python2-doom_py (python2-doom_py-git) (optional) – Doom environment
- python2-keras (python2-keras-git) (optional) – Parameter tuning
- python2-mujoco_py (optional) – Physics-based environment
- python2-pachi_py (python2-pachi_py-git) (optional) – Go environment
- python2-pybox2d (optional) – Box2D environment
- python2-theano (optional) – Parameter tuning
Latest Comments
qqq commented on 2016-07-14 19:08
Thanks, and yeah, if it gets ridiculous we'll probably have to find another way to manage the environments. One thing I forgot last time - the package should provide python2-gym in case anything depends on it in the future.
cyrevolt commented on 2016-07-14 09:16
Sure, done, thanks for the hints!
I included the optdepends you provided, but I'm not sure if it makes sense to include even more or grow a large list anyway. We'll see from the growth of the project I guess :)
qqq commented on 2016-07-14 05:56
I am working PKGBUILDs for some of the environments. Please include the optional dependencies.
Example:
optdepends=('python2-atari_py: Atari environment'
'python2-pachi_py: Go environment'
'python2-pybox2d: Box2D environment'
'python2-doom_py: Doom environment'
'python2-mujoco_py: Physics-based environment'
'python2-theano: Parameter tuning'
'python2-keras: Parameter tuning')
Also please make the package version depend on git instead of having it be static.