Skip to content
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] New API stack migration guide. #47779

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions doc/source/_includes/rllib/new_api_stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
The Ray Team plans to transition algorithms, example scripts, and documentation to the new code base
thereby incrementally replacing the "old API stack" (e.g., ModelV2, Policy, RolloutWorker) throughout the subsequent minor releases leading up to Ray 3.0.

Note, however, that so far only PPO (single- and multi-agent) and SAC (single-agent only)
support the "new API stack" and continue to run by default with the old APIs.
You can continue to use the existing custom (old stack) classes.

:doc:`See here </rllib/rllib-new-api-stack>` for more details on how to use the new API stack.
141 changes: 0 additions & 141 deletions doc/source/rllib/doc_code/new_api_stack.py

This file was deleted.

1 change: 1 addition & 0 deletions doc/source/rllib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RLlib: Industry-Grade Reinforcement Learning
user-guides
rllib-examples
rllib-new-api-stack
new-api-stack-migration-guide
package_ref/index


Expand Down
Loading
Loading