google-deepmind / google-deepmind/mujoco_playground
Jax 0.8 seems to break the manipulation example notebook
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 359
- Avg merge
- 7d 3h
- Merged PRs (30d)
- 1
Description
Hi, thanks for the wonderful repository! I was trying to get the manipulation.ipynb example working and after training the LeapCubeReorient policy, the fingers would always disappear. After many hours of debugging, it seems that downgrading to jax[cuda]==0.7.2 solved the issue. Reproducing the environment here for anyone else that faces this issue:
```
uv venv --python 3.12.2
source .venv/bin/activate
uv pip install jax[cuda]==0.7.2
uv pip install mujoco mujoco_mjx brax
uv pip install mediapy
uv pip install playground
```
Contributor guide
Assessment
This issue has not been assessed yet.