brax env and state as a member of a class/pytree. Are they static? #628
Unanswered
yuichiro-student
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
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a class that has a method that takes in generalized position, velocity, and action as its input and outputs the generalized position, velocity, and rotation at the next time step.
I have a code as below. I am carrying brax
envandstateasstatic(not dynamic arrays registered as children).Is this correct from the developer's perspective? Because it seems that they could be registered as dynamic arrays (children).
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions