[mujoco] Add native MyoSuite EnvPool integration#400
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: da8f6a0690
ℹ️ 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/myosuite-native-20260430
branch
from
May 1, 2026 02:15
f4a6fac to
e3876aa
Compare
Trinkle23897
force-pushed
the
jiayi/myosuite-native-20260430
branch
6 times, most recently
from
May 6, 2026 02:25
ccddf2e to
f593d76
Compare
| import envpool.mujoco.dmc.registration # noqa: F401 | ||
| import envpool.mujoco.gym.registration # noqa: F401 | ||
| import envpool.mujoco.metaworld.registration # noqa: F401 | ||
| import envpool.mujoco.myosuite.registration # noqa: F401 |
Trinkle23897
force-pushed
the
jiayi/myosuite-native-20260430
branch
5 times, most recently
from
May 6, 2026 08:56
68a799e to
0eb40fe
Compare
Trinkle23897
force-pushed
the
jiayi/myosuite-native-20260430
branch
from
May 6, 2026 09:57
0eb40fe to
9e19bc2
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
Adds a native C++ EnvPool integration for the pinned MyoSuite v2.11.6 surface under the MuJoCo family. The runtime loads generated upstream metadata and assets from
third_party/myosuite/and registers the full official ID set plus EnvPool aliases without importing the official Python package at runtime.Key review points:
envpool/mujoco/myosuite/.third_party/myosuite/.Motivation and Context
MyoSuite exposes a large MuJoCo task surface that was not available through EnvPool. This adds a packaged native implementation so users can create MyoBase/Reorient, Walk/Terrain, MyoChallenge, and MyoDM-style registered IDs through EnvPool without a Python runtime bridge.
Types of changes
What types of changes does your code introduce? Put an
xin all the boxes that apply:Implemented Tasks
Checklist
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:
make ruff py-format cpplint clang-format buildifiermake mypybazel test --config=test --cache_test_results=no --test_output=errors //envpool/mujoco:myosuite_test //envpool/mujoco:myosuite_oracle_align_test //envpool/mujoco:myosuite_render_testmake BAZEL_TEST_TARGETS='//envpool/mujoco:mujoco_render_test //envpool/mujoco:mujoco_dmc_render_test //envpool/mujoco:robotics_test' bazel-testmake BAZEL_TEST_TARGETS='//envpool:make_test' bazel-testmake bazel-test(62/62 tests passed locally)make -C docs html(succeeds; 4 existingcpp_interface.rstBreathe warnings remain)make bazel-releasemake pypi-wheelmake release-testgit diff --cached --check