Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument Gym environment requirements by algorithm #143
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some or all of the algorithms seem to have requirements on which gym environments they work with.
There is a rich variety of environments, with some aging information on some of them from a few years ago as documented in openai/gym#106 and at Table of environments · openai/gym Wiki
As noted e.g. in #132 "Valid Gym environments to use",
In another random environment I found elsewhere on GitHub (Banana-v0), I got this error from
ppo:because it returns a list, not an array of observations.
So it would help to have documentation on what the algorithms require now, and lists of what outstanding capabilities could be easily integrated (as described in that issue about FetchReach) as low-hanging fruit here for contributions.