Does MuJoCo support returning states as graphs? #287
Unanswered
davidireland3
asked this question in
Asking for Help
Replies: 1 comment
-
There is no such support in the MuJoCo API, which we try to keep quite low level, though of course MuJoCo's way of representing kinematic chains exactly corresponds to such a graph. |
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.
-
I am thinking of e.g. the work done in NerveNet where the bodies of the agents are broken down into e.g. limbs and modelled using a graph, where, for instance each limb would be a node and an edge would connected limbs depending on when they touch.
Do any MuJoCo environments support an option where you can choose to have the state returned in such a way, or is it still required to implement this ourselves?
Beta Was this translation helpful? Give feedback.
All reactions