Closed AlexS28 closed 9 months ago
Hi @AlexS28 , you can use https://jax.readthedocs.io/en/latest/_autosummary/jax.disable_jit.html for debugging, or you can return early from a function to get its intermediate value. Hope this helps!
thanks that works
Hi,
I'm a student using MuJoCo (MJX) with brax for training a RL policy (currently modifying the Barkour tutorial from here: https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/mjx/tutorial.ipynb). Not sure if relevant, but I am not using collab, instead I am using an IDE to debug the code. I did look at https://jax.readthedocs.io/en/latest/debugging/print_breakpoint.html, but these solutions didn't work for me.
My question is as follows:
Thank you very much for any help or clarification on this, Sincerely, Alex