google-deepmind / google-deepmind/mujoco_playground
Requires warp-lang<13.0
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 359
- Avg merge
- 7d 3h
- Merged PRs (30d)
- 1
Description
The `pyproject.toml` needs an upper limit for `warp-lang`.
```python
from mujoco_playground import registry
env = registry.load("CartpoleBalance")
```
fails for `warp-lang>=1.13.0` while working for `warp-lang<1.13`
Contributor guide
Research direction
Start in pyproject.toml and inspect the warp-lang dependency constraint. Run the provided CartpoleBalance loading example with the supported and newer warp-lang versions to confirm the incompatibility. Done means the dependency excludes versions at or above 1.13.0 and the example works with an allowed version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100