-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_generate_eval_unroll
throws "INTERNAL: the requested functionality is not supported"
#573
Comments
@btaba you mentioned you've been using SAC without any issues. Anything seem obvious about this off the top of your head? Additionally, how much GPU RAM do you use? I seem to also be running into memory issues using brax's implementation vs the implementation of A Walk in the Park. |
Hi @varunagrawal , nothing looks obviously wrong to me for the small code snippet you provided. What's different compared to the quadruped example? And which quadruped example are you using at this point (we have several)? I don't usually futz with the JAX / XLA memory allocation, I let JAX do its thing (I'm assuming you mean via |
Interesting. I'll spend some time making a Colab example. If I can reproduce it there, that will be telling. |
What example are you basing this on? |
This Deepmind example, specifically the Quadruped section. PPO works great for me, but SAC throws the above error so this is a really curious issue. |
Hi @varunagrawal let us know when you have a reproducible example |
I am trying to run a simple SAC example for quadruped locomotion.
The script I use is
where the environment name is the same as in the Quadruped Collab example.
However, I keep getting the error
I am using
jax==0.5.0
andbrax==0.12.1
.The text was updated successfully, but these errors were encountered: