[Integrations] Support PyTorch OpenEnv#543
Merged
SumanthRH merged 23 commits intoNovaSky-AI:mainfrom Oct 23, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces support for PyTorch OpenEnv, including adding the openenv dependency to pyproject.toml, registering the environment in __init__.py, creating the OpenEnv class in env.py, adding an installation script install_environment.py, creating tests in test_openenv.py, and adding a dummy dataset example in dummy_openenv_dataset.py with a corresponding run script run_dummy_openenv.sh. The litellm dependency version is also updated in pyproject.toml.
Signed-off-by: lynnliu030 <lshu@berkeley.edu> Co-authored-by: Sumanth Hegde <sumanthrh@anyscale.com>
SumanthRH
reviewed
Oct 22, 2025
SumanthRH
reviewed
Oct 22, 2025
SumanthRH
reviewed
Oct 22, 2025
SumanthRH
reviewed
Oct 22, 2025
Co-authored-by: Sumanth R Hegde <39546518+SumanthRH@users.noreply.github.com>
SumanthRH
reviewed
Oct 23, 2025
Signed-off-by: lynnliu030 <lshu@berkeley.edu> Co-authored-by: Sumanth Hegde <sumanthrh@anyscale.com>
SumanthRH
reviewed
Oct 23, 2025
SumanthRH
reviewed
Oct 23, 2025
SumanthRH
reviewed
Oct 23, 2025
atemaguer
pushed a commit
to atemaguer/SkyRL
that referenced
this pull request
Oct 24, 2025
Integrate [Pytorch OpenEnv](https://github.com/meta-pytorch/OpenEnv) with SkyRL, register it as a SkyRL-Gym environment and use SkyRLGymGenerator. * Support environment such as coding, echo, finrl, openspiel, atari, and sumo RL. * Provide example training scripts (with dummy train / validation data) for coding and echo environment Main integration is in `integrations/openenv/env.py` Example reward: <img width="1554" height="826" alt="image" src="https://github.com/user-attachments/assets/bfe6251c-bb21-41bd-8e7f-70eeb42fd376" /> --------- Signed-off-by: lynnliu030 <lshu@berkeley.edu> Co-authored-by: Sumanth Hegde <sumanthrh@anyscale.com> Co-authored-by: Sumanth R Hegde <39546518+SumanthRH@users.noreply.github.com>
li-boxuan
pushed a commit
to li-boxuan/SkyRL
that referenced
this pull request
Nov 23, 2025
Integrate [Pytorch OpenEnv](https://github.com/meta-pytorch/OpenEnv) with SkyRL, register it as a SkyRL-Gym environment and use SkyRLGymGenerator. * Support environment such as coding, echo, finrl, openspiel, atari, and sumo RL. * Provide example training scripts (with dummy train / validation data) for coding and echo environment Main integration is in `integrations/openenv/env.py` Example reward: <img width="1554" height="826" alt="image" src="https://github.com/user-attachments/assets/bfe6251c-bb21-41bd-8e7f-70eeb42fd376" /> --------- Signed-off-by: lynnliu030 <lshu@berkeley.edu> Co-authored-by: Sumanth Hegde <sumanthrh@anyscale.com> Co-authored-by: Sumanth R Hegde <39546518+SumanthRH@users.noreply.github.com>
dzorlu
pushed a commit
to fleet-ai/SkyRL
that referenced
this pull request
Feb 4, 2026
Integrate [Pytorch OpenEnv](https://github.com/meta-pytorch/OpenEnv) with SkyRL, register it as a SkyRL-Gym environment and use SkyRLGymGenerator. * Support environment such as coding, echo, finrl, openspiel, atari, and sumo RL. * Provide example training scripts (with dummy train / validation data) for coding and echo environment Main integration is in `integrations/openenv/env.py` Example reward: <img width="1554" height="826" alt="image" src="https://github.com/user-attachments/assets/bfe6251c-bb21-41bd-8e7f-70eeb42fd376" /> --------- Signed-off-by: lynnliu030 <lshu@berkeley.edu> Co-authored-by: Sumanth Hegde <sumanthrh@anyscale.com> Co-authored-by: Sumanth R Hegde <39546518+SumanthRH@users.noreply.github.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.
Integrate Pytorch OpenEnv with SkyRL, register it as a SkyRL-Gym environment and use SkyRLGymGenerator.
Main integration is in
integrations/openenv/env.pyExample reward:
