autonomy-and-verification-uol / mapc2019-liv

Liverpool team code for the 2019 Multi-Agent Programming Contest.
GNU General Public License v3.0
1 stars 1 forks source link

[Movement] Going around a friendly agent #6

Open rafaelcaue opened 5 years ago

rafaelcaue commented 5 years ago

At the moment the most simple solution I could think of was each agent picks a random location between the original position it wanted and the other remaining two (after removing the opposite direction to the original).

This is of course not efficient or smart, however it is not trivial to know which agent it is even if I have already identified it. I see two possible solutions:

I don't think I like either one of those...

rafaelcaue commented 5 years ago

Because of the increased number of obstacles, it is now possible to get two agents stuck trying to get past one another.