Feet contact information #389
maxencefaldor
started this conversation in
General
Replies: 1 comment
-
|
Hi @maxencefaldor ! Apologies for the late reply. I would suggest using the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I would like to get the feet contact information for environments like hopper, walker2d, halfcheetah, ant and so on.
For example, for halfcheetah the feet contact information would be a binary two-dimensional vector like [0, 0], [1, 0], [0, 1] or [1, 1], indicating for each foot, if the foot is in contact with the ground.
For ant, a binary four-dimensional vector like [0, 0, 0, 0], [0, 1, 0, 0], ...
What is the best to get that information using a state?
Beta Was this translation helpful? Give feedback.
All reactions