Single-robot multiagent environments? #189
Unanswered
BenGutteridge
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.
Uh oh!
There was an error while loading. Please reload this page.
Is there a reasonable or suggested method for building single-robot multiagent environments? E.g. like MAMuJoCo, where a single robot is partitioned into separate agents?
One method might be to create separate body part components which are defined as individual agents with compose.py, and then somehow stick these agents together with a body that is the same/has the same name across agents.
Is this really the simplest way though?
All reactions