[release] Bump EnvPool assets to 0.3.0 - #414
Merged
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 527bd82145
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Trinkle23897
force-pushed
the
jiayi/envpool-assets-0.3.0
branch
3 times, most recently
from
May 20, 2026 02:02
8d60956 to
e978c85
Compare
Trinkle23897
force-pushed
the
jiayi/envpool-assets-0.3.0
branch
from
May 20, 2026 06:27
e978c85 to
931fd17
Compare
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.
Description
This bumps EnvPool to 1.2.5 and updates release asset resolution for the published
envpool-assets==0.3.0split packages:envpool-assetsenvpool-assets-mujoco-largeenvpool-assets-mujoco-playground-humanoidThe registration modules now resolve assets from the owning split asset package, while keeping the existing local-package /
ENVPOOL_ASSETS_PATHfallback path. The release smoke check also verifies representative files from each split asset wheel.Motivation and Context
This fixes missing MuJoCo Playground assets in the 1.2.4 release path, where installed wheels could register Playground envs but fail at runtime because the XML assets were not present in
envpool-assets.Fixes #413.
Types of changes
What types of changes does your code introduce? Put an
xin all the boxes that apply:Implemented Tasks
>=0.3.0,<0.4.0Checklist
Go over all the following points, and put an
xin all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
make format(required)make lint(required)make bazel-testpass. (required)Validation run:
python3 -m py_compile envpool/registration.py envpool/atari/registration.py envpool/gfootball/registration.py envpool/procgen/registration.py envpool/vizdoom/registration.py envpool/mujoco/dmc/registration.py envpool/mujoco/gym/registration.py envpool/mujoco/metaworld/registration.py envpool/mujoco/myosuite/registration.py envpool/mujoco/playground/registration.py envpool/mujoco/robotics/registration.py scripts/release_installed_wheel_smoke.pygit diff --check origin/main...HEADenvpool-assetsGitHub Actions run26133010572built and published all three0.3.0asset wheels successfully