You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
I'm having a look at bsuite after Ian Osband's talk at the Simons Institute Deep RL workshop. After spending a few minutes browsing the documentation and source code here on GitHub I had a suggestion for improving the documentation.
My first question when browsing this project is "The radar plot on the readme is lovely, I wonder what experiments contribute to a good ____________ score". Where the blank is e.g. 'generalization'.
After browsing the source code for a few minutes this isn't immediately obvious. I can see a little bit of information regarding this at the example colab notebook. It would be nice to promote this mapping to a 'first class' member of the documentation somewhere :)
The text was updated successfully, but these errors were encountered:
Apologies for the delay in getting back here... we can try and add some more documentation about where this comes from.
In each experiment/sweep.py there is a list of TAGS that define which radar spokes each experiment contribute to:
If we add too much documentation separate to the code, then we run a significant risk of getting things out-of-sync.
Also, I think we hope that the "colab notebook" is really meant to be a first class part of bsuite.
Probably the solution is to explain where these TAGS are located and what they mean?
Would that work for you?
Yes, I think the TAGS variable(s) is/are exactly what I was looking for when browsing the documentation.
Probably the solution is to explain where these TAGS are located and what they mean?
Exactly :) This could be as simple as a heading on the readme explaining that this is how the mapping from environments to algorithm attributes is defined, with a link to one of the source files?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello Ian and others!
I'm having a look at
bsuite
after Ian Osband's talk at the Simons Institute Deep RL workshop. After spending a few minutes browsing the documentation and source code here on GitHub I had a suggestion for improving the documentation.My first question when browsing this project is "The radar plot on the readme is lovely, I wonder what experiments contribute to a good ____________ score". Where the blank is e.g. 'generalization'.
After browsing the source code for a few minutes this isn't immediately obvious. I can see a little bit of information regarding this at the example colab notebook. It would be nice to promote this mapping to a 'first class' member of the documentation somewhere :)
The text was updated successfully, but these errors were encountered: