Skip to content

[RLlib] Fix Getting Started example never returning - #33140

Merged
gjoliver merged 1 commit into
ray-project:masterfrom
ArturNiederfahrenhorst:fixexample
Mar 10, 2023
Merged

[RLlib] Fix Getting Started example never returning#33140
gjoliver merged 1 commit into
ray-project:masterfrom
ArturNiederfahrenhorst:fixexample

Conversation

@ArturNiederfahrenhorst

Copy link
Copy Markdown
Contributor

Why are these changes needed?

The example code in question has no stopping condition and is confusing to users.
It simply runs forever and does not fit the text below it, since simply aborting it at some point does not return the checkpoint ->
Screenshot 2023-03-08 at 11 56 49

This PR makes it so that it does return after 30 iterations (200-300 secs) and should achieve rewards over 100.

Related issue number

Closes #32979

Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
@gjoliver
gjoliver merged commit 5c564aa into ray-project:master Mar 10, 2023
@rodrigodesalvobraz

Copy link
Copy Markdown

#32979 is closed because of this PR, but the text shows exactly as before so the problem continues.

ProjectsByJackHe pushed a commit to ProjectsByJackHe/ray that referenced this pull request Mar 21, 2023
Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
Signed-off-by: Jack He <jackhe2345@gmail.com>
edoakes pushed a commit to edoakes/ray that referenced this pull request Mar 22, 2023
Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
peytondmurray pushed a commit to peytondmurray/ray that referenced this pull request Mar 22, 2023
Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
elliottower pushed a commit to elliottower/ray that referenced this pull request Apr 22, 2023
Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
Signed-off-by: elliottower <elliot@elliottower.com>
ProjectsByJackHe pushed a commit to ProjectsByJackHe/ray that referenced this pull request May 4, 2023
Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
Signed-off-by: Jack He <jackhe2345@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Getting started" first example documentation is confusing

5 participants