-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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] Cleanup examples folder 22: Add 2 (count-based) curiosity examples. #46737
[RLlib] Cleanup examples folder 22: Add 2 (count-based) curiosity examples. #46737
Conversation
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
Signed-off-by: sven1977 <[email protected]>
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. Nice example!
from ray.rllib.utils.typing import EpisodeType | ||
|
||
|
||
class CountBasedCuriosity(ConnectorV2): |
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.
Nice! Great example!
"is_slippery": False, | ||
# Use this hard-to-solve 8x8 map with lots of holes (H) to fall into and only very | ||
# few valid paths from the starting state (S) to the goal state (G). | ||
"desc": [ |
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.
The good old FrozenLake
:D - perfect for this example
Signed-off-by: sven1977 <[email protected]>
…nup_examples_folder_22_count_based_curiosity
Cleanup examples folder 22: Add 2 (count-based) curiosity examples:
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.