google-deepmind / google-deepmind/mujoco_playground
More flexible `mujoco-mjx` revision
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 359
- Avg merge
- 7d 3h
- Merged PRs (30d)
- 1
Description
Currently, `pyproject.toml` pins `mujoco-mjx`'s revision to `main`:
https://github.com/google-deepmind/mujoco_playground/blob/b1417e40d38ec67875b1f02750b54f0002013b2f/pyproject.toml#L53
This prevents one from pinning mjx to a specific version, such as `mujoco-mjx==3.3.7`. It would be nice to be able to loosen up this revision requirement to enable more flexible pinning of the dependencies.
Contributor guide
Assessment
This issue has not been assessed yet.