Conversation
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
SumanthRH
commented
Jun 25, 2025
Member
Author
There was a problem hiding this comment.
Will keep only formatting related rules at top-level
caoshiyi
reviewed
Jun 25, 2025
README.md
Outdated
| SkyRL provides the following components: | ||
|
|
||
| For reproducing our results for SkyRL-Agent-14B-v0, SkyRL-Agent-8B-v0, and SkyRL-Agent-7B-v0 you can refer to [examples/sky/swebench](./examples/sky/swebench/README.md). | ||
| - [`skyrl-agent`](./skyrl-agent): Our agent layer for training long-horizon, real-world agents. |
Member
There was a problem hiding this comment.
use this name maybe: SkyAgent
Also add a link to the corresponding blogpost? The code for SkyRL-v0: Train Real-World Long-Horizon Agents via Reinforcement Learning.
caoshiyi
reviewed
Jun 25, 2025
README.md
Outdated
| For reproducing our results for SkyRL-Agent-14B-v0, SkyRL-Agent-8B-v0, and SkyRL-Agent-7B-v0 you can refer to [examples/sky/swebench](./examples/sky/swebench/README.md). | ||
| - [`skyrl-agent`](./skyrl-agent): Our agent layer for training long-horizon, real-world agents. | ||
| - (NEW!) [`skyrl-train`](./skyrl-train): Our flexible training framework for RL. | ||
| - (NEW!) [`skygym`](./skygym): Our library of agentic, tool-use environments. |
Member
There was a problem hiding this comment.
no agentic? just mention what environments are supported.
caoshiyi
reviewed
Jun 25, 2025
caoshiyi
reviewed
Jun 25, 2025
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
fannie1208
pushed a commit
to vinid/SkyRL
that referenced
this pull request
Aug 19, 2025
Co-authored-by: Tyler Griggs <tgriggs@berkeley.edu> Co-authored-by: Eric Tang <etang@anyscale.com> Co-authored-by: Sumanth Hegde <sumanthrh@anyscale.com> Co-authored-by: Shu Liu <lshu@berkeley.edu> Co-authored-by: Shiyi Cao <shicao@berkeley.edu> Co-authored-by: Dacheng Li <dacheng177@berkeley.edu> Co-authored-by: Charlie Ruan <charlieruan@berkeley.edu>
pcmoritz
added a commit
to pcmoritz/SkyRL
that referenced
this pull request
Oct 4, 2025
This is a very first cut of the API, it is likely that there are mistakes and thing will change. For example currently I'm just setting the future_id to be the same as the request_id, we will see if that holds up.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds our SkyRL-Train + SkyGym code