Open KamatMayur opened 2 days ago
Alright so the following changes seemed to make it work!
These changes have worked so far although I still get this one warning or error I don't really know what it is
E1122 14:18:54.592463 24092 hlo_lexer.cc:443] Failed to parse int literal: 894515288310727292233
Although the code seems to run just fine.
Intro
Hi!
I am a student, I use MuJoCo for my research on RL.
My setup
mujoco version: 3.2.5 python api 64 bit Ubuntu 24.04.1 LTS RTX 2060 super, 8GB @ 2010 MHz
What's happening? What did you expect?
Running the same code for MuJoCo MJX Humanoid environment from the collab tutorial, but with my own humanoid model, gives me the following error
This happens on my Local Machine as well as the Collab T4 gpu. I would like to know what the issue is and how it can be resolved. Halving the environment count didn't solve it either. Besides I manually measure the size of the batches environments which was barely 300 MBs of data.
Steps for reproduction
The humanoid model I use is given below. Please use this model in the humanoid environment given in the colab tutorial to replicate the results.
Minimal model for reproduction
minimal XML
```XMLConfirmations