Question about use of brax in tutorials #2443
Unanswered
shubhankarKulk
asked this question in
Asking for Help
Replies: 1 comment 7 replies
-
Hello! Can you confirm you use the same observation and reward spaces, as well as the hyperparameters for the learning? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I am a Masters Student using MuJoCo for research purposes
My setup
MuJoCo 3.2.7, Python, Ubuntu 20.04
My question
I had a look at the example https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/mjx/tutorial.ipynb and was wondering if brax has anything to do with the motion of the humanoid. I have tried different implementations of RL algorithms using torch using the gymnasium environments, and during locomotion of the humanoid, it seems to not move one foot forward when considering torch based algorithms. It usually drags the other foot and does not seem to flex the knees. But when brax based algorithm is used in this tutorial, it bolts and flexes knees. It learns the locomotion pretty quickly. Is this usually the case, or might there be an implementation error for me?
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions