Use skyrl-gym from PyPI for easier dependency management#35
Merged
Conversation
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
SumanthRH
commented
Jun 25, 2025
| [project] | ||
| name = "skyrl-gym" | ||
| version = "0.1.0" | ||
| description = "A gymnasium environment for RL agents to interact with the sky" |
Member
Author
There was a problem hiding this comment.
the previous description was ....interesting
tyler-griggs
approved these changes
Jun 26, 2025
SumanthRH
added a commit
that referenced
this pull request
Jul 9, 2025
… a developer guide (#71) # What does this PR do? 1. Shifts to our older way of using skyrl-gym as a symlink. This is so that developers can easily modify skyrl-gym. Previously I shifted to using skyrl-gym from PyPI for cleaner installs in #35 , but then modifications don't show up properly. *Is there a better way ?* : There could be, but this is the simplest. Note that we require two things: using the latest skyrl-gym during training and modifications getting shipped appropriately with Ray. To meet both, symlink is an easy option. 2. Adds a developer guide: Development instructions were mostly missing. Added a simple developer guide. There are two kinds of people who will be developing on skyrl-train: researchers/engineers customizing skyrl-train for their use-case and contributors looking improve skyrl-train in some way (and an overlap of both). Preview: <img width="573" alt="Screenshot 2025-07-09 at 9 47 11 AM" src="https://github.com/user-attachments/assets/f35eb0fa-1c5a-47f2-a737-b66bef23bd73" />  --------- Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
fannie1208
pushed a commit
to vinid/SkyRL
that referenced
this pull request
Aug 19, 2025
fannie1208
pushed a commit
to vinid/SkyRL
that referenced
this pull request
Aug 19, 2025
… a developer guide (NovaSky-AI#71) # What does this PR do? 1. Shifts to our older way of using skyrl-gym as a symlink. This is so that developers can easily modify skyrl-gym. Previously I shifted to using skyrl-gym from PyPI for cleaner installs in NovaSky-AI#35 , but then modifications don't show up properly. *Is there a better way ?* : There could be, but this is the simplest. Note that we require two things: using the latest skyrl-gym during training and modifications getting shipped appropriately with Ray. To meet both, symlink is an easy option. 2. Adds a developer guide: Development instructions were mostly missing. Added a simple developer guide. There are two kinds of people who will be developing on skyrl-train: researchers/engineers customizing skyrl-train for their use-case and contributors looking improve skyrl-train in some way (and an overlap of both). Preview: <img width="573" alt="Screenshot 2025-07-09 at 9 47 11 AM" src="https://github.com/user-attachments/assets/f35eb0fa-1c5a-47f2-a737-b66bef23bd73" />  --------- Signed-off-by: SumanthRH <sumanthrh99@gmail.com>
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?
Uses
skyrl-gymfrom PyPI for better dependency management.Note that in most cases, users will not need to modify
skyrl-gymsource code to use new environments with skyrl-train.We will add a local development guide shortly for those who want to modify
skyrl-gymand use it withskyrl-train.