-
Notifications
You must be signed in to change notification settings - Fork 6.2k
[rllib] Update RLlib docs and README #1288
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
Conversation
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to have a sphinx file for developers too so that we can have autogenerated documentation. The README should contain a higher level description to RLlib, link to the documentation and the paper once it is up.
@pcmoritz that makes sense, I think we should have in the Sphinx docs (1) a user-facing RLlib page, and a (2) page with RLlib developer APIs and docs. For now though I just moved the dev API to the end of the user doc page. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One other change is to add a link to Tune and RLlib on https://github.com/ray-project/ray/blob/master/README.rst so that people who stumble upon the ray repository can find RLlib easily.
doc/source/rllib.rst
Outdated
- Pluggable distributed RL execution strategies | ||
|
||
- Composability | ||
- Integration with the Ray.tune hyperparam tuning tool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you link to the Tune docs here?
603303f
to
e839e9b
Compare
e839e9b
to
c1add88
Compare
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
jenkins builds are currently down |
Minor suggestion, would it be cleaner to provide |
@aldanor that would be fine, though it seems cleaner to me to let users do https://github.com/openai/gym/blob/efeadfdd20992aeba69e038205af90d340c5f95b/setup.py#L9-L16 what do you think? |
What do these changes do?
Updates the rllib docs.
cc @pcmoritz @richardliaw