Skip to content

Commit

Permalink
[RLlib] Docs do-over (new API stack): Re-write checkpointing rst page. (
Browse files Browse the repository at this point in the history
ray-project#49504)

Signed-off-by: Roshan Kathawate <roshankathawate@gmail.com>
  • Loading branch information
sven1977 authored and roshankathawate committed Jan 9, 2025
1 parent c27afb0 commit 05c136c
Show file tree
Hide file tree
Showing 18 changed files with 536 additions and 830 deletions.
4 changes: 4 additions & 0 deletions .vale/styles/config/vocabularies/RLlib/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[Aa]utoscal(e|ing)
boolean
[Cc]allables?
[Cc]heckpoints?(ing)?
[Cc]heckpointable
classmethods?
coeff
config
(DQN|dqn)
Expand All @@ -27,6 +30,7 @@ RLModules?
rollout
(SAC|sac)
SGD
[Ss]ubcomponents?
[Tt]ensor[Ff]low
timesteps?
vectorizes?
468 changes: 468 additions & 0 deletions doc/source/rllib/checkpoints.rst

Large diffs are not rendered by default.

41 changes: 0 additions & 41 deletions doc/source/rllib/doc_code/checkpoints.py

This file was deleted.

329 changes: 0 additions & 329 deletions doc/source/rllib/doc_code/saving_and_loading_algos_and_policies.py

This file was deleted.

1 change: 1 addition & 0 deletions doc/source/rllib/images/checkpointing/from_checkpoint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/source/rllib/images/checkpointing/save_and_restore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions doc/source/rllib/rllib-algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
Algorithms
==========

Overview
~~~~~~~~

The following table is an overview of all available algorithms in RLlib. Note that all of them support
multi-GPU training on a single (GPU) node in `Ray (open-source) <https://docs.ray.io/en/latest/index.html>`__ (|multi_gpu|)
as well as multi-GPU training on multi-node (GPU) clusters when using the `Anyscale platform <https://www.anyscale.com/platform>`__
Expand Down
Loading

0 comments on commit 05c136c

Please sign in to comment.