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] Docs do-over (new API stack): Rewrite/enhance "getting started" rst page. #49950

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bed55cc
wip
sven1977 Jan 3, 2025
5892337
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 4, 2025
e33624c
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 5, 2025
042909d
wip
sven1977 Jan 8, 2025
1ef61cc
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 8, 2025
84b63f4
wip
sven1977 Jan 9, 2025
8d67d4f
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 14, 2025
6b2c97a
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 16, 2025
42a3a59
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 17, 2025
e0d6ce6
wip
sven1977 Jan 17, 2025
570d73c
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 18, 2025
bcd594c
wip
sven1977 Jan 18, 2025
b6001a1
wip
sven1977 Jan 18, 2025
5812923
vale and lint
sven1977 Jan 18, 2025
e46558e
wip
sven1977 Jan 20, 2025
28da682
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 20, 2025
be93ff1
fix
sven1977 Jan 20, 2025
5b888e1
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 20, 2025
00ea51c
fix
sven1977 Jan 20, 2025
85fd123
wip
sven1977 Jan 20, 2025
89023b9
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 20, 2025
e5203d2
fix
sven1977 Jan 20, 2025
512806d
wip
sven1977 Jan 20, 2025
5a6e766
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 21, 2025
7286da0
wip
sven1977 Jan 21, 2025
5c14bc3
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 21, 2025
79ab310
wip
sven1977 Jan 22, 2025
1bd500c
Merge branch 'master' of https://github.com/ray-project/ray into docs…
sven1977 Jan 22, 2025
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
2 changes: 1 addition & 1 deletion doc/source/ray-overview/use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Learn more about reinforcement learning with the following resources.

- `[Course] Applied Reinforcement Learning with RLlib <https://applied-rl-course.netlify.app/>`_
- `[Blog] Intro to RLlib: Example Environments <https://medium.com/distributed-computing-with-ray/intro-to-rllib-example-environments-3a113f532c70>`_
- :doc:`[Guide] Getting Started with RLlib </rllib/rllib-training>`
- :doc:`[Guide] Getting Started with RLlib </rllib/getting-started>`
- `[Talk] Deep reinforcement learning at Riot Games <https://www.anyscale.com/events/2022/03/29/deep-reinforcement-learning-at-riot-games>`_
- :doc:`[Gallery] RLlib Examples Gallery </rllib/rllib-examples>`
- `[Gallery] More RL Use Cases on the Blog <https://www.anyscale.com/blog?tag=rllib>`_
Expand Down
1 change: 1 addition & 0 deletions doc/source/rllib/algorithm-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ instance into the constructor of the :py:class:`~ray.tune.tuner.Tuner`:
results = tuner.fit()


.. _rllib-algo-configuration-generic-settings:

Generic config settings
-----------------------
Expand Down
151 changes: 0 additions & 151 deletions doc/source/rllib/doc_code/getting_started.py

This file was deleted.

25 changes: 0 additions & 25 deletions doc/source/rllib/doc_code/rllib_in_60s.py

This file was deleted.

170 changes: 0 additions & 170 deletions doc/source/rllib/doc_code/training.py

This file was deleted.

Loading
Loading