-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a new "model tag category": Environments for Reinforcement Learning task #724
Comments
Yes, nice! I think we should have probably have both framework and environment name indicated given that some environments are available through different frameworks (with usually subtil differences), e.g. We should maybe even have version numbers for environments and framework in the metadata as much as possible. Doing a good job in terms of reproducibility and discoverability is key in RL and this applies to environments as well as algorithms On another note, the spaces associated to an environment could probably be an editor or explore-interface of the env when it's possible, wdyt? |
no informed opinion on whether we want to link to envs, or env libraries (or both). Maybe something like As for the metadata format, we could either:
cc @osanseviero and @Pierrci on the metadata format (note that we would need a list of potential env names to map them to documentation pages, anyways – if we do want to link to their doc page as in your mockup) |
I think an |
Hey team,
So I'm thinking about how we could add a new category for environments (a little bit like datasets).

A little bit like this (just a crude illustration):
The thing is should we list environments based on the environment lib or the environment itself? Wdyt @thomwolf, @ClementRomac, @osanseviero and Edwards?
For instance gym have like:
Maybe the idea is to use category for the env lib like:
The text was updated successfully, but these errors were encountered: