Help Needed with IndexError in Brax Environment on Kaggle #579
Unanswered
AliSouliman1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm encountering an
IndexError
when trying to run a MuJoCo/Brax simulation on Kaggle. The code was working previously, but I made some changes related to package versions and now I'm stuck.I'm using the notebook from this tutorial: https://github.com/goncalog/ai-robotics/blob/main/tutorials/robot_tricks.ipynb
Initially, it was working (though I did get some warnings about
jax.tree_map
which I was trying to resolve). I decided to remove the specific version numbers forbrax
,mujoco
, andmujoco_mjx
in the installation commands. This is when theIndexError
started.Here's the full error traceback:
The error seems to be related to the mesh files used by MuJoCo, I'm not sure how removing the version specifications would cause this. Any help would be greatly appreciated! I'm particularly wondering if there are any known compatibility issues with different versions of these libraries.
Beta Was this translation helpful? Give feedback.
All reactions