-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[RLlib] Docs do-over (new API stack): Re-write checkpointing rst page. #49504
[RLlib] Docs do-over (new API stack): Re-write checkpointing rst page. #49504
Conversation
…_redo_checkpointing
…_redo_checkpointing
…_redo_checkpointing
…_redo_checkpointing
…ate_and_architecture' into docs_redo_checkpointing # Conflicts: # rllib/utils/checkpoints.py
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Sven Mika <sven@anyscale.io>
…/ray into docs_redo_checkpointing # Conflicts: # doc/source/rllib/checkpoints.rst
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.
LGTM. A note to mention checkpointing to cloud storage is helpful here for users. Using the PyArrow filesystems.
doc/source/rllib/checkpoints.rst
Outdated
|
||
RLlib offers a powerful checkpointing system for all its major classes, allowing you to save the | ||
states of :py:class:`~ray.rllib.algorithms.algorithm.Algorithm` instances and their subcomponents | ||
to disk, and load previously run experiment states and individual subcomponents back from disk. |
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.
disk (local disk or cloud storage)
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.
Great point. Wasn't thinking about this feature at all. Let me add ...
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.
done
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.
done
|
||
.. code-block:: shell | ||
|
||
algorithm/ |
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.
Very nice!
…_redo_checkpointing
…_redo_checkpointing
…_redo_checkpointing
ray-project#49504) Signed-off-by: Roshan Kathawate <roshankathawate@gmail.com>
ray-project#49504) Signed-off-by: lielin.hyl <lielin.hyl@alibaba-inc.com>
Docs do-over (new API stack):
..testcode
blocks directly inside the new rst.Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.